| 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 '../base/base.gyp:base_static', | 7 '../base/base.gyp:base_static', |
| 8 '../crypto/crypto.gyp:crypto', | 8 '../crypto/crypto.gyp:crypto', |
| 9 '../net/net.gyp:http_server', | 9 '../net/net.gyp:http_server', |
| 10 '../net/net.gyp:net', | 10 '../net/net.gyp:net', |
| (...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 113 'browser/appcache/appcache_frontend_proxy.cc', | 113 'browser/appcache/appcache_frontend_proxy.cc', |
| 114 'browser/appcache/appcache_frontend_proxy.h', | 114 'browser/appcache/appcache_frontend_proxy.h', |
| 115 'browser/appcache/chrome_appcache_service.cc', | 115 'browser/appcache/chrome_appcache_service.cc', |
| 116 'browser/appcache/chrome_appcache_service.h', | 116 'browser/appcache/chrome_appcache_service.h', |
| 117 'browser/browser_child_process_host.cc', | 117 'browser/browser_child_process_host.cc', |
| 118 'browser/browser_child_process_host.h', | 118 'browser/browser_child_process_host.h', |
| 119 'browser/browser_main.cc', | 119 'browser/browser_main.cc', |
| 120 'browser/browser_main.h', | 120 'browser/browser_main.h', |
| 121 'browser/browser_main_loop.cc', | 121 'browser/browser_main_loop.cc', |
| 122 'browser/browser_main_loop.h', | 122 'browser/browser_main_loop.h', |
| 123 'browser/browser_main_runner.cc', |
| 124 'browser/browser_main_runner.h', |
| 123 'browser/browser_process_sub_thread.cc', | 125 'browser/browser_process_sub_thread.cc', |
| 124 'browser/browser_process_sub_thread.h', | 126 'browser/browser_process_sub_thread.h', |
| 125 'browser/browser_thread_impl.cc', | 127 'browser/browser_thread_impl.cc', |
| 126 'browser/browser_thread_impl.h', | 128 'browser/browser_thread_impl.h', |
| 127 'browser/browser_url_handler.cc', | 129 'browser/browser_url_handler.cc', |
| 128 'browser/browser_url_handler.h', | 130 'browser/browser_url_handler.h', |
| 129 'browser/browsing_instance.cc', | 131 'browser/browsing_instance.cc', |
| 130 'browser/browsing_instance.h', | 132 'browser/browsing_instance.h', |
| 131 'browser/cert_store.cc', | 133 'browser/cert_store.cc', |
| 132 'browser/cert_store.h', | 134 'browser/cert_store.h', |
| (...skipping 683 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 816 'ENABLE_JAVA_BRIDGE', | 818 'ENABLE_JAVA_BRIDGE', |
| 817 ], | 819 ], |
| 818 }, { | 820 }, { |
| 819 'sources/': [ | 821 'sources/': [ |
| 820 ['exclude', '^browser/renderer_host/java/'], | 822 ['exclude', '^browser/renderer_host/java/'], |
| 821 ], | 823 ], |
| 822 }], | 824 }], |
| 823 ], | 825 ], |
| 824 } | 826 } |
| 825 | 827 |
| OLD | NEW |