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 1117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1128 'browser/net/chrome_net_log.cc', | 1128 'browser/net/chrome_net_log.cc', |
1129 'browser/net/chrome_net_log.h', | 1129 'browser/net/chrome_net_log.h', |
1130 'browser/net/chrome_network_delegate.cc', | 1130 'browser/net/chrome_network_delegate.cc', |
1131 'browser/net/chrome_network_delegate.h', | 1131 'browser/net/chrome_network_delegate.h', |
1132 'browser/net/chrome_url_request_context.cc', | 1132 'browser/net/chrome_url_request_context.cc', |
1133 'browser/net/chrome_url_request_context.h', | 1133 'browser/net/chrome_url_request_context.h', |
1134 'browser/net/connect_interceptor.cc', | 1134 'browser/net/connect_interceptor.cc', |
1135 'browser/net/connect_interceptor.h', | 1135 'browser/net/connect_interceptor.h', |
1136 'browser/net/connection_tester.cc', | 1136 'browser/net/connection_tester.cc', |
1137 'browser/net/connection_tester.h', | 1137 'browser/net/connection_tester.h', |
| 1138 'browser/net/cookie_store_util.cc', |
| 1139 'browser/net/cookie_store_util.h', |
1138 'browser/net/crl_set_fetcher.cc', | 1140 'browser/net/crl_set_fetcher.cc', |
1139 'browser/net/crl_set_fetcher.h', | 1141 'browser/net/crl_set_fetcher.h', |
1140 'browser/net/dns_probe_runner.cc', | 1142 'browser/net/dns_probe_runner.cc', |
1141 'browser/net/dns_probe_runner.h', | 1143 'browser/net/dns_probe_runner.h', |
1142 'browser/net/dns_probe_service.cc', | 1144 'browser/net/dns_probe_service.cc', |
1143 'browser/net/dns_probe_service.h', | 1145 'browser/net/dns_probe_service.h', |
1144 'browser/net/evicted_domain_cookie_counter.cc', | 1146 'browser/net/evicted_domain_cookie_counter.cc', |
1145 'browser/net/evicted_domain_cookie_counter.h', | 1147 'browser/net/evicted_domain_cookie_counter.h', |
1146 'browser/net/firefox_proxy_settings.cc', | 1148 'browser/net/firefox_proxy_settings.cc', |
1147 'browser/net/firefox_proxy_settings.h', | 1149 'browser/net/firefox_proxy_settings.h', |
(...skipping 2333 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3481 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3483 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
3482 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3484 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
3483 }, | 3485 }, |
3484 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3486 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3485 }, | 3487 }, |
3486 ], | 3488 ], |
3487 }, | 3489 }, |
3488 ], | 3490 ], |
3489 ], | 3491 ], |
3490 } | 3492 } |
OLD | NEW |