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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 23654014: Updated Client-Hints patch (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed issues raised in review by mmenke and bengr Created 7 years, 3 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
« no previous file with comments | « chrome/browser/profiles/profile_io_data.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1128 matching lines...) Expand 10 before | Expand all | Expand 10 after
1139 'browser/net/chrome_fraudulent_certificate_reporter.cc', 1139 'browser/net/chrome_fraudulent_certificate_reporter.cc',
1140 'browser/net/chrome_fraudulent_certificate_reporter.h', 1140 'browser/net/chrome_fraudulent_certificate_reporter.h',
1141 'browser/net/chrome_http_user_agent_settings.cc', 1141 'browser/net/chrome_http_user_agent_settings.cc',
1142 'browser/net/chrome_http_user_agent_settings.h', 1142 'browser/net/chrome_http_user_agent_settings.h',
1143 'browser/net/chrome_net_log.cc', 1143 'browser/net/chrome_net_log.cc',
1144 'browser/net/chrome_net_log.h', 1144 'browser/net/chrome_net_log.h',
1145 'browser/net/chrome_network_delegate.cc', 1145 'browser/net/chrome_network_delegate.cc',
1146 'browser/net/chrome_network_delegate.h', 1146 'browser/net/chrome_network_delegate.h',
1147 'browser/net/chrome_url_request_context.cc', 1147 'browser/net/chrome_url_request_context.cc',
1148 'browser/net/chrome_url_request_context.h', 1148 'browser/net/chrome_url_request_context.h',
1149 'browser/net/client_hints.cc',
1150 'browser/net/client_hints.h',
1149 'browser/net/connect_interceptor.cc', 1151 'browser/net/connect_interceptor.cc',
1150 'browser/net/connect_interceptor.h', 1152 'browser/net/connect_interceptor.h',
1151 'browser/net/connection_tester.cc', 1153 'browser/net/connection_tester.cc',
1152 'browser/net/connection_tester.h', 1154 'browser/net/connection_tester.h',
1153 'browser/net/crl_set_fetcher.cc', 1155 'browser/net/crl_set_fetcher.cc',
1154 'browser/net/crl_set_fetcher.h', 1156 'browser/net/crl_set_fetcher.h',
1155 'browser/net/dns_probe_runner.cc', 1157 'browser/net/dns_probe_runner.cc',
1156 'browser/net/dns_probe_runner.h', 1158 'browser/net/dns_probe_runner.h',
1157 'browser/net/dns_probe_service.cc', 1159 'browser/net/dns_probe_service.cc',
1158 'browser/net/dns_probe_service.h', 1160 'browser/net/dns_probe_service.h',
(...skipping 2392 matching lines...) Expand 10 before | Expand all | Expand 10 after
3551 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3553 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3552 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3554 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3553 }, 3555 },
3554 'includes': [ '../build/android/java_cpp_template.gypi' ], 3556 'includes': [ '../build/android/java_cpp_template.gypi' ],
3555 }, 3557 },
3556 ], 3558 ],
3557 }, 3559 },
3558 ], 3560 ],
3559 ], 3561 ],
3560 } 3562 }
OLDNEW
« no previous file with comments | « chrome/browser/profiles/profile_io_data.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698