| 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 170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 181 'browser/appcache/chrome_appcache_service.cc', | 181 'browser/appcache/chrome_appcache_service.cc', |
| 182 'browser/appcache/chrome_appcache_service.h', | 182 'browser/appcache/chrome_appcache_service.h', |
| 183 'browser/browser_child_process_host_impl.cc', | 183 'browser/browser_child_process_host_impl.cc', |
| 184 'browser/browser_child_process_host_impl.h', | 184 'browser/browser_child_process_host_impl.h', |
| 185 'browser/browser_context.cc', | 185 'browser/browser_context.cc', |
| 186 'browser/browser_main.cc', | 186 'browser/browser_main.cc', |
| 187 'browser/browser_main.h', | 187 'browser/browser_main.h', |
| 188 'browser/browser_main_loop.cc', | 188 'browser/browser_main_loop.cc', |
| 189 'browser/browser_main_loop.h', | 189 'browser/browser_main_loop.h', |
| 190 'browser/browser_main_runner.cc', | 190 'browser/browser_main_runner.cc', |
| 191 'browser/browser_plugin/guest_render_view_host_observer.cc', |
| 192 'browser/browser_plugin/guest_render_view_host_observer.h', |
| 193 'browser/browser_plugin/browser_plugin_web_contents_observer.cc', |
| 194 'browser/browser_plugin/browser_plugin_web_contents_observer.h', |
| 195 'browser/browser_plugin/renderer_host/browser_plugin_message_filter.cc', |
| 196 'browser/browser_plugin/renderer_host/browser_plugin_message_filter.h', |
| 191 'browser/browser_process_sub_thread.cc', | 197 'browser/browser_process_sub_thread.cc', |
| 192 'browser/browser_process_sub_thread.h', | 198 'browser/browser_process_sub_thread.h', |
| 193 'browser/browser_thread_impl.cc', | 199 'browser/browser_thread_impl.cc', |
| 194 'browser/browser_thread_impl.h', | 200 'browser/browser_thread_impl.h', |
| 195 'browser/browser_url_handler_impl.cc', | 201 'browser/browser_url_handler_impl.cc', |
| 196 'browser/browser_url_handler_impl.h', | 202 'browser/browser_url_handler_impl.h', |
| 197 'browser/browsing_instance.cc', | 203 'browser/browsing_instance.cc', |
| 198 'browser/browsing_instance.h', | 204 'browser/browsing_instance.h', |
| 199 'browser/cert_store_impl.cc', | 205 'browser/cert_store_impl.cc', |
| 200 'browser/cert_store_impl.h', | 206 'browser/cert_store_impl.h', |
| (...skipping 712 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 913 ], | 919 ], |
| 914 }], | 920 }], |
| 915 ['input_speech==0', { | 921 ['input_speech==0', { |
| 916 'sources/': [ | 922 'sources/': [ |
| 917 ['exclude', '^browser/speech/'], | 923 ['exclude', '^browser/speech/'], |
| 918 ], | 924 ], |
| 919 }], | 925 }], |
| 920 ], | 926 ], |
| 921 } | 927 } |
| 922 | 928 |
| OLD | NEW |