| Index: components/data_reduction_proxy/common/BUILD.gn
|
| diff --git a/components/data_reduction_proxy/common/BUILD.gn b/components/data_reduction_proxy/common/BUILD.gn
|
| index ed85ddf4d3c238ee78b43ec77a799a19dc53d787..2fc14358bf598d7c29610777a7c63a39d1c3050b 100644
|
| --- a/components/data_reduction_proxy/common/BUILD.gn
|
| +++ b/components/data_reduction_proxy/common/BUILD.gn
|
| @@ -16,3 +16,14 @@ static_library("common") {
|
| "//base",
|
| ]
|
| }
|
| +
|
| +source_set("unit_tests") {
|
| + sources = [
|
| + "data_reduction_proxy_headers_unittest.cc",
|
| + ]
|
| +
|
| + deps = [
|
| + ":common",
|
| + "//testing/gtest",
|
| + ]
|
| +}
|
|
|