diff options
author | satish@chromium.org <satish@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-28 19:18:35 +0000 |
---|---|---|
committer | satish@chromium.org <satish@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-28 19:18:35 +0000 |
commit | ad2362c46b65dcfd8adc46092dda3e5db3781063 (patch) | |
tree | 79b07cb312f7b95c30a32353f77606a62f80611d /webkit/glue/webkit_resources.grd | |
parent | 1bd625297949b2d7e8976782b825f7419d49f7f3 (diff) | |
download | chromium_src-ad2362c46b65dcfd8adc46092dda3e5db3781063.zip chromium_src-ad2362c46b65dcfd8adc46092dda3e5db3781063.tar.gz chromium_src-ad2362c46b65dcfd8adc46092dda3e5db3781063.tar.bz2 |
Add images used by webkit for the speech input button.
The try servers seem to not support testing these types of resource/image additions, hence all builds fail in try. However I have verified that this builds fine on my windows,mac and linux machines.
Please advise if any of the changes in the GRD or webkitclient_impl.cc
need to be inside #if ENABLE_INPUT_SPEECH. I did not add the ifdef since
I didn't see any for other such features in both these files.
BUG=none
TEST=none yet as the feature is still being implemented and not enabled
Review URL: http://codereview.chromium.org/3058019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53991 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue/webkit_resources.grd')
-rw-r--r-- | webkit/glue/webkit_resources.grd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/webkit/glue/webkit_resources.grd b/webkit/glue/webkit_resources.grd index a2146fd..6dae6e3 100644 --- a/webkit/glue/webkit_resources.grd +++ b/webkit/glue/webkit_resources.grd @@ -14,6 +14,9 @@ <include name="IDC_CELL" file="resources\cell.cur" type="CURSOR" /> <include name="IDC_COLRESIZE" file="resources\col_resize.cur" type="CURSOR" /> <include name="IDC_COPYCUR" file="resources\copy.cur" type="CURSOR" /> + <include name="IDR_INPUT_SPEECH" file="resources\input_speech.png" type="BINDATA" /> + <include name="IDR_INPUT_SPEECH_RECORDING" file="resources\input_speech_recording.png" type="BINDATA" /> + <include name="IDR_INPUT_SPEECH_WAITING" file="resources\input_speech_waiting.png" type="BINDATA" /> <include name="IDR_MEDIA_PAUSE_BUTTON" file="resources\media_pause.png" type="BINDATA" /> <include name="IDR_MEDIA_PLAY_BUTTON" file="resources\media_play.png" type="BINDATA" /> <include name="IDR_MEDIA_PLAY_BUTTON_DISABLED" file="resources\media_play_disabled.png" type="BINDATA" /> |