diff options
author | satish@chromium.org <satish@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-15 20:19:25 +0000 |
---|---|---|
committer | satish@chromium.org <satish@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-15 20:19:25 +0000 |
commit | 310750092f1735e0d97c96ea592288a0510de55b (patch) | |
tree | aca4011464d62d9f11a302a98cd2a3306c9ac018 /chrome/app | |
parent | bbb9d831a9732068333bbcd7e8aeaeafe70c2bf1 (diff) | |
download | chromium_src-310750092f1735e0d97c96ea592288a0510de55b.zip chromium_src-310750092f1735e0d97c96ea592288a0510de55b.tar.gz chromium_src-310750092f1735e0d97c96ea592288a0510de55b.tar.bz2 |
Add new images to be used in a future CL for audio levels in speech input.
I'm adding these as a separate CL now because the try bots don't seem to handle new files well and I'd like to run my next CL in the try bots before submitting.
BUG=53598
TEST=none
Review URL: http://codereview.chromium.org/3413009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59544 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-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')"> |