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/speech/proto/speech_proto.gyp:speech_proto', | 7 'browser/speech/proto/speech_proto.gyp:speech_proto', |
8 '../base/base.gyp:base_static', | 8 '../base/base.gyp:base_static', |
9 '../crypto/crypto.gyp:crypto', | 9 '../crypto/crypto.gyp:crypto', |
10 '../google_apis/google_apis.gyp:google_apis', | 10 '../google_apis/google_apis.gyp:google_apis', |
(...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
220 'browser/android/touch_point.cc', | 220 'browser/android/touch_point.cc', |
221 'browser/android/touch_point.h', | 221 'browser/android/touch_point.h', |
222 'browser/android/web_contents_observer_android.cc', | 222 'browser/android/web_contents_observer_android.cc', |
223 'browser/android/web_contents_observer_android.h', | 223 'browser/android/web_contents_observer_android.h', |
224 'browser/appcache/appcache_dispatcher_host.cc', | 224 'browser/appcache/appcache_dispatcher_host.cc', |
225 'browser/appcache/appcache_dispatcher_host.h', | 225 'browser/appcache/appcache_dispatcher_host.h', |
226 'browser/appcache/appcache_frontend_proxy.cc', | 226 'browser/appcache/appcache_frontend_proxy.cc', |
227 'browser/appcache/appcache_frontend_proxy.h', | 227 'browser/appcache/appcache_frontend_proxy.h', |
228 'browser/appcache/chrome_appcache_service.cc', | 228 'browser/appcache/chrome_appcache_service.cc', |
229 'browser/appcache/chrome_appcache_service.h', | 229 'browser/appcache/chrome_appcache_service.h', |
| 230 'browser/browser_child_process_host_impl_android.cc', |
230 'browser/browser_child_process_host_impl.cc', | 231 'browser/browser_child_process_host_impl.cc', |
231 'browser/browser_child_process_host_impl.h', | 232 'browser/browser_child_process_host_impl.h', |
232 'browser/browser_context.cc', | 233 'browser/browser_context.cc', |
233 'browser/browser_main.cc', | 234 'browser/browser_main.cc', |
234 'browser/browser_main.h', | 235 'browser/browser_main.h', |
235 'browser/browser_main_loop.cc', | 236 'browser/browser_main_loop.cc', |
236 'browser/browser_main_loop.h', | 237 'browser/browser_main_loop.h', |
237 'browser/browser_main_runner.cc', | 238 'browser/browser_main_runner.cc', |
238 'browser/browser_plugin/browser_plugin_embedder.cc', | 239 'browser/browser_plugin/browser_plugin_embedder.cc', |
239 'browser/browser_plugin/browser_plugin_embedder.h', | 240 'browser/browser_plugin/browser_plugin_embedder.h', |
(...skipping 829 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1069 ['exclude', '^browser/renderer_host/java/'], | 1070 ['exclude', '^browser/renderer_host/java/'], |
1070 ], | 1071 ], |
1071 }], | 1072 }], |
1072 ['input_speech==0', { | 1073 ['input_speech==0', { |
1073 'sources/': [ | 1074 'sources/': [ |
1074 ['exclude', '^browser/speech/'], | 1075 ['exclude', '^browser/speech/'], |
1075 ], | 1076 ], |
1076 }], | 1077 }], |
1077 ], | 1078 ], |
1078 } | 1079 } |
OLD | NEW |