| 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 217 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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.cc', | 230 'browser/browser_child_process_host_impl.cc', |
| 231 'browser/browser_child_process_host_impl.h', | 231 'browser/browser_child_process_host_impl.h', |
| 232 'browser/browser_context.cc', | 232 'browser/browser_context.cc', |
| 233 'browser/browser_main.cc', | 233 'browser/browser_main.cc', |
| 234 'browser/browser_main.h', | 234 'browser/browser_main.h', |
| 235 'browser/browser_main_loop.cc', | 235 'browser/browser_main_loop.cc', |
| 236 'browser/browser_main_loop.h', | 236 'browser/browser_main_loop.h', |
| 237 'browser/browser_main_runner.cc', | 237 'browser/browser_main_runner.cc', |
| 238 'browser/browser_plugin/old/browser_plugin_host.cc', | 238 'browser/browser_plugin/old/old_browser_plugin_host.cc', |
| 239 'browser/browser_plugin/old/browser_plugin_host.h', | 239 'browser/browser_plugin/old/old_browser_plugin_host.h', |
| 240 'browser/browser_plugin/old/browser_plugin_host_helper.cc', | 240 'browser/browser_plugin/old/old_browser_plugin_host_helper.cc', |
| 241 'browser/browser_plugin/old/browser_plugin_host_helper.h', | 241 'browser/browser_plugin/old/old_browser_plugin_host_helper.h', |
| 242 'browser/browser_process_sub_thread.cc', | 242 'browser/browser_process_sub_thread.cc', |
| 243 'browser/browser_process_sub_thread.h', | 243 'browser/browser_process_sub_thread.h', |
| 244 'browser/browser_thread_impl.cc', | 244 'browser/browser_thread_impl.cc', |
| 245 'browser/browser_thread_impl.h', | 245 'browser/browser_thread_impl.h', |
| 246 'browser/browser_url_handler_impl.cc', | 246 'browser/browser_url_handler_impl.cc', |
| 247 'browser/browser_url_handler_impl.h', | 247 'browser/browser_url_handler_impl.h', |
| 248 'browser/browsing_instance.cc', | 248 'browser/browsing_instance.cc', |
| 249 'browser/browsing_instance.h', | 249 'browser/browsing_instance.h', |
| 250 'browser/cert_store_impl.cc', | 250 'browser/cert_store_impl.cc', |
| 251 'browser/cert_store_impl.h', | 251 'browser/cert_store_impl.h', |
| (...skipping 751 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1003 ['exclude', '^browser/renderer_host/java/'], | 1003 ['exclude', '^browser/renderer_host/java/'], |
| 1004 ], | 1004 ], |
| 1005 }], | 1005 }], |
| 1006 ['input_speech==0', { | 1006 ['input_speech==0', { |
| 1007 'sources/': [ | 1007 'sources/': [ |
| 1008 ['exclude', '^browser/speech/'], | 1008 ['exclude', '^browser/speech/'], |
| 1009 ], | 1009 ], |
| 1010 }], | 1010 }], |
| 1011 ], | 1011 ], |
| 1012 } | 1012 } |
| OLD | NEW |