summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_browser.gypi
diff options
context:
space:
mode:
authorananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-31 23:46:21 +0000
committerananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-31 23:46:21 +0000
commit953a74689b716265653045cf95bbcdee57104729 (patch)
tree033c06fd901aff91b65a5af19fefd0b0821b72c1 /chrome/chrome_browser.gypi
parent393cfa5706c10e80523ef751f3bdd88eb502c155 (diff)
downloadchromium_src-953a74689b716265653045cf95bbcdee57104729.zip
chromium_src-953a74689b716265653045cf95bbcdee57104729.tar.gz
chromium_src-953a74689b716265653045cf95bbcdee57104729.tar.bz2
Reverting as this breaks Chromium OS. Please fix and reland.
Revert 58095 - Implement the speech input bubble on linux/gtk. This is a popup which gets displayed below an <input> element when the user starts speech recognition on it. It displays a recognition status icon, an instruction label ('Speak now') at the top and a Cancel button at the bottom. The speech input module gets callbacks on user actions such as clicking Cancel or clicking any other window, and on both cases recognition stops and the bubble closes. As part of this CL I had to move a constant from the windows code to the class so it can be used in gtk and mac. TEST=manual, the code to invoke the bubble depends on another pending CL. BUG=53598 Review URL: http://codereview.chromium.org/3231009 TBR=satish@chromium.org Review URL: http://codereview.chromium.org/3263010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58100 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_browser.gypi')
-rw-r--r--chrome/chrome_browser.gypi3
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 1101489..cc8af50 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -2471,9 +2471,8 @@
'browser/speech/endpointer/energy_endpointer_params.h',
'browser/speech/speech_input_bubble.h',
'browser/speech/speech_input_bubble.cc',
- 'browser/speech/speech_input_bubble_gtk.cc',
- 'browser/speech/speech_input_bubble_mac.mm',
'browser/speech/speech_input_bubble_win.cc',
+ 'browser/speech/speech_input_bubble_mac.mm',
'browser/speech/speech_input_bubble_controller.cc',
'browser/speech/speech_input_bubble_controller.h',
'browser/speech/speech_input_dispatcher_host.cc',