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

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: Addressed comments and rebased. 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
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | components/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index 82bdab6524545e896b4021a0e8526e6d0e033060..86da6deb0a101d1b8d4dc3b8e7137c3fe762e560 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",
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | components/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698