Index: components/data_reduction_proxy/browser/BUILD.gn |
diff --git a/components/data_reduction_proxy/browser/BUILD.gn b/components/data_reduction_proxy/browser/BUILD.gn |
index d8e755d9bd36b81d8a703cb59670430b506b78b5..969deaeb5a53ef259711dcf09368021001daf7f8 100644 |
--- a/components/data_reduction_proxy/browser/BUILD.gn |
+++ b/components/data_reduction_proxy/browser/BUILD.gn |
@@ -6,6 +6,8 @@ static_library("browser") { |
sources = [ |
"data_reduction_proxy_auth_request_handler.cc", |
"data_reduction_proxy_auth_request_handler.h", |
+ "data_reduction_proxy_delayed_pref_service.cc", |
+ "data_reduction_proxy_delayed_pref_service.h" |
"data_reduction_proxy_config_service.cc", |
"data_reduction_proxy_config_service.h", |
"data_reduction_proxy_configurator.h", |
@@ -54,6 +56,7 @@ static_library("test_support") { |
source_set("unit_tests") { |
sources = [ |
"data_reduction_proxy_auth_request_handler_unittest.cc", |
+ "data_reduction_proxy_delayed_pref_service_unittest.cc", |
"data_reduction_proxy_config_service_unittest.cc", |
"data_reduction_proxy_metrics_unittest.cc", |
"data_reduction_proxy_params_unittest.cc", |