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

Unified Diff: mojo/common/BUILD.gn

Issue 1177853003: [Startup Tracing] Enable startup tracing from config file (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: reorder in content/app/DEPS Created 5 years, 6 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/common/BUILD.gn
diff --git a/mojo/common/BUILD.gn b/mojo/common/BUILD.gn
index e87167c6cd30955f5103f983876dff6b4f99c710..f5f08c8ac106708caa2fe656199a8c55e17b4be7 100644
--- a/mojo/common/BUILD.gn
+++ b/mojo/common/BUILD.gn
@@ -39,6 +39,7 @@ component("common_base") {
deps = [
"//base",
"//base/third_party/dynamic_annotations",
+ "//components/tracing:startup_tracing",
"//third_party/mojo/src/mojo/public/c/system:for_component",
]
}

Powered by Google App Engine
This is Rietveld 408576698