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 a292f6b580a25e545789ccf10d9968e2606281cf..991f2526754297d9f3fe2626d344fd7a117aa4ff 100644 |
--- a/components/data_reduction_proxy/core/browser/BUILD.gn |
+++ b/components/data_reduction_proxy/core/browser/BUILD.gn |
@@ -19,6 +19,8 @@ static_library("browser") { |
"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", |
@@ -96,6 +98,7 @@ source_set("unit_tests") { |
"data_reduction_proxy_config_service_client_unittest.cc", |
"data_reduction_proxy_config_unittest.cc", |
"data_reduction_proxy_configurator_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", |