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

Unified Diff: mojo/services/tracing/interfaces/BUILD.gn

Issue 1932843002: Add TraceProviderRegistry and implementation in tracing service/application. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 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: mojo/services/tracing/interfaces/BUILD.gn
diff --git a/mojo/services/tracing/interfaces/BUILD.gn b/mojo/services/tracing/interfaces/BUILD.gn
index 8d7ab59bad9508af935b48fb9fd4650127c503ee..18af9daa282c90dcb63009da412cead02667e004 100644
--- a/mojo/services/tracing/interfaces/BUILD.gn
+++ b/mojo/services/tracing/interfaces/BUILD.gn
@@ -7,6 +7,9 @@ import("$mojo_sdk_root/mojo/public/tools/bindings/mojom.gni")
mojom("interfaces") {
sources = [
+ "trace_provider_registry.mojom",
"tracing.mojom",
]
+
+ import_dirs = [ get_path_info("../../", "abspath") ]
}

Powered by Google App Engine
This is Rietveld 408576698