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

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 reviewers' 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 6c70740a44bcbf9d9647066e010d7a2833eb2973..334d016279964f1bda4a462b4e053db2322771eb 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -1450,8 +1450,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_use_measurement/core:data_use_measurement_core",
Lei Zhang 2015/09/03 04:47:11 nit: alphabetical order.
amohammadkhan 2015/09/03 23:10:36 Done.
"//components/data_reduction_proxy/core/browser:test_support",
+ "//components/metrics/proto",
"//components/safe_json:test_support",
"//components/webdata_services:test_support",
"//components/strings",

Powered by Google App Engine
This is Rietveld 408576698