Chromium Code Reviews| 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 '../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 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 128 'public/browser/save_page_type.h', | 128 'public/browser/save_page_type.h', |
| 129 'public/browser/sensors.h', | 129 'public/browser/sensors.h', |
| 130 'public/browser/sensors_listener.h', | 130 'public/browser/sensors_listener.h', |
| 131 'public/browser/sensors_provider.h', | 131 'public/browser/sensors_provider.h', |
| 132 'public/browser/session_storage_namespace.h', | 132 'public/browser/session_storage_namespace.h', |
| 133 'public/browser/site_instance.h', | 133 'public/browser/site_instance.h', |
| 134 'public/browser/speech_recognition_event_listener.h', | 134 'public/browser/speech_recognition_event_listener.h', |
| 135 'public/browser/speech_recognition_manager.h', | 135 'public/browser/speech_recognition_manager.h', |
| 136 'public/browser/speech_recognition_manager_delegate.h', | 136 'public/browser/speech_recognition_manager_delegate.h', |
| 137 'public/browser/speech_recognition_preferences.h', | 137 'public/browser/speech_recognition_preferences.h', |
| 138 'public/browser/speech_recognition_session_config.cc', | |
| 139 'public/browser/speech_recognition_session_context.cc', | |
|
Satish
2012/04/19 13:03:19
please also include the header files in here
Primiano Tucci (use gerrit)
2012/04/20 16:06:43
Done.
| |
| 138 'public/browser/speech_recognizer.h', | 140 'public/browser/speech_recognizer.h', |
| 139 'public/browser/trace_controller.h', | 141 'public/browser/trace_controller.h', |
| 140 'public/browser/trace_subscriber.h', | 142 'public/browser/trace_subscriber.h', |
| 141 'public/browser/user_metrics.h', | 143 'public/browser/user_metrics.h', |
| 142 'public/browser/utility_process_host.h', | 144 'public/browser/utility_process_host.h', |
| 143 'public/browser/web_contents.h', | 145 'public/browser/web_contents.h', |
| 144 'public/browser/web_contents_delegate.cc', | 146 'public/browser/web_contents_delegate.cc', |
| 145 'public/browser/web_contents_delegate.h', | 147 'public/browser/web_contents_delegate.h', |
| 146 'public/browser/web_contents_observer.cc', | 148 'public/browser/web_contents_observer.cc', |
| 147 'public/browser/web_contents_observer.h', | 149 'public/browser/web_contents_observer.h', |
| (...skipping 768 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 916 ], | 918 ], |
| 917 }], | 919 }], |
| 918 ['input_speech==0', { | 920 ['input_speech==0', { |
| 919 'sources/': [ | 921 'sources/': [ |
| 920 ['exclude', '^browser/speech/'], | 922 ['exclude', '^browser/speech/'], |
| 921 ], | 923 ], |
| 922 }], | 924 }], |
| 923 ], | 925 ], |
| 924 } | 926 } |
| 925 | 927 |
| OLD | NEW |