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

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

Issue 2274243002: Add data usage tracking for data reduction proxy, precache services (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 4 years, 3 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/browser/BUILD.gn
diff --git a/components/data_reduction_proxy/core/browser/BUILD.gn b/components/data_reduction_proxy/core/browser/BUILD.gn
index 639472a99aae64aa20be262aaf3f450c6228873d..6b6c428c3886623ab8e8e1fb2026f1a9a9f27dec 100644
--- a/components/data_reduction_proxy/core/browser/BUILD.gn
+++ b/components/data_reduction_proxy/core/browser/BUILD.gn
@@ -58,6 +58,7 @@ if (is_android) {
"//base",
"//components/data_reduction_proxy/core/common",
"//components/data_reduction_proxy/proto:data_reduction_proxy_proto",
+ "//components/data_use_measurement/core",
"//components/pref_registry",
"//components/prefs",
"//components/variations",
@@ -82,6 +83,7 @@ static_library("browser") {
]
deps = [
"//base",
+ "//components/data_use_measurement/core",
"//components/pref_registry",
"//components/prefs",
"//components/variations",
« no previous file with comments | « components/data_reduction_proxy/DEPS ('k') | components/data_reduction_proxy/core/browser/data_reduction_proxy_config.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698