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

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: rebase 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
« no previous file with comments | « PRESUBMIT.py ('k') | shell/android/main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: shell/BUILD.gn
diff --git a/shell/BUILD.gn b/shell/BUILD.gn
index 91b45d7f40feeb3d708e32f61c08cd246d224baa..0f3c081601206107de32cbb20cc6cdbbd3010119 100644
--- a/shell/BUILD.gn
+++ b/shell/BUILD.gn
@@ -132,6 +132,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",
]
« no previous file with comments | « PRESUBMIT.py ('k') | shell/android/main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698