Index: components/data_reduction_proxy/core/browser/BUILD.gn |
diff --git a/components/data_reduction_proxy/core/browser/BUILD.gn b/components/data_reduction_proxy/core/browser/BUILD.gn |
index 989afd8d039f2d281862216b557af75fdfc3421e..7ad7708420081fc14c60124c412edf2a819a56cb 100644 |
--- a/components/data_reduction_proxy/core/browser/BUILD.gn |
+++ b/components/data_reduction_proxy/core/browser/BUILD.gn |
@@ -11,8 +11,6 @@ browser_sources = [ |
"data_reduction_proxy_compression_stats.h", |
"data_reduction_proxy_config.cc", |
"data_reduction_proxy_config.h", |
- "data_reduction_proxy_config_retrieval_params.cc", |
- "data_reduction_proxy_config_retrieval_params.h", |
"data_reduction_proxy_config_service_client.cc", |
"data_reduction_proxy_config_service_client.h", |
"data_reduction_proxy_configurator.cc", |
@@ -20,8 +18,6 @@ browser_sources = [ |
"data_reduction_proxy_debug_ui_service.h", |
"data_reduction_proxy_delegate.cc", |
"data_reduction_proxy_delegate.h", |
- "data_reduction_proxy_experiments_stats.cc", |
- "data_reduction_proxy_experiments_stats.h", |
"data_reduction_proxy_interceptor.cc", |
"data_reduction_proxy_interceptor.h", |
"data_reduction_proxy_io_data.cc", |
@@ -133,12 +129,10 @@ source_set("unit_tests") { |
"data_reduction_proxy_bypass_protocol_unittest.cc", |
"data_reduction_proxy_bypass_stats_unittest.cc", |
"data_reduction_proxy_compression_stats_unittest.cc", |
- "data_reduction_proxy_config_retrieval_params_unittest.cc", |
"data_reduction_proxy_config_service_client_unittest.cc", |
"data_reduction_proxy_config_unittest.cc", |
"data_reduction_proxy_configurator_unittest.cc", |
"data_reduction_proxy_delegate_unittest.cc", |
- "data_reduction_proxy_experiments_stats_unittest.cc", |
"data_reduction_proxy_interceptor_unittest.cc", |
"data_reduction_proxy_io_data_unittest.cc", |
"data_reduction_proxy_metrics_unittest.cc", |