| 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 1077 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1088 'browser/net/chrome_net_log.cc', | 1088 'browser/net/chrome_net_log.cc', |
| 1089 'browser/net/chrome_net_log.h', | 1089 'browser/net/chrome_net_log.h', |
| 1090 'browser/net/chrome_network_delegate.cc', | 1090 'browser/net/chrome_network_delegate.cc', |
| 1091 'browser/net/chrome_network_delegate.h', | 1091 'browser/net/chrome_network_delegate.h', |
| 1092 'browser/net/chrome_url_request_context.cc', | 1092 'browser/net/chrome_url_request_context.cc', |
| 1093 'browser/net/chrome_url_request_context.h', | 1093 'browser/net/chrome_url_request_context.h', |
| 1094 'browser/net/connect_interceptor.cc', | 1094 'browser/net/connect_interceptor.cc', |
| 1095 'browser/net/connect_interceptor.h', | 1095 'browser/net/connect_interceptor.h', |
| 1096 'browser/net/connection_tester.cc', | 1096 'browser/net/connection_tester.cc', |
| 1097 'browser/net/connection_tester.h', | 1097 'browser/net/connection_tester.h', |
| 1098 'browser/net/cookie_store_util.cc', |
| 1099 'browser/net/cookie_store_util.h', |
| 1098 'browser/net/crl_set_fetcher.cc', | 1100 'browser/net/crl_set_fetcher.cc', |
| 1099 'browser/net/crl_set_fetcher.h', | 1101 'browser/net/crl_set_fetcher.h', |
| 1100 'browser/net/dns_probe_runner.cc', | 1102 'browser/net/dns_probe_runner.cc', |
| 1101 'browser/net/dns_probe_runner.h', | 1103 'browser/net/dns_probe_runner.h', |
| 1102 'browser/net/dns_probe_service.cc', | 1104 'browser/net/dns_probe_service.cc', |
| 1103 'browser/net/dns_probe_service.h', | 1105 'browser/net/dns_probe_service.h', |
| 1104 'browser/net/evicted_domain_cookie_counter.cc', | 1106 'browser/net/evicted_domain_cookie_counter.cc', |
| 1105 'browser/net/evicted_domain_cookie_counter.h', | 1107 'browser/net/evicted_domain_cookie_counter.h', |
| 1106 'browser/net/firefox_proxy_settings.cc', | 1108 'browser/net/firefox_proxy_settings.cc', |
| 1107 'browser/net/firefox_proxy_settings.h', | 1109 'browser/net/firefox_proxy_settings.h', |
| (...skipping 2262 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3370 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3372 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
| 3371 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3373 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
| 3372 }, | 3374 }, |
| 3373 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3375 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3374 }, | 3376 }, |
| 3375 ], | 3377 ], |
| 3376 }, | 3378 }, |
| 3377 ], | 3379 ], |
| 3378 ], | 3380 ], |
| 3379 } | 3381 } |
| OLD | NEW |