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 1172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1183 'browser/net/chrome_http_user_agent_settings.cc', | 1183 'browser/net/chrome_http_user_agent_settings.cc', |
1184 'browser/net/chrome_http_user_agent_settings.h', | 1184 'browser/net/chrome_http_user_agent_settings.h', |
1185 'browser/net/chrome_net_log.cc', | 1185 'browser/net/chrome_net_log.cc', |
1186 'browser/net/chrome_net_log.h', | 1186 'browser/net/chrome_net_log.h', |
1187 'browser/net/chrome_network_data_saving_metrics.cc', | 1187 'browser/net/chrome_network_data_saving_metrics.cc', |
1188 'browser/net/chrome_network_data_saving_metrics.h', | 1188 'browser/net/chrome_network_data_saving_metrics.h', |
1189 'browser/net/chrome_network_delegate.cc', | 1189 'browser/net/chrome_network_delegate.cc', |
1190 'browser/net/chrome_network_delegate.h', | 1190 'browser/net/chrome_network_delegate.h', |
1191 'browser/net/chrome_url_request_context.cc', | 1191 'browser/net/chrome_url_request_context.cc', |
1192 'browser/net/chrome_url_request_context.h', | 1192 'browser/net/chrome_url_request_context.h', |
| 1193 'browser/net/client_hints.cc', |
| 1194 'browser/net/client_hints.h', |
1193 'browser/net/connect_interceptor.cc', | 1195 'browser/net/connect_interceptor.cc', |
1194 'browser/net/connect_interceptor.h', | 1196 'browser/net/connect_interceptor.h', |
1195 'browser/net/connection_tester.cc', | 1197 'browser/net/connection_tester.cc', |
1196 'browser/net/connection_tester.h', | 1198 'browser/net/connection_tester.h', |
1197 'browser/net/crl_set_fetcher.cc', | 1199 'browser/net/crl_set_fetcher.cc', |
1198 'browser/net/crl_set_fetcher.h', | 1200 'browser/net/crl_set_fetcher.h', |
1199 'browser/net/dns_probe_runner.cc', | 1201 'browser/net/dns_probe_runner.cc', |
1200 'browser/net/dns_probe_runner.h', | 1202 'browser/net/dns_probe_runner.h', |
1201 'browser/net/dns_probe_service.cc', | 1203 'browser/net/dns_probe_service.cc', |
1202 'browser/net/dns_probe_service.h', | 1204 'browser/net/dns_probe_service.h', |
(...skipping 2454 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3657 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3659 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
3658 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3660 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
3659 }, | 3661 }, |
3660 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3662 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3661 }, | 3663 }, |
3662 ], | 3664 ], |
3663 }, | 3665 }, |
3664 ], | 3666 ], |
3665 ], | 3667 ], |
3666 } | 3668 } |
OLD | NEW |