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

Side by Side Diff: components/data_reduction_proxy.gypi

Issue 1989393004: Remove unnecessary DRPConfiguratorTestUtils and add more DRPConfig tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@tarun_test_changes
Patch Set: Fix failing DCHECK Created 4 years, 7 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 'variables' : 7 'variables' :
8 { 8 {
9 'data_reduction_proxy_core_browser_sources' : [ 9 'data_reduction_proxy_core_browser_sources' : [
10 # Note: sources list duplicated in GN build. 10 # Note: sources list duplicated in GN build.
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
216 'data_reduction_proxy_core_common', 216 'data_reduction_proxy_core_common',
217 'data_reduction_proxy_proto', 217 'data_reduction_proxy_proto',
218 ], 218 ],
219 'include_dirs': [ 219 'include_dirs': [
220 '..', 220 '..',
221 ], 221 ],
222 'sources': [ 222 'sources': [
223 # Note: sources list duplicated in GN build. 223 # Note: sources list duplicated in GN build.
224 'data_reduction_proxy/core/browser/data_reduction_proxy_config_test_util s.cc', 224 'data_reduction_proxy/core/browser/data_reduction_proxy_config_test_util s.cc',
225 'data_reduction_proxy/core/browser/data_reduction_proxy_config_test_util s.h', 225 'data_reduction_proxy/core/browser/data_reduction_proxy_config_test_util s.h',
226 'data_reduction_proxy/core/browser/data_reduction_proxy_configurator_tes t_utils.cc',
227 'data_reduction_proxy/core/browser/data_reduction_proxy_configurator_tes t_utils.h',
228 'data_reduction_proxy/core/browser/data_reduction_proxy_settings_test_ut ils.cc', 226 'data_reduction_proxy/core/browser/data_reduction_proxy_settings_test_ut ils.cc',
229 'data_reduction_proxy/core/browser/data_reduction_proxy_settings_test_ut ils.h', 227 'data_reduction_proxy/core/browser/data_reduction_proxy_settings_test_ut ils.h',
230 'data_reduction_proxy/core/browser/data_reduction_proxy_test_utils.cc', 228 'data_reduction_proxy/core/browser/data_reduction_proxy_test_utils.cc',
231 'data_reduction_proxy/core/browser/data_reduction_proxy_test_utils.h', 229 'data_reduction_proxy/core/browser/data_reduction_proxy_test_utils.h',
232 'data_reduction_proxy/core/common/data_reduction_proxy_event_storage_del egate_test_utils.cc', 230 'data_reduction_proxy/core/common/data_reduction_proxy_event_storage_del egate_test_utils.cc',
233 'data_reduction_proxy/core/common/data_reduction_proxy_event_storage_del egate_test_utils.h', 231 'data_reduction_proxy/core/common/data_reduction_proxy_event_storage_del egate_test_utils.h',
234 'data_reduction_proxy/core/common/data_reduction_proxy_headers_test_util s.cc', 232 'data_reduction_proxy/core/common/data_reduction_proxy_headers_test_util s.cc',
235 'data_reduction_proxy/core/common/data_reduction_proxy_headers_test_util s.h', 233 'data_reduction_proxy/core/common/data_reduction_proxy_headers_test_util s.h',
236 'data_reduction_proxy/core/common/data_reduction_proxy_params_test_utils .cc', 234 'data_reduction_proxy/core/common/data_reduction_proxy_params_test_utils .cc',
237 'data_reduction_proxy/core/common/data_reduction_proxy_params_test_utils .h', 235 'data_reduction_proxy/core/common/data_reduction_proxy_params_test_utils .h',
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
285 '<@(_outputs)', 283 '<@(_outputs)',
286 ], 284 ],
287 'includes': [ 285 'includes': [
288 '../build/util/version.gypi', 286 '../build/util/version.gypi',
289 ], 287 ],
290 }, 288 },
291 ], 289 ],
292 }, 290 },
293 ], 291 ],
294 } 292 }
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