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

Unified Diff: shell/BUILD.gn

Issue 1067023003: Add shell::Tracer object and wire up to --trace-startup on Android (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 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: shell/BUILD.gn
diff --git a/shell/BUILD.gn b/shell/BUILD.gn
index ad22157896047ed298840c5c4fa0466cad987a5e..c56710631ee96b134bffa8580272fa8d0391afdb 100644
--- a/shell/BUILD.gn
+++ b/shell/BUILD.gn
@@ -147,6 +147,8 @@ source_set("lib") {
"out_of_process_native_runner.h",
"task_runners.cc",
"task_runners.h",
+ "tracer.cc",
+ "tracer.h",
"url_resolver.cc",
"url_resolver.h",
]

Powered by Google App Engine
This is Rietveld 408576698