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

Unified Diff: components/metrics/proto/BUILD.gn

Issue 2567263003: Basic UkmService implementation (Closed)
Patch Set: Proto and client_id Created 4 years 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/proto/BUILD.gn
diff --git a/components/metrics/proto/BUILD.gn b/components/metrics/proto/BUILD.gn
index 547cf0d51b761873790b5cf3fd42a1035b854972..1a2e4d0b9c449ccec84387246cc96fa29b376ff3 100644
--- a/components/metrics/proto/BUILD.gn
+++ b/components/metrics/proto/BUILD.gn
@@ -20,6 +20,9 @@ proto_library("proto") {
"sampled_profile.proto",
"system_profile.proto",
"translate_event.proto",
+ "ukm/report.proto",
+ "ukm/source.proto",
"user_action_event.proto",
]
+ proto_in_dir = "."
}

Powered by Google App Engine
This is Rietveld 408576698