Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7814)

Unified Diff: chrome/chrome_browser.gypi

Issue 3124009: Adds SpeechRecognizer which provides a simple interface to record and recognize speech. (Closed)
Patch Set: Address comments. Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/speech/speech_recognizer_unittest.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 7e9d7fe9dba13adb5900ac433ef89ace394dc5d1..e56b2efaeedf145f10fe377130e1c4c4469e35a8 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -2349,6 +2349,8 @@
'browser/speech/speech_input_manager.h',
'browser/speech/speech_recognition_request.cc',
'browser/speech/speech_recognition_request.h',
+ 'browser/speech/speech_recognizer.cc',
+ 'browser/speech/speech_recognizer.h',
'browser/spellcheck_host.cc',
'browser/spellcheck_host.h',
'browser/spellchecker_linux.cc',
« no previous file with comments | « chrome/browser/speech/speech_recognizer_unittest.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698