| 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 1267 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1278 'browser/net/crl_set_fetcher.cc', | 1278 'browser/net/crl_set_fetcher.cc', |
| 1279 'browser/net/crl_set_fetcher.h', | 1279 'browser/net/crl_set_fetcher.h', |
| 1280 'browser/net/dns_probe_runner.cc', | 1280 'browser/net/dns_probe_runner.cc', |
| 1281 'browser/net/dns_probe_runner.h', | 1281 'browser/net/dns_probe_runner.h', |
| 1282 'browser/net/dns_probe_service.cc', | 1282 'browser/net/dns_probe_service.cc', |
| 1283 'browser/net/dns_probe_service.h', | 1283 'browser/net/dns_probe_service.h', |
| 1284 'browser/net/evicted_domain_cookie_counter.cc', | 1284 'browser/net/evicted_domain_cookie_counter.cc', |
| 1285 'browser/net/evicted_domain_cookie_counter.h', | 1285 'browser/net/evicted_domain_cookie_counter.h', |
| 1286 'browser/net/firefox_proxy_settings.cc', | 1286 'browser/net/firefox_proxy_settings.cc', |
| 1287 'browser/net/firefox_proxy_settings.h', | 1287 'browser/net/firefox_proxy_settings.h', |
| 1288 'browser/net/http_pipelining_compatibility_client.cc', | |
| 1289 'browser/net/http_pipelining_compatibility_client.h', | |
| 1290 'browser/net/http_server_properties_manager.cc', | 1288 'browser/net/http_server_properties_manager.cc', |
| 1291 'browser/net/http_server_properties_manager.h', | 1289 'browser/net/http_server_properties_manager.h', |
| 1292 'browser/net/net_error_tab_helper.cc', | 1290 'browser/net/net_error_tab_helper.cc', |
| 1293 'browser/net/net_error_tab_helper.h', | 1291 'browser/net/net_error_tab_helper.h', |
| 1294 'browser/net/net_log_temp_file.cc', | 1292 'browser/net/net_log_temp_file.cc', |
| 1295 'browser/net/net_log_temp_file.h', | 1293 'browser/net/net_log_temp_file.h', |
| 1296 'browser/net/net_pref_observer.cc', | 1294 'browser/net/net_pref_observer.cc', |
| 1297 'browser/net/net_pref_observer.h', | 1295 'browser/net/net_pref_observer.h', |
| 1298 'browser/net/network_stats.cc', | 1296 'browser/net/network_stats.cc', |
| 1299 'browser/net/network_stats.h', | 1297 'browser/net/network_stats.h', |
| (...skipping 2440 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3740 'package_name': 'org/chromium/chrome/browser', | 3738 'package_name': 'org/chromium/chrome/browser', |
| 3741 'template_deps': ['browser/android/tab_load_status.h'], | 3739 'template_deps': ['browser/android/tab_load_status.h'], |
| 3742 }, | 3740 }, |
| 3743 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3741 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3744 }, | 3742 }, |
| 3745 ], | 3743 ], |
| 3746 }, | 3744 }, |
| 3747 ], | 3745 ], |
| 3748 ], | 3746 ], |
| 3749 } | 3747 } |
| OLD | NEW |