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

Unified Diff: base/BUILD.gn

Issue 2503473002: tracing: split out ThreadLocalEventBuffer
Patch Set: Created 4 years, 1 month 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/thread_local_event_buffer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/BUILD.gn
diff --git a/base/BUILD.gn b/base/BUILD.gn
index e7b5b84b5546a081655a973a15b318a21ae2588a..ef0d80f928a5ac494fd3e5b38bb9c342e1543509 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -948,6 +948,8 @@ component("base") {
"trace_event/process_memory_maps.h",
"trace_event/process_memory_totals.cc",
"trace_event/process_memory_totals.h",
+ "trace_event/thread_local_event_buffer.cc",
+ "trace_event/thread_local_event_buffer.h",
"trace_event/trace_buffer.cc",
"trace_event/trace_buffer.h",
"trace_event/trace_category.h",
« no previous file with comments | « no previous file | base/trace_event/thread_local_event_buffer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698