summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_dll.gypi
diff options
context:
space:
mode:
authorsatish@chromium.org <satish@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-28 07:17:38 +0000
committersatish@chromium.org <satish@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-28 07:17:38 +0000
commitc0b5909a5e619cb174b5f601e49472939693dbc1 (patch)
treeb05a9d510f51b737f4c9f2de704bc52639cd6e7e /chrome/chrome_dll.gypi
parent6afd74351ab5174fb3ca326bfc39e8acccd70306 (diff)
downloadchromium_src-c0b5909a5e619cb174b5f601e49472939693dbc1.zip
chromium_src-c0b5909a5e619cb174b5f601e49472939693dbc1.tar.gz
chromium_src-c0b5909a5e619cb174b5f601e49472939693dbc1.tar.bz2
Implement the speech input bubble on mac.
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. TEST=manual, run chromium on mac and click on the mic button in a speech enabled input element to see the bubble appear. BUG=53598 Review URL: http://codereview.chromium.org/3214006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57780 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_dll.gypi')
-rw-r--r--chrome/chrome_dll.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/chrome_dll.gypi b/chrome/chrome_dll.gypi
index c3c6b08..e65bd03 100644
--- a/chrome/chrome_dll.gypi
+++ b/chrome/chrome_dll.gypi
@@ -240,6 +240,7 @@
'app/nibs/SaveAccessoryView.xib',
'app/nibs/SadTab.xib',
'app/nibs/SimpleContentExceptionsWindow.xib',
+ 'app/nibs/SpeechInputBubble.xib',
'app/nibs/TabContents.xib',
'app/nibs/TabView.xib',
'app/nibs/TaskManager.xib',