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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 11970002: Added Client-Hints. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Nit Created 7 years, 11 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 1068 matching lines...) Expand 10 before | Expand all | Expand 10 after
1079 'browser/metrics/variations/variations_http_header_provider.h', 1079 'browser/metrics/variations/variations_http_header_provider.h',
1080 'browser/metrics/variations/variations_service.cc', 1080 'browser/metrics/variations/variations_service.cc',
1081 'browser/metrics/variations/variations_service.h', 1081 'browser/metrics/variations/variations_service.h',
1082 'browser/native_window_notification_source.h', 1082 'browser/native_window_notification_source.h',
1083 'browser/net/about_protocol_handler.cc', 1083 'browser/net/about_protocol_handler.cc',
1084 'browser/net/about_protocol_handler.h', 1084 'browser/net/about_protocol_handler.h',
1085 'browser/net/async_dns_field_trial.cc', 1085 'browser/net/async_dns_field_trial.cc',
1086 'browser/net/async_dns_field_trial.h', 1086 'browser/net/async_dns_field_trial.h',
1087 'browser/net/basic_http_user_agent_settings.cc', 1087 'browser/net/basic_http_user_agent_settings.cc',
1088 'browser/net/basic_http_user_agent_settings.h', 1088 'browser/net/basic_http_user_agent_settings.h',
1089 'browser/net/client_hints.h',
1090 'browser/net/client_hints.cc',
1089 'browser/net/chrome_cookie_notification_details.h', 1091 'browser/net/chrome_cookie_notification_details.h',
1090 'browser/net/chrome_fraudulent_certificate_reporter.cc', 1092 'browser/net/chrome_fraudulent_certificate_reporter.cc',
1091 'browser/net/chrome_fraudulent_certificate_reporter.h', 1093 'browser/net/chrome_fraudulent_certificate_reporter.h',
1092 'browser/net/chrome_http_user_agent_settings.cc', 1094 'browser/net/chrome_http_user_agent_settings.cc',
1093 'browser/net/chrome_http_user_agent_settings.h', 1095 'browser/net/chrome_http_user_agent_settings.h',
1094 'browser/net/chrome_net_log.cc', 1096 'browser/net/chrome_net_log.cc',
1095 'browser/net/chrome_net_log.h', 1097 'browser/net/chrome_net_log.h',
1096 'browser/net/chrome_network_delegate.cc', 1098 'browser/net/chrome_network_delegate.cc',
1097 'browser/net/chrome_network_delegate.h', 1099 'browser/net/chrome_network_delegate.h',
1098 'browser/net/chrome_url_request_context.cc', 1100 'browser/net/chrome_url_request_context.cc',
(...skipping 2030 matching lines...) Expand 10 before | Expand all | Expand 10 after
3129 'variables': { 3131 'variables': {
3130 'jni_gen_dir': 'chrome', 3132 'jni_gen_dir': 'chrome',
3131 }, 3133 },
3132 'includes': [ '../build/jni_generator.gypi' ], 3134 'includes': [ '../build/jni_generator.gypi' ],
3133 }, 3135 },
3134 ], 3136 ],
3135 }, 3137 },
3136 ], 3138 ],
3137 ], 3139 ],
3138 } 3140 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698