| OLD | NEW |
| 1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 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 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 'target_name': 'browser', | 8 'target_name': 'browser', |
| 9 'type': 'static_library', | 9 'type': 'static_library', |
| 10 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
| (...skipping 1207 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1218 'browser/net/chrome_network_delegate.cc', | 1218 'browser/net/chrome_network_delegate.cc', |
| 1219 'browser/net/chrome_network_delegate.h', | 1219 'browser/net/chrome_network_delegate.h', |
| 1220 'browser/net/chrome_url_request_context.cc', | 1220 'browser/net/chrome_url_request_context.cc', |
| 1221 'browser/net/chrome_url_request_context.h', | 1221 'browser/net/chrome_url_request_context.h', |
| 1222 'browser/net/client_hints.cc', | 1222 'browser/net/client_hints.cc', |
| 1223 'browser/net/client_hints.h', | 1223 'browser/net/client_hints.h', |
| 1224 'browser/net/connect_interceptor.cc', | 1224 'browser/net/connect_interceptor.cc', |
| 1225 'browser/net/connect_interceptor.h', | 1225 'browser/net/connect_interceptor.h', |
| 1226 'browser/net/connection_tester.cc', | 1226 'browser/net/connection_tester.cc', |
| 1227 'browser/net/connection_tester.h', | 1227 'browser/net/connection_tester.h', |
| 1228 'browser/net/cookie_store_util.cc', |
| 1229 'browser/net/cookie_store_util.h', |
| 1228 'browser/net/crl_set_fetcher.cc', | 1230 'browser/net/crl_set_fetcher.cc', |
| 1229 'browser/net/crl_set_fetcher.h', | 1231 'browser/net/crl_set_fetcher.h', |
| 1230 'browser/net/dns_probe_runner.cc', | 1232 'browser/net/dns_probe_runner.cc', |
| 1231 'browser/net/dns_probe_runner.h', | 1233 'browser/net/dns_probe_runner.h', |
| 1232 'browser/net/dns_probe_service.cc', | 1234 'browser/net/dns_probe_service.cc', |
| 1233 'browser/net/dns_probe_service.h', | 1235 'browser/net/dns_probe_service.h', |
| 1234 'browser/net/evicted_domain_cookie_counter.cc', | 1236 'browser/net/evicted_domain_cookie_counter.cc', |
| 1235 'browser/net/evicted_domain_cookie_counter.h', | 1237 'browser/net/evicted_domain_cookie_counter.h', |
| 1236 'browser/net/firefox_proxy_settings.cc', | 1238 'browser/net/firefox_proxy_settings.cc', |
| 1237 'browser/net/firefox_proxy_settings.h', | 1239 'browser/net/firefox_proxy_settings.h', |
| (...skipping 2395 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3633 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3635 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
| 3634 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3636 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
| 3635 }, | 3637 }, |
| 3636 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3638 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3637 }, | 3639 }, |
| 3638 ], | 3640 ], |
| 3639 }, | 3641 }, |
| 3640 ], | 3642 ], |
| 3641 ], | 3643 ], |
| 3642 } | 3644 } |
| OLD | NEW |