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

Side by Side Diff: components/data_reduction_proxy/core/browser/BUILD.gn

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 browser_sources = [ 5 browser_sources = [
6 "data_reduction_proxy_bypass_protocol.cc", 6 "data_reduction_proxy_bypass_protocol.cc",
7 "data_reduction_proxy_bypass_protocol.h", 7 "data_reduction_proxy_bypass_protocol.h",
8 "data_reduction_proxy_bypass_stats.cc", 8 "data_reduction_proxy_bypass_stats.cc",
9 "data_reduction_proxy_bypass_stats.h", 9 "data_reduction_proxy_bypass_stats.h",
10 "data_reduction_proxy_compression_stats.cc", 10 "data_reduction_proxy_compression_stats.cc",
11 "data_reduction_proxy_compression_stats.h", 11 "data_reduction_proxy_compression_stats.h",
12 "data_reduction_proxy_config.cc", 12 "data_reduction_proxy_config.cc",
13 "data_reduction_proxy_config.h", 13 "data_reduction_proxy_config.h",
14 "data_reduction_proxy_config_retrieval_params.cc",
15 "data_reduction_proxy_config_retrieval_params.h",
16 "data_reduction_proxy_config_service_client.cc", 14 "data_reduction_proxy_config_service_client.cc",
17 "data_reduction_proxy_config_service_client.h", 15 "data_reduction_proxy_config_service_client.h",
18 "data_reduction_proxy_configurator.cc", 16 "data_reduction_proxy_configurator.cc",
19 "data_reduction_proxy_configurator.h", 17 "data_reduction_proxy_configurator.h",
20 "data_reduction_proxy_debug_ui_service.h", 18 "data_reduction_proxy_debug_ui_service.h",
21 "data_reduction_proxy_delegate.cc", 19 "data_reduction_proxy_delegate.cc",
22 "data_reduction_proxy_delegate.h", 20 "data_reduction_proxy_delegate.h",
23 "data_reduction_proxy_experiments_stats.cc",
24 "data_reduction_proxy_experiments_stats.h",
25 "data_reduction_proxy_interceptor.cc", 21 "data_reduction_proxy_interceptor.cc",
26 "data_reduction_proxy_interceptor.h", 22 "data_reduction_proxy_interceptor.h",
27 "data_reduction_proxy_io_data.cc", 23 "data_reduction_proxy_io_data.cc",
28 "data_reduction_proxy_io_data.h", 24 "data_reduction_proxy_io_data.h",
29 "data_reduction_proxy_metrics.cc", 25 "data_reduction_proxy_metrics.cc",
30 "data_reduction_proxy_metrics.h", 26 "data_reduction_proxy_metrics.h",
31 "data_reduction_proxy_mutable_config_values.cc", 27 "data_reduction_proxy_mutable_config_values.cc",
32 "data_reduction_proxy_mutable_config_values.h", 28 "data_reduction_proxy_mutable_config_values.h",
33 "data_reduction_proxy_network_delegate.cc", 29 "data_reduction_proxy_network_delegate.cc",
34 "data_reduction_proxy_network_delegate.h", 30 "data_reduction_proxy_network_delegate.h",
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 "//testing/gtest", 122 "//testing/gtest",
127 ] 123 ]
128 } 124 }
129 125
130 source_set("unit_tests") { 126 source_set("unit_tests") {
131 testonly = true 127 testonly = true
132 sources = [ 128 sources = [
133 "data_reduction_proxy_bypass_protocol_unittest.cc", 129 "data_reduction_proxy_bypass_protocol_unittest.cc",
134 "data_reduction_proxy_bypass_stats_unittest.cc", 130 "data_reduction_proxy_bypass_stats_unittest.cc",
135 "data_reduction_proxy_compression_stats_unittest.cc", 131 "data_reduction_proxy_compression_stats_unittest.cc",
136 "data_reduction_proxy_config_retrieval_params_unittest.cc",
137 "data_reduction_proxy_config_service_client_unittest.cc", 132 "data_reduction_proxy_config_service_client_unittest.cc",
138 "data_reduction_proxy_config_unittest.cc", 133 "data_reduction_proxy_config_unittest.cc",
139 "data_reduction_proxy_configurator_unittest.cc", 134 "data_reduction_proxy_configurator_unittest.cc",
140 "data_reduction_proxy_delegate_unittest.cc", 135 "data_reduction_proxy_delegate_unittest.cc",
141 "data_reduction_proxy_experiments_stats_unittest.cc",
142 "data_reduction_proxy_interceptor_unittest.cc", 136 "data_reduction_proxy_interceptor_unittest.cc",
143 "data_reduction_proxy_io_data_unittest.cc", 137 "data_reduction_proxy_io_data_unittest.cc",
144 "data_reduction_proxy_metrics_unittest.cc", 138 "data_reduction_proxy_metrics_unittest.cc",
145 "data_reduction_proxy_mutable_config_values_unittest.cc", 139 "data_reduction_proxy_mutable_config_values_unittest.cc",
146 "data_reduction_proxy_network_delegate_unittest.cc", 140 "data_reduction_proxy_network_delegate_unittest.cc",
147 "data_reduction_proxy_prefs_unittest.cc", 141 "data_reduction_proxy_prefs_unittest.cc",
148 "data_reduction_proxy_request_options_unittest.cc", 142 "data_reduction_proxy_request_options_unittest.cc",
149 "data_reduction_proxy_settings_unittest.cc", 143 "data_reduction_proxy_settings_unittest.cc",
150 "data_reduction_proxy_tamper_detection_unittest.cc", 144 "data_reduction_proxy_tamper_detection_unittest.cc",
151 "data_usage_store_unittest.cc", 145 "data_usage_store_unittest.cc",
152 ] 146 ]
153 147
154 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ] 148 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
155 149
156 deps = [ 150 deps = [
157 ":browser", 151 ":browser",
158 ":test_support", 152 ":test_support",
159 "//base", 153 "//base",
160 "//base/test:test_support", 154 "//base/test:test_support",
161 "//components/data_reduction_proxy/core/common:test_support", 155 "//components/data_reduction_proxy/core/common:test_support",
162 "//components/data_reduction_proxy/proto:data_reduction_proxy_proto", 156 "//components/data_reduction_proxy/proto:data_reduction_proxy_proto",
163 "//components/prefs:test_support", 157 "//components/prefs:test_support",
164 "//components/variations", 158 "//components/variations",
165 "//net:test_support", 159 "//net:test_support",
166 "//testing/gmock", 160 "//testing/gmock",
167 "//testing/gtest", 161 "//testing/gtest",
168 ] 162 ]
169 } 163 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698