| 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 187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 198 'browser/appcache/chrome_appcache_service.cc', | 198 'browser/appcache/chrome_appcache_service.cc', |
| 199 'browser/appcache/chrome_appcache_service.h', | 199 'browser/appcache/chrome_appcache_service.h', |
| 200 'browser/browser_child_process_host_impl.cc', | 200 'browser/browser_child_process_host_impl.cc', |
| 201 'browser/browser_child_process_host_impl.h', | 201 'browser/browser_child_process_host_impl.h', |
| 202 'browser/browser_context.cc', | 202 'browser/browser_context.cc', |
| 203 'browser/browser_main.cc', | 203 'browser/browser_main.cc', |
| 204 'browser/browser_main.h', | 204 'browser/browser_main.h', |
| 205 'browser/browser_main_loop.cc', | 205 'browser/browser_main_loop.cc', |
| 206 'browser/browser_main_loop.h', | 206 'browser/browser_main_loop.h', |
| 207 'browser/browser_main_runner.cc', | 207 'browser/browser_main_runner.cc', |
| 208 'browser/browser_plugin/browser_plugin_web_contents_observer.cc', | |
| 209 'browser/browser_plugin/browser_plugin_web_contents_observer.h', | |
| 210 'browser/browser_process_sub_thread.cc', | 208 'browser/browser_process_sub_thread.cc', |
| 211 'browser/browser_process_sub_thread.h', | 209 'browser/browser_process_sub_thread.h', |
| 212 'browser/browser_thread_impl.cc', | 210 'browser/browser_thread_impl.cc', |
| 213 'browser/browser_thread_impl.h', | 211 'browser/browser_thread_impl.h', |
| 214 'browser/browser_url_handler_impl.cc', | 212 'browser/browser_url_handler_impl.cc', |
| 215 'browser/browser_url_handler_impl.h', | 213 'browser/browser_url_handler_impl.h', |
| 216 'browser/browsing_instance.cc', | 214 'browser/browsing_instance.cc', |
| 217 'browser/browsing_instance.h', | 215 'browser/browsing_instance.h', |
| 218 'browser/cert_store_impl.cc', | 216 'browser/cert_store_impl.cc', |
| 219 'browser/cert_store_impl.h', | 217 'browser/cert_store_impl.h', |
| (...skipping 720 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 940 ], | 938 ], |
| 941 }], | 939 }], |
| 942 ['input_speech==0', { | 940 ['input_speech==0', { |
| 943 'sources/': [ | 941 'sources/': [ |
| 944 ['exclude', '^browser/speech/'], | 942 ['exclude', '^browser/speech/'], |
| 945 ], | 943 ], |
| 946 }], | 944 }], |
| 947 ], | 945 ], |
| 948 } | 946 } |
| 949 | 947 |
| OLD | NEW |