| 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 1257 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1268 'browser/net/crl_set_fetcher.cc', | 1268 'browser/net/crl_set_fetcher.cc', |
| 1269 'browser/net/crl_set_fetcher.h', | 1269 'browser/net/crl_set_fetcher.h', |
| 1270 'browser/net/dns_probe_runner.cc', | 1270 'browser/net/dns_probe_runner.cc', |
| 1271 'browser/net/dns_probe_runner.h', | 1271 'browser/net/dns_probe_runner.h', |
| 1272 'browser/net/dns_probe_service.cc', | 1272 'browser/net/dns_probe_service.cc', |
| 1273 'browser/net/dns_probe_service.h', | 1273 'browser/net/dns_probe_service.h', |
| 1274 'browser/net/evicted_domain_cookie_counter.cc', | 1274 'browser/net/evicted_domain_cookie_counter.cc', |
| 1275 'browser/net/evicted_domain_cookie_counter.h', | 1275 'browser/net/evicted_domain_cookie_counter.h', |
| 1276 'browser/net/firefox_proxy_settings.cc', | 1276 'browser/net/firefox_proxy_settings.cc', |
| 1277 'browser/net/firefox_proxy_settings.h', | 1277 'browser/net/firefox_proxy_settings.h', |
| 1278 'browser/net/http_pipelining_compatibility_client.cc', | |
| 1279 'browser/net/http_pipelining_compatibility_client.h', | |
| 1280 'browser/net/http_server_properties_manager.cc', | 1278 'browser/net/http_server_properties_manager.cc', |
| 1281 'browser/net/http_server_properties_manager.h', | 1279 'browser/net/http_server_properties_manager.h', |
| 1282 'browser/net/net_error_tab_helper.cc', | 1280 'browser/net/net_error_tab_helper.cc', |
| 1283 'browser/net/net_error_tab_helper.h', | 1281 'browser/net/net_error_tab_helper.h', |
| 1284 'browser/net/net_log_temp_file.cc', | 1282 'browser/net/net_log_temp_file.cc', |
| 1285 'browser/net/net_log_temp_file.h', | 1283 'browser/net/net_log_temp_file.h', |
| 1286 'browser/net/net_pref_observer.cc', | 1284 'browser/net/net_pref_observer.cc', |
| 1287 'browser/net/net_pref_observer.h', | 1285 'browser/net/net_pref_observer.h', |
| 1288 'browser/net/network_stats.cc', | 1286 'browser/net/network_stats.cc', |
| 1289 'browser/net/network_stats.h', | 1287 'browser/net/network_stats.h', |
| (...skipping 2428 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3718 'package_name': 'org/chromium/chrome/browser', | 3716 'package_name': 'org/chromium/chrome/browser', |
| 3719 'template_deps': ['browser/android/tab_load_status.h'], | 3717 'template_deps': ['browser/android/tab_load_status.h'], |
| 3720 }, | 3718 }, |
| 3721 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3719 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3722 }, | 3720 }, |
| 3723 ], | 3721 ], |
| 3724 }, | 3722 }, |
| 3725 ], | 3723 ], |
| 3726 ], | 3724 ], |
| 3727 } | 3725 } |
| OLD | NEW |