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

Unified Diff: components/metrics/BUILD.gn

Issue 1330443002: Report data usage UMA for Chrome services (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@NewArchServices
Patch Set: Addressing reviewer's comments. Created 5 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/metrics/BUILD.gn
diff --git a/components/metrics/BUILD.gn b/components/metrics/BUILD.gn
index 114fc3dad8732a8b4564d6c1cb4b7db3a65357ea..9b73349434e005b1cda7143964aa1bbaf9f4c00b 100644
--- a/components/metrics/BUILD.gn
+++ b/components/metrics/BUILD.gn
@@ -113,6 +113,7 @@ static_library("net") {
]
deps = [
"//base",
+ "//components/data_use_measurement/core",
"//net",
"//url",
]

Powered by Google App Engine
This is Rietveld 408576698