| 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 999 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1010 'browser/net/connect_interceptor.cc', | 1010 'browser/net/connect_interceptor.cc', |
| 1011 'browser/net/connect_interceptor.h', | 1011 'browser/net/connect_interceptor.h', |
| 1012 'browser/net/connection_tester.cc', | 1012 'browser/net/connection_tester.cc', |
| 1013 'browser/net/connection_tester.h', | 1013 'browser/net/connection_tester.h', |
| 1014 'browser/net/crl_set_fetcher.cc', | 1014 'browser/net/crl_set_fetcher.cc', |
| 1015 'browser/net/crl_set_fetcher.h', | 1015 'browser/net/crl_set_fetcher.h', |
| 1016 'browser/net/dns_probe_job.cc', | 1016 'browser/net/dns_probe_job.cc', |
| 1017 'browser/net/dns_probe_job.h', | 1017 'browser/net/dns_probe_job.h', |
| 1018 'browser/net/dns_probe_service.cc', | 1018 'browser/net/dns_probe_service.cc', |
| 1019 'browser/net/dns_probe_service.h', | 1019 'browser/net/dns_probe_service.h', |
| 1020 'browser/net/evicted_domain_cookie_counter.cc', |
| 1021 'browser/net/evicted_domain_cookie_counter.h', |
| 1020 'browser/net/gaia/gaia_oauth_consumer.h', | 1022 'browser/net/gaia/gaia_oauth_consumer.h', |
| 1021 'browser/net/gaia/gaia_oauth_fetcher.cc', | 1023 'browser/net/gaia/gaia_oauth_fetcher.cc', |
| 1022 'browser/net/gaia/gaia_oauth_fetcher.h', | 1024 'browser/net/gaia/gaia_oauth_fetcher.h', |
| 1023 'browser/net/http_pipelining_compatibility_client.cc', | 1025 'browser/net/http_pipelining_compatibility_client.cc', |
| 1024 'browser/net/http_pipelining_compatibility_client.h', | 1026 'browser/net/http_pipelining_compatibility_client.h', |
| 1025 'browser/net/http_server_properties_manager.h', | 1027 'browser/net/http_server_properties_manager.h', |
| 1026 'browser/net/http_server_properties_manager.cc', | 1028 'browser/net/http_server_properties_manager.cc', |
| 1027 'browser/net/load_time_stats.cc', | 1029 'browser/net/load_time_stats.cc', |
| 1028 'browser/net/load_time_stats.h', | 1030 'browser/net/load_time_stats.h', |
| 1029 'browser/net/net_error_tab_helper.cc', | 1031 'browser/net/net_error_tab_helper.cc', |
| (...skipping 1987 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3017 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3019 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
| 3018 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3020 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
| 3019 }, | 3021 }, |
| 3020 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3022 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3021 }, | 3023 }, |
| 3022 ], | 3024 ], |
| 3023 }, | 3025 }, |
| 3024 ], | 3026 ], |
| 3025 ], | 3027 ], |
| 3026 } | 3028 } |
| OLD | NEW |