OLD | NEW |
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 'browser/speech/proto/speech_proto.gyp:speech_proto', | 8 'browser/speech/proto/speech_proto.gyp:speech_proto', |
9 '../base/base.gyp:base_static', | 9 '../base/base.gyp:base_static', |
10 '../crypto/crypto.gyp:crypto', | 10 '../crypto/crypto.gyp:crypto', |
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
132 'public/browser/resource_throttle_controller.h', | 132 'public/browser/resource_throttle_controller.h', |
133 'public/browser/save_page_type.h', | 133 'public/browser/save_page_type.h', |
134 'public/browser/session_storage_namespace.h', | 134 'public/browser/session_storage_namespace.h', |
135 'public/browser/site_instance.h', | 135 'public/browser/site_instance.h', |
136 'public/browser/speech_recognition_event_listener.h', | 136 'public/browser/speech_recognition_event_listener.h', |
137 'public/browser/speech_recognition_manager.h', | 137 'public/browser/speech_recognition_manager.h', |
138 'public/browser/speech_recognition_manager_delegate.h', | 138 'public/browser/speech_recognition_manager_delegate.h', |
139 'public/browser/speech_recognition_preferences.h', | 139 'public/browser/speech_recognition_preferences.h', |
140 'public/browser/speech_recognition_session_config.cc', | 140 'public/browser/speech_recognition_session_config.cc', |
141 'public/browser/speech_recognition_session_config.h', | 141 'public/browser/speech_recognition_session_config.h', |
| 142 'public/browser/speech_recognition_session_context.cc', |
142 'public/browser/speech_recognition_session_context.h', | 143 'public/browser/speech_recognition_session_context.h', |
143 'public/browser/speech_recognizer.h', | |
144 'public/browser/trace_controller.h', | 144 'public/browser/trace_controller.h', |
145 'public/browser/trace_subscriber.h', | 145 'public/browser/trace_subscriber.h', |
146 'public/browser/user_metrics.h', | 146 'public/browser/user_metrics.h', |
147 'public/browser/utility_process_host.h', | 147 'public/browser/utility_process_host.h', |
148 'public/browser/web_contents.h', | 148 'public/browser/web_contents.h', |
149 'public/browser/web_contents_delegate.cc', | 149 'public/browser/web_contents_delegate.cc', |
150 'public/browser/web_contents_delegate.h', | 150 'public/browser/web_contents_delegate.h', |
151 'public/browser/web_contents_observer.cc', | 151 'public/browser/web_contents_observer.cc', |
152 'public/browser/web_contents_observer.h', | 152 'public/browser/web_contents_observer.h', |
153 'public/browser/web_contents_view.h', | 153 'public/browser/web_contents_view.h', |
(...skipping 799 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
953 ], | 953 ], |
954 }], | 954 }], |
955 ['input_speech==0', { | 955 ['input_speech==0', { |
956 'sources/': [ | 956 'sources/': [ |
957 ['exclude', '^browser/speech/'], | 957 ['exclude', '^browser/speech/'], |
958 ], | 958 ], |
959 }], | 959 }], |
960 ], | 960 ], |
961 } | 961 } |
962 | 962 |
OLD | NEW |