| 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 22e939a52a57d768b92179a6f5e90df22faa8885..74065881b3dfc0eb0a10dca22b3993460d519b40 100644
|
| --- a/components/data_reduction_proxy/core/browser/BUILD.gn
|
| +++ b/components/data_reduction_proxy/core/browser/BUILD.gn
|
| @@ -42,8 +42,14 @@ static_library("browser") {
|
| "data_reduction_proxy_service_observer.h",
|
| "data_reduction_proxy_settings.cc",
|
| "data_reduction_proxy_settings.h",
|
| + "data_reduction_proxy_store.cc",
|
| + "data_reduction_proxy_store.h",
|
| + "data_reduction_proxy_store_impl.cc",
|
| + "data_reduction_proxy_store_impl.h",
|
| "data_reduction_proxy_tamper_detection.cc",
|
| "data_reduction_proxy_tamper_detection.h",
|
| + "data_usage_storage_helper.cc",
|
| + "data_usage_storage_helper.h",
|
| ]
|
|
|
| deps = [
|
|
|