| 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 d00e084c362b1ff223f9b01798cd7f67da928562..c79a909cc26126eccd8fef1e0998e935170f96e9 100644
|
| --- a/components/data_reduction_proxy/browser/BUILD.gn
|
| +++ b/components/data_reduction_proxy/browser/BUILD.gn
|
| @@ -35,6 +35,7 @@ static_library("browser") {
|
| }
|
|
|
| static_library("test_support") {
|
| + testonly = true
|
| sources = [
|
| "data_reduction_proxy_params_test_utils.cc",
|
| "data_reduction_proxy_params_test_utils.h",
|
| @@ -54,6 +55,7 @@ static_library("test_support") {
|
| }
|
|
|
| source_set("unit_tests") {
|
| + testonly = true
|
| sources = [
|
| "data_reduction_proxy_auth_request_handler_unittest.cc",
|
| "data_reduction_proxy_config_service_unittest.cc",
|
|
|