| 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 a9e5758da73cda6bbd31b49ba0725b21e89352d5..54ae8d2ca72ae3355fdfe22052d0a39c1d412c04 100644
|
| --- a/components/data_reduction_proxy/core/browser/BUILD.gn
|
| +++ b/components/data_reduction_proxy/core/browser/BUILD.gn
|
| @@ -2,7 +2,7 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -static_library("browser") {
|
| +source_set("browser") {
|
| sources = [
|
| "data_reduction_proxy_bypass_protocol.cc",
|
| "data_reduction_proxy_bypass_protocol.h",
|
| @@ -121,6 +121,7 @@ source_set("unit_tests") {
|
| "data_reduction_proxy_prefs_unittest.cc",
|
| "data_reduction_proxy_request_options_unittest.cc",
|
| "data_reduction_proxy_settings_unittest.cc",
|
| + "data_reduction_proxy_tamper_detection_unittest.cc",
|
| "data_usage_store_unittest.cc",
|
| ]
|
|
|
|
|