Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(226)

Unified Diff: components/data_reduction_proxy/core/common/BUILD.gn

Issue 2249903004: Adding a DataSavingsRecorder interface (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: bengr comments Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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",

Powered by Google App Engine
This is Rietveld 408576698