| Index: components/data_reduction_proxy/core/common/BUILD.gn
|
| diff --git a/components/data_reduction_proxy/core/common/BUILD.gn b/components/data_reduction_proxy/core/common/BUILD.gn
|
| index 8c3103a416bf74bcc5f8f8c3533ec61e0914d2b5..d12881385d02bfa8aa0eb8e49dafd570bc381354 100644
|
| --- a/components/data_reduction_proxy/core/common/BUILD.gn
|
| +++ b/components/data_reduction_proxy/core/common/BUILD.gn
|
| @@ -22,20 +22,21 @@ template("common_tmpl") {
|
| "data_reduction_proxy_page_load_timing.cc",
|
| "data_reduction_proxy_page_load_timing.h",
|
| "data_reduction_proxy_params.cc",
|
| "data_reduction_proxy_params.h",
|
| "data_reduction_proxy_pref_names.cc",
|
| "data_reduction_proxy_pref_names.h",
|
| "data_reduction_proxy_switches.cc",
|
| "data_reduction_proxy_switches.h",
|
| "data_reduction_proxy_util.cc",
|
| "data_reduction_proxy_util.h",
|
| + "data_savings_recorder.h",
|
| "lofi_decider.h",
|
| "lofi_ui_service.h",
|
| ]
|
|
|
| public_deps = [
|
| ":version_header",
|
| ]
|
| deps = [
|
| "//base",
|
| "//components/data_reduction_proxy/proto:data_reduction_proxy_proto",
|
|
|