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

Unified Diff: chrome/test/BUILD.gn

Issue 1279543002: Support needed to measure user and service traffic in Chrome. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@NewHistogram
Patch Set: Addressing sclittle'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: chrome/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index 43804e4efc2ea4f54cd9153235dfbf70be68bfc4..e590ae0b52d9f5230ef3aed15156d07fa0e65814 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -1451,8 +1451,9 @@ if (!is_android) {
"//components/audio_modem:test_support",
"//components/autofill/content/browser/wallet:test_support",
"//components/autofill/content/renderer:test_support",
- "//components/metrics/proto",
"//components/data_reduction_proxy/core/browser:test_support",
+ "//components/data_use_measurement/core",
+ "//components/metrics/proto",
"//components/safe_json:test_support",
"//components/webdata_services:test_support",
"//components/strings",

Powered by Google App Engine
This is Rietveld 408576698