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

Unified Diff: base/trace_event/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: review fix 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
« no previous file with comments | « no previous file | base/trace_event/startup_tracing.h » ('j') | base/trace_event/startup_tracing.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/trace_event/BUILD.gn
diff --git a/base/trace_event/BUILD.gn b/base/trace_event/BUILD.gn
index 3a8a5bf2b8014b71426ea19357227498a4d292ff..cdf0a80d7a55186c5e8a2fee2fbb05c667407040 100644
--- a/base/trace_event/BUILD.gn
+++ b/base/trace_event/BUILD.gn
@@ -26,6 +26,8 @@ source_set("trace_event") {
"process_memory_totals.h",
"process_memory_totals_dump_provider.cc",
"process_memory_totals_dump_provider.h",
+ "startup_tracing.cc",
+ "startup_tracing.h",
"trace_config.cc",
"trace_config.h",
"trace_event.h",
« no previous file with comments | « no previous file | base/trace_event/startup_tracing.h » ('j') | base/trace_event/startup_tracing.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698