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 172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
183 'browser/accessibility/browser_accessibility_state_impl.cc', | 183 'browser/accessibility/browser_accessibility_state_impl.cc', |
184 'browser/accessibility/browser_accessibility_state_impl.h', | 184 'browser/accessibility/browser_accessibility_state_impl.h', |
185 'browser/accessibility/browser_accessibility_win.cc', | 185 'browser/accessibility/browser_accessibility_win.cc', |
186 'browser/accessibility/browser_accessibility_win.h', | 186 'browser/accessibility/browser_accessibility_win.h', |
187 'browser/android/android_browser_process.cc', | 187 'browser/android/android_browser_process.cc', |
188 'browser/android/android_browser_process.h', | 188 'browser/android/android_browser_process.h', |
189 'browser/android/command_line.cc', | 189 'browser/android/command_line.cc', |
190 'browser/android/command_line.h', | 190 'browser/android/command_line.h', |
191 'browser/android/device_info.cc', | 191 'browser/android/device_info.cc', |
192 'browser/android/device_info.h', | 192 'browser/android/device_info.h', |
| 193 'browser/android/devtools_server.cc', |
| 194 'browser/android/devtools_server.h', |
193 'browser/android/download_controller.cc', | 195 'browser/android/download_controller.cc', |
194 'browser/android/download_controller.h', | 196 'browser/android/download_controller.h', |
195 'browser/android/jni_helper.cc', | 197 'browser/android/jni_helper.cc', |
196 'browser/android/jni_helper.h', | 198 'browser/android/jni_helper.h', |
| 199 'browser/android/remote_debugging_controller.cc', |
| 200 'browser/android/remote_debugging_controller.h', |
197 'browser/android/trace_event_binding.cc', | 201 'browser/android/trace_event_binding.cc', |
198 'browser/android/trace_event_binding.h', | 202 'browser/android/trace_event_binding.h', |
199 'browser/appcache/appcache_dispatcher_host.cc', | 203 'browser/appcache/appcache_dispatcher_host.cc', |
200 'browser/appcache/appcache_dispatcher_host.h', | 204 'browser/appcache/appcache_dispatcher_host.h', |
201 'browser/appcache/appcache_frontend_proxy.cc', | 205 'browser/appcache/appcache_frontend_proxy.cc', |
202 'browser/appcache/appcache_frontend_proxy.h', | 206 'browser/appcache/appcache_frontend_proxy.h', |
203 'browser/appcache/chrome_appcache_service.cc', | 207 'browser/appcache/chrome_appcache_service.cc', |
204 'browser/appcache/chrome_appcache_service.h', | 208 'browser/appcache/chrome_appcache_service.h', |
205 'browser/browser_child_process_host_impl.cc', | 209 'browser/browser_child_process_host_impl.cc', |
206 'browser/browser_child_process_host_impl.h', | 210 'browser/browser_child_process_host_impl.h', |
(...skipping 747 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
954 ], | 958 ], |
955 }], | 959 }], |
956 ['input_speech==0', { | 960 ['input_speech==0', { |
957 'sources/': [ | 961 'sources/': [ |
958 ['exclude', '^browser/speech/'], | 962 ['exclude', '^browser/speech/'], |
959 ], | 963 ], |
960 }], | 964 }], |
961 ], | 965 ], |
962 } | 966 } |
963 | 967 |
OLD | NEW |