diff options
-rw-r--r-- | chrome/app/theme/speech_input_mic_empty.png | bin | 0 -> 1974 bytes | |||
-rw-r--r-- | chrome/app/theme/speech_input_mic_full.png | bin | 0 -> 1977 bytes | |||
-rw-r--r-- | chrome/app/theme/speech_input_mic_mask.png | bin | 0 -> 4616 bytes | |||
-rw-r--r-- | chrome/app/theme/theme_resources.grd | 3 |
4 files changed, 3 insertions, 0 deletions
diff --git a/chrome/app/theme/speech_input_mic_empty.png b/chrome/app/theme/speech_input_mic_empty.png Binary files differnew file mode 100644 index 0000000..0349b1e --- /dev/null +++ b/chrome/app/theme/speech_input_mic_empty.png diff --git a/chrome/app/theme/speech_input_mic_full.png b/chrome/app/theme/speech_input_mic_full.png Binary files differnew file mode 100644 index 0000000..6043306 --- /dev/null +++ b/chrome/app/theme/speech_input_mic_full.png diff --git a/chrome/app/theme/speech_input_mic_mask.png b/chrome/app/theme/speech_input_mic_mask.png Binary files differnew file mode 100644 index 0000000..1805467 --- /dev/null +++ b/chrome/app/theme/speech_input_mic_mask.png diff --git a/chrome/app/theme/theme_resources.grd b/chrome/app/theme/theme_resources.grd index 86a455b..e33d084 100644 --- a/chrome/app/theme/theme_resources.grd +++ b/chrome/app/theme/theme_resources.grd @@ -420,6 +420,9 @@ <include name="IDR_UPGRADE_DOT_INACTIVE" file="upgrade_dot_inactive.png" type="BINDATA" /> <include name="IDR_INFO" file="info_small.png" type="BINDATA" /> <include name="IDR_WARNING" file="alert_small.png" type="BINDATA" /> + <include name="IDR_SPEECH_INPUT_MIC_EMPTY" file="speech_input_mic_empty.png" type="BINDATA" /> + <include name="IDR_SPEECH_INPUT_MIC_FULL" file="speech_input_mic_full.png" type="BINDATA" /> + <include name="IDR_SPEECH_INPUT_MIC_MASK" file="speech_input_mic_mask.png" type="BINDATA" /> <include name="IDR_SPEECH_INPUT_RECORDING" file="speech_input_recording.png" type="BINDATA" /> <include name="IDR_SPEECH_INPUT_PROCESSING" file="speech_input_processing.png" type="BINDATA" /> <if expr="pp_ifdef('_google_chrome')"> |