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

Unified Diff: content/test/BUILD.gn

Issue 2877673003: Expose UkmService to content/ (Closed)
Patch Set: Extract repoting of input metric into another CL Created 3 years, 7 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: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index 012dc47615c55c37c28d65a7c8e95dad546fc307..ad335d28336b42cd178e36dea6780d8b540aa791 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -1447,9 +1447,11 @@ test("content_unittests") {
"//cc/surfaces",
"//components/display_compositor",
"//components/leveldb/public/cpp",
+ "//components/metrics/proto",
"//components/payments/mojom",
"//components/payments/mojom:mojom_payment_app",
"//components/rappor:test_support",
+ "//components/ukm:test_support",
"//components/viz/frame_sinks",
"//content:resources",
"//content/app:both_for_content_tests",

Powered by Google App Engine
This is Rietveld 408576698