Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(448)

Side by Side Diff: chrome/chrome_browser.gypi

Issue 13270005: Display DNS probe results. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Refactor a bit again (DnsProbeRunner is now tied to a single DnsClient), other fixes Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 1102 matching lines...) Expand 10 before | Expand all | Expand 10 after
1113 'browser/net/chrome_network_delegate.cc', 1113 'browser/net/chrome_network_delegate.cc',
1114 'browser/net/chrome_network_delegate.h', 1114 'browser/net/chrome_network_delegate.h',
1115 'browser/net/chrome_url_request_context.cc', 1115 'browser/net/chrome_url_request_context.cc',
1116 'browser/net/chrome_url_request_context.h', 1116 'browser/net/chrome_url_request_context.h',
1117 'browser/net/connect_interceptor.cc', 1117 'browser/net/connect_interceptor.cc',
1118 'browser/net/connect_interceptor.h', 1118 'browser/net/connect_interceptor.h',
1119 'browser/net/connection_tester.cc', 1119 'browser/net/connection_tester.cc',
1120 'browser/net/connection_tester.h', 1120 'browser/net/connection_tester.h',
1121 'browser/net/crl_set_fetcher.cc', 1121 'browser/net/crl_set_fetcher.cc',
1122 'browser/net/crl_set_fetcher.h', 1122 'browser/net/crl_set_fetcher.h',
1123 'browser/net/dns_probe_job.cc', 1123 'browser/net/dns_probe_runner.cc',
1124 'browser/net/dns_probe_job.h', 1124 'browser/net/dns_probe_runner.h',
1125 'browser/net/dns_probe_service.cc', 1125 'browser/net/dns_probe_service.cc',
1126 'browser/net/dns_probe_service.h', 1126 'browser/net/dns_probe_service.h',
1127 'browser/net/evicted_domain_cookie_counter.cc', 1127 'browser/net/evicted_domain_cookie_counter.cc',
1128 'browser/net/evicted_domain_cookie_counter.h', 1128 'browser/net/evicted_domain_cookie_counter.h',
1129 'browser/net/gaia/gaia_oauth_consumer.h', 1129 'browser/net/gaia/gaia_oauth_consumer.h',
1130 'browser/net/gaia/gaia_oauth_fetcher.cc', 1130 'browser/net/gaia/gaia_oauth_fetcher.cc',
1131 'browser/net/gaia/gaia_oauth_fetcher.h', 1131 'browser/net/gaia/gaia_oauth_fetcher.h',
1132 'browser/net/http_pipelining_compatibility_client.cc', 1132 'browser/net/http_pipelining_compatibility_client.cc',
1133 'browser/net/http_pipelining_compatibility_client.h', 1133 'browser/net/http_pipelining_compatibility_client.h',
1134 'browser/net/http_server_properties_manager.h', 1134 'browser/net/http_server_properties_manager.h',
(...skipping 2159 matching lines...) Expand 10 before | Expand all | Expand 10 after
3294 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3294 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3295 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3295 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3296 }, 3296 },
3297 'includes': [ '../build/android/java_cpp_template.gypi' ], 3297 'includes': [ '../build/android/java_cpp_template.gypi' ],
3298 }, 3298 },
3299 ], 3299 ],
3300 }, 3300 },
3301 ], 3301 ],
3302 ], 3302 ],
3303 } 3303 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698