OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |