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

Side by Side Diff: chrome/chrome_tests.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/chrome_browser.gypi ('k') | no next file » | 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 'variables' : { 6 'variables' : {
7 'pyautolib_sources': [ 7 'pyautolib_sources': [
8 'app/chrome_dll_resource.h', 8 'app/chrome_dll_resource.h',
9 'common/pref_names.cc', 9 'common/pref_names.cc',
10 'common/pref_names.h', 10 'common/pref_names.h',
(...skipping 625 matching lines...) Expand 10 before | Expand all | Expand 10 after
636 'common', 636 'common',
637 'debugger', 637 'debugger',
638 'profile_import', 638 'profile_import',
639 'renderer', 639 'renderer',
640 'service', 640 'service',
641 'test_support_unit', 641 'test_support_unit',
642 'utility', 642 'utility',
643 '../app/app.gyp:app_base', 643 '../app/app.gyp:app_base',
644 '../app/app.gyp:app_resources', 644 '../app/app.gyp:app_resources',
645 '../ipc/ipc.gyp:ipc', 645 '../ipc/ipc.gyp:ipc',
646 '../media/media.gyp:media_test_support',
646 '../net/net.gyp:net_resources', 647 '../net/net.gyp:net_resources',
647 '../net/net.gyp:net_test_support', 648 '../net/net.gyp:net_test_support',
648 '../printing/printing.gyp:printing', 649 '../printing/printing.gyp:printing',
649 '../webkit/support/webkit_support.gyp:webkit_resources', 650 '../webkit/support/webkit_support.gyp:webkit_resources',
650 '../skia/skia.gyp:skia', 651 '../skia/skia.gyp:skia',
651 '../testing/gmock.gyp:gmock', 652 '../testing/gmock.gyp:gmock',
652 '../testing/gtest.gyp:gtest', 653 '../testing/gtest.gyp:gtest',
653 '../third_party/bzip2/bzip2.gyp:bzip2', 654 '../third_party/bzip2/bzip2.gyp:bzip2',
654 '../third_party/cld/cld.gyp:cld', 655 '../third_party/cld/cld.gyp:cld',
655 '../third_party/expat/expat.gyp:expat', 656 '../third_party/expat/expat.gyp:expat',
(...skipping 426 matching lines...) Expand 10 before | Expand all | Expand 10 after
1082 'browser/search_engines/template_url_prepopulate_data_unittest.cc', 1083 'browser/search_engines/template_url_prepopulate_data_unittest.cc',
1083 'browser/search_engines/template_url_scraper_unittest.cc', 1084 'browser/search_engines/template_url_scraper_unittest.cc',
1084 'browser/search_engines/template_url_unittest.cc', 1085 'browser/search_engines/template_url_unittest.cc',
1085 'browser/sessions/session_backend_unittest.cc', 1086 'browser/sessions/session_backend_unittest.cc',
1086 'browser/sessions/session_service_test_helper.cc', 1087 'browser/sessions/session_service_test_helper.cc',
1087 'browser/sessions/session_service_test_helper.h', 1088 'browser/sessions/session_service_test_helper.h',
1088 'browser/sessions/session_service_unittest.cc', 1089 'browser/sessions/session_service_unittest.cc',
1089 'browser/sessions/tab_restore_service_unittest.cc', 1090 'browser/sessions/tab_restore_service_unittest.cc',
1090 'browser/shell_integration_unittest.cc', 1091 'browser/shell_integration_unittest.cc',
1091 'browser/speech/speech_recognition_request_unittest.cc', 1092 'browser/speech/speech_recognition_request_unittest.cc',
1093 'browser/speech/speech_recognizer_unittest.cc',
1092 'browser/spellchecker_platform_engine_unittest.cc', 1094 'browser/spellchecker_platform_engine_unittest.cc',
1093 'browser/ssl/ssl_host_state_unittest.cc', 1095 'browser/ssl/ssl_host_state_unittest.cc',
1094 'browser/status_icons/status_icon_unittest.cc', 1096 'browser/status_icons/status_icon_unittest.cc',
1095 'browser/status_icons/status_tray_unittest.cc', 1097 'browser/status_icons/status_tray_unittest.cc',
1096 'browser/sync/abstract_profile_sync_service_test.h', 1098 'browser/sync/abstract_profile_sync_service_test.h',
1097 'browser/sync/glue/autofill_data_type_controller_unittest.cc', 1099 'browser/sync/glue/autofill_data_type_controller_unittest.cc',
1098 'browser/sync/glue/autofill_model_associator_unittest.cc', 1100 'browser/sync/glue/autofill_model_associator_unittest.cc',
1099 'browser/sync/glue/bookmark_data_type_controller_unittest.cc', 1101 'browser/sync/glue/bookmark_data_type_controller_unittest.cc',
1100 'browser/sync/glue/change_processor_mock.h', 1102 'browser/sync/glue/change_processor_mock.h',
1101 'browser/sync/glue/data_type_controller_mock.h', 1103 'browser/sync/glue/data_type_controller_mock.h',
(...skipping 1672 matching lines...) Expand 10 before | Expand all | Expand 10 after
2774 ] 2776 ]
2775 }], # 'coverage!=0' 2777 }], # 'coverage!=0'
2776 ], # 'conditions' 2778 ], # 'conditions'
2777 } 2779 }
2778 2780
2779 # Local Variables: 2781 # Local Variables:
2780 # tab-width:2 2782 # tab-width:2
2781 # indent-tabs-mode:nil 2783 # indent-tabs-mode:nil
2782 # End: 2784 # End:
2783 # vim: set expandtab tabstop=2 shiftwidth=2: 2785 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698