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

Side by Side Diff: components/data_reduction_proxy.gypi

Issue 958163004: Make Data Saver proxy bypass logic apply to redirects. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Suppress size_t to int warnings in gyp/gn files (crbug 167187) Created 5 years, 9 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 | « no previous file | components/data_reduction_proxy/core/browser/BUILD.gn » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 # GN Version: //components/data_reduction_proxy/content 9 # GN Version: //components/data_reduction_proxy/content
10 'target_name': 'data_reduction_proxy_content', 10 'target_name': 'data_reduction_proxy_content',
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
174 'data_reduction_proxy/core/browser/data_reduction_proxy_configurator_tes t_utils.h', 174 'data_reduction_proxy/core/browser/data_reduction_proxy_configurator_tes t_utils.h',
175 'data_reduction_proxy/core/browser/data_reduction_proxy_settings_test_ut ils.cc', 175 'data_reduction_proxy/core/browser/data_reduction_proxy_settings_test_ut ils.cc',
176 'data_reduction_proxy/core/browser/data_reduction_proxy_settings_test_ut ils.h', 176 'data_reduction_proxy/core/browser/data_reduction_proxy_settings_test_ut ils.h',
177 'data_reduction_proxy/core/browser/data_reduction_proxy_test_utils.cc', 177 'data_reduction_proxy/core/browser/data_reduction_proxy_test_utils.cc',
178 'data_reduction_proxy/core/browser/data_reduction_proxy_test_utils.h', 178 'data_reduction_proxy/core/browser/data_reduction_proxy_test_utils.h',
179 'data_reduction_proxy/core/common/data_reduction_proxy_headers_test_util s.cc', 179 'data_reduction_proxy/core/common/data_reduction_proxy_headers_test_util s.cc',
180 'data_reduction_proxy/core/common/data_reduction_proxy_headers_test_util s.h', 180 'data_reduction_proxy/core/common/data_reduction_proxy_headers_test_util s.h',
181 'data_reduction_proxy/core/common/data_reduction_proxy_params_test_utils .cc', 181 'data_reduction_proxy/core/common/data_reduction_proxy_params_test_utils .cc',
182 'data_reduction_proxy/core/common/data_reduction_proxy_params_test_utils .h', 182 'data_reduction_proxy/core/common/data_reduction_proxy_params_test_utils .h',
183 ], 183 ],
184 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
185 'msvs_disabled_warnings': [4267, ],
184 }, 186 },
185 { 187 {
186 'target_name': 'data_reduction_proxy_version_header', 188 'target_name': 'data_reduction_proxy_version_header',
187 'type': 'none', 189 'type': 'none',
188 'direct_dependent_settings': { 190 'direct_dependent_settings': {
189 'include_dirs': [ 191 'include_dirs': [
190 '<(SHARED_INTERMEDIATE_DIR)', 192 '<(SHARED_INTERMEDIATE_DIR)',
191 ], 193 ],
192 }, 194 },
193 'actions': [ 195 'actions': [
(...skipping 15 matching lines...) Expand all
209 '<@(_outputs)', 211 '<@(_outputs)',
210 ], 212 ],
211 'includes': [ 213 'includes': [
212 '../build/util/version.gypi', 214 '../build/util/version.gypi',
213 ], 215 ],
214 }, 216 },
215 ], 217 ],
216 }, 218 },
217 ], 219 ],
218 } 220 }
OLDNEW
« no previous file with comments | « no previous file | components/data_reduction_proxy/core/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698