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

Unified Diff: components/metrics/public/interfaces/BUILD.gn

Issue 2687583002: Add support for single sample metrics. (Closed)
Patch Set: Fix ios hopefully; address comments. Created 3 years, 8 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: components/metrics/public/interfaces/BUILD.gn
diff --git a/components/metrics/public/interfaces/BUILD.gn b/components/metrics/public/interfaces/BUILD.gn
index c6db51a6cf55d4b12a70185568af4d3d1f0a0341..cfe966158557ff6325b542aac983f3ad33286a6f 100644
--- a/components/metrics/public/interfaces/BUILD.gn
+++ b/components/metrics/public/interfaces/BUILD.gn
@@ -24,3 +24,9 @@ mojom("call_stack_mojo_test_bindings") {
"//mojo/common:common_custom_types",
]
}
+
+mojom("single_sample_metrics_mojo_bindings") {
+ sources = [
+ "single_sample_metrics.mojom",
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698