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

Unified Diff: mojo/common/BUILD.gn

Issue 1334213002: Support for tracing app initialization. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Change BindingSet to Binding Created 5 years, 3 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 242006097e4ceb63f0cd6c77f25a23675acb880f..fcb743439da1d6171c6269f3ba839dabbe77e131 100644
--- a/mojo/common/BUILD.gn
+++ b/mojo/common/BUILD.gn
@@ -66,6 +66,7 @@ source_set("tracing_impl") {
]
deps = [
+ ":common",
qsr 2015/09/11 14:44:04 I think you might not need this anymore, do you?
etiennej 2015/09/11 15:07:32 Done.
"//base",
"//mojo/public/cpp/application",
"//mojo/public/cpp/bindings",

Powered by Google App Engine
This is Rietveld 408576698