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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': '<(library)', 9 'type': '<(library)',
10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA',
(...skipping 2331 matching lines...) Expand 10 before | Expand all | Expand 10 after
2342 'browser/shell_integration.h', 2342 'browser/shell_integration.h',
2343 'browser/shell_integration_mac.mm', 2343 'browser/shell_integration_mac.mm',
2344 'browser/shell_integration_linux.cc', 2344 'browser/shell_integration_linux.cc',
2345 'browser/shell_integration_win.cc', 2345 'browser/shell_integration_win.cc',
2346 'browser/speech/speech_input_dispatcher_host.cc', 2346 'browser/speech/speech_input_dispatcher_host.cc',
2347 'browser/speech/speech_input_dispatcher_host.h', 2347 'browser/speech/speech_input_dispatcher_host.h',
2348 'browser/speech/speech_input_manager.cc', 2348 'browser/speech/speech_input_manager.cc',
2349 'browser/speech/speech_input_manager.h', 2349 'browser/speech/speech_input_manager.h',
2350 'browser/speech/speech_recognition_request.cc', 2350 'browser/speech/speech_recognition_request.cc',
2351 'browser/speech/speech_recognition_request.h', 2351 'browser/speech/speech_recognition_request.h',
2352 'browser/speech/speech_recognizer.cc',
2353 'browser/speech/speech_recognizer.h',
2352 'browser/spellcheck_host.cc', 2354 'browser/spellcheck_host.cc',
2353 'browser/spellcheck_host.h', 2355 'browser/spellcheck_host.h',
2354 'browser/spellchecker_linux.cc', 2356 'browser/spellchecker_linux.cc',
2355 'browser/spellchecker_mac.mm', 2357 'browser/spellchecker_mac.mm',
2356 'browser/spellchecker_platform_engine.h', 2358 'browser/spellchecker_platform_engine.h',
2357 'browser/spellchecker_win.cc', 2359 'browser/spellchecker_win.cc',
2358 'browser/ssl/ssl_add_cert_handler.cc', 2360 'browser/ssl/ssl_add_cert_handler.cc',
2359 'browser/ssl/ssl_add_cert_handler.h', 2361 'browser/ssl/ssl_add_cert_handler.h',
2360 'browser/ssl/ssl_add_cert_handler_mac.mm', 2362 'browser/ssl/ssl_add_cert_handler_mac.mm',
2361 'browser/ssl/ssl_blocking_page.cc', 2363 'browser/ssl/ssl_blocking_page.cc',
(...skipping 1418 matching lines...) Expand 10 before | Expand all | Expand 10 after
3780 ], 3782 ],
3781 }, 3783 },
3782 ], 3784 ],
3783 } 3785 }
3784 3786
3785 # Local Variables: 3787 # Local Variables:
3786 # tab-width:2 3788 # tab-width:2
3787 # indent-tabs-mode:nil 3789 # indent-tabs-mode:nil
3788 # End: 3790 # End:
3789 # vim: set expandtab tabstop=2 shiftwidth=2: 3791 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« 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