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

Side by Side Diff: components/data_reduction_proxy.gypi

Issue 1683953002: Remove unused DataReductionProxy code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 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.
11 'data_reduction_proxy/core/browser/data_reduction_proxy_bypass_protocol. cc', 11 'data_reduction_proxy/core/browser/data_reduction_proxy_bypass_protocol. cc',
12 'data_reduction_proxy/core/browser/data_reduction_proxy_bypass_protocol. h', 12 'data_reduction_proxy/core/browser/data_reduction_proxy_bypass_protocol. h',
13 'data_reduction_proxy/core/browser/data_reduction_proxy_bypass_stats.cc' , 13 'data_reduction_proxy/core/browser/data_reduction_proxy_bypass_stats.cc' ,
14 'data_reduction_proxy/core/browser/data_reduction_proxy_bypass_stats.h', 14 'data_reduction_proxy/core/browser/data_reduction_proxy_bypass_stats.h',
15 'data_reduction_proxy/core/browser/data_reduction_proxy_compression_stat s.cc', 15 'data_reduction_proxy/core/browser/data_reduction_proxy_compression_stat s.cc',
16 'data_reduction_proxy/core/browser/data_reduction_proxy_compression_stat s.h', 16 'data_reduction_proxy/core/browser/data_reduction_proxy_compression_stat s.h',
17 'data_reduction_proxy/core/browser/data_reduction_proxy_config.cc', 17 'data_reduction_proxy/core/browser/data_reduction_proxy_config.cc',
18 'data_reduction_proxy/core/browser/data_reduction_proxy_config.h', 18 'data_reduction_proxy/core/browser/data_reduction_proxy_config.h',
19 'data_reduction_proxy/core/browser/data_reduction_proxy_config_retrieval _params.cc',
20 'data_reduction_proxy/core/browser/data_reduction_proxy_config_retrieval _params.h',
21 'data_reduction_proxy/core/browser/data_reduction_proxy_config_service_c lient.cc', 19 'data_reduction_proxy/core/browser/data_reduction_proxy_config_service_c lient.cc',
22 'data_reduction_proxy/core/browser/data_reduction_proxy_config_service_c lient.h', 20 'data_reduction_proxy/core/browser/data_reduction_proxy_config_service_c lient.h',
23 'data_reduction_proxy/core/browser/data_reduction_proxy_configurator.cc' , 21 'data_reduction_proxy/core/browser/data_reduction_proxy_configurator.cc' ,
24 'data_reduction_proxy/core/browser/data_reduction_proxy_configurator.h', 22 'data_reduction_proxy/core/browser/data_reduction_proxy_configurator.h',
25 'data_reduction_proxy/core/browser/data_reduction_proxy_debug_ui_service .h', 23 'data_reduction_proxy/core/browser/data_reduction_proxy_debug_ui_service .h',
26 'data_reduction_proxy/core/browser/data_reduction_proxy_delegate.cc', 24 'data_reduction_proxy/core/browser/data_reduction_proxy_delegate.cc',
27 'data_reduction_proxy/core/browser/data_reduction_proxy_delegate.h', 25 'data_reduction_proxy/core/browser/data_reduction_proxy_delegate.h',
28 'data_reduction_proxy/core/browser/data_reduction_proxy_experiments_stat s.cc',
29 'data_reduction_proxy/core/browser/data_reduction_proxy_experiments_stat s.h',
30 'data_reduction_proxy/core/browser/data_reduction_proxy_interceptor.cc', 26 'data_reduction_proxy/core/browser/data_reduction_proxy_interceptor.cc',
31 'data_reduction_proxy/core/browser/data_reduction_proxy_interceptor.h', 27 'data_reduction_proxy/core/browser/data_reduction_proxy_interceptor.h',
32 'data_reduction_proxy/core/browser/data_reduction_proxy_io_data.cc', 28 'data_reduction_proxy/core/browser/data_reduction_proxy_io_data.cc',
33 'data_reduction_proxy/core/browser/data_reduction_proxy_io_data.h', 29 'data_reduction_proxy/core/browser/data_reduction_proxy_io_data.h',
34 'data_reduction_proxy/core/browser/data_reduction_proxy_metrics.cc', 30 'data_reduction_proxy/core/browser/data_reduction_proxy_metrics.cc',
35 'data_reduction_proxy/core/browser/data_reduction_proxy_metrics.h', 31 'data_reduction_proxy/core/browser/data_reduction_proxy_metrics.h',
36 'data_reduction_proxy/core/browser/data_reduction_proxy_mutable_config_v alues.cc', 32 'data_reduction_proxy/core/browser/data_reduction_proxy_mutable_config_v alues.cc',
37 'data_reduction_proxy/core/browser/data_reduction_proxy_mutable_config_v alues.h', 33 'data_reduction_proxy/core/browser/data_reduction_proxy_mutable_config_v alues.h',
38 'data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate .cc', 34 'data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate .cc',
39 'data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate .h', 35 'data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate .h',
(...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after
329 '<@(_outputs)', 325 '<@(_outputs)',
330 ], 326 ],
331 'includes': [ 327 'includes': [
332 '../build/util/version.gypi', 328 '../build/util/version.gypi',
333 ], 329 ],
334 }, 330 },
335 ], 331 ],
336 }, 332 },
337 ], 333 ],
338 } 334 }
OLDNEW
« no previous file with comments | « components/components_tests.gyp ('k') | components/data_reduction_proxy/content/browser/content_lofi_decider_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698