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

Side by Side Diff: content/content_browser.gypi

Issue 9688012: Refactoring of chrome speech recognition architecture (CL1.2) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Minor fix in recognizer unit test due to "others" CL in the middle (9692038) Created 8 years, 9 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 | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'dependencies': [ 6 'dependencies': [
7 'browser/debugger/devtools_resources.gyp:devtools_resources', 7 'browser/debugger/devtools_resources.gyp:devtools_resources',
8 '../base/base.gyp:base_static', 8 '../base/base.gyp:base_static',
9 '../crypto/crypto.gyp:crypto', 9 '../crypto/crypto.gyp:crypto',
10 '../net/net.gyp:http_server', 10 '../net/net.gyp:http_server',
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 'public/browser/resource_dispatcher_host_login_delegate.h', 120 'public/browser/resource_dispatcher_host_login_delegate.h',
121 'public/browser/resource_request_info.h', 121 'public/browser/resource_request_info.h',
122 'public/browser/resource_throttle.h', 122 'public/browser/resource_throttle.h',
123 'public/browser/resource_throttle_controller.h', 123 'public/browser/resource_throttle_controller.h',
124 'public/browser/save_page_type.h', 124 'public/browser/save_page_type.h',
125 'public/browser/sensors.h', 125 'public/browser/sensors.h',
126 'public/browser/sensors_listener.h', 126 'public/browser/sensors_listener.h',
127 'public/browser/sensors_provider.h', 127 'public/browser/sensors_provider.h',
128 'public/browser/session_storage_namespace.h', 128 'public/browser/session_storage_namespace.h',
129 'public/browser/site_instance.h', 129 'public/browser/site_instance.h',
130 'public/browser/speech_recognition_event_listener.h',
130 'public/browser/speech_recognition_manager.h', 131 'public/browser/speech_recognition_manager.h',
131 'public/browser/speech_recognition_manager_delegate.h', 132 'public/browser/speech_recognition_manager_delegate.h',
132 'public/browser/speech_recognition_preferences.h', 133 'public/browser/speech_recognition_preferences.h',
133 'public/browser/speech_recognizer.h', 134 'public/browser/speech_recognizer.h',
134 'public/browser/speech_recognizer_delegate.h',
135 'public/browser/trace_controller.h', 135 'public/browser/trace_controller.h',
136 'public/browser/trace_subscriber.h', 136 'public/browser/trace_subscriber.h',
137 'public/browser/user_metrics.h', 137 'public/browser/user_metrics.h',
138 'public/browser/utility_process_host.h', 138 'public/browser/utility_process_host.h',
139 'public/browser/web_contents.h', 139 'public/browser/web_contents.h',
140 'public/browser/web_contents_delegate.cc', 140 'public/browser/web_contents_delegate.cc',
141 'public/browser/web_contents_delegate.h', 141 'public/browser/web_contents_delegate.h',
142 'public/browser/web_contents_observer.cc', 142 'public/browser/web_contents_observer.cc',
143 'public/browser/web_contents_observer.h', 143 'public/browser/web_contents_observer.h',
144 'public/browser/web_contents_view.h', 144 'public/browser/web_contents_view.h',
(...skipping 749 matching lines...) Expand 10 before | Expand all | Expand 10 after
894 ], 894 ],
895 }], 895 }],
896 ['input_speech==0', { 896 ['input_speech==0', {
897 'sources/': [ 897 'sources/': [
898 ['exclude', '^browser/speech/'], 898 ['exclude', '^browser/speech/'],
899 ], 899 ],
900 }], 900 }],
901 ], 901 ],
902 } 902 }
903 903
OLDNEW
« no previous file with comments | « content/browser/speech/speech_recognizer_impl_unittest.cc ('k') | content/public/browser/speech_recognition_event_listener.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698