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 0bc987944119ea25b343d12bf5dc23389b2afa77..d8e755d9bd36b81d8a703cb59670430b506b78b5 100644 |
--- a/components/data_reduction_proxy/browser/BUILD.gn |
+++ b/components/data_reduction_proxy/browser/BUILD.gn |
@@ -50,3 +50,22 @@ static_library("test_support") { |
"//testing/gtest", |
] |
} |
+ |
+source_set("unit_tests") { |
+ sources = [ |
+ "data_reduction_proxy_auth_request_handler_unittest.cc", |
+ "data_reduction_proxy_config_service_unittest.cc", |
+ "data_reduction_proxy_metrics_unittest.cc", |
+ "data_reduction_proxy_params_unittest.cc", |
+ "data_reduction_proxy_protocol_unittest.cc", |
+ "data_reduction_proxy_settings_unittest.cc", |
+ "data_reduction_proxy_usage_stats_unittest.cc", |
+ ] |
+ |
+ deps = [ |
+ ":browser", |
+ ":test_support", |
+ "//testing/gmock", |
+ "//testing/gtest", |
+ ] |
+} |