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

Unified Diff: base/BUILD.gn

Issue 2452063003: tracing: split out the CategoryRegistry from the TraceLog (Closed)
Patch Set: fix test checks Created 4 years, 2 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/category_registry.h » ('j') | base/trace_event/category_registry.h » ('J')
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 d45d3b8e068f95010c0d89d88612b6f892533863..ac7bcf12c7d5d0f771a330c2df349e7911bcfaf3 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -896,6 +896,8 @@ component("base") {
"trace_event/auto_open_close_event.h",
"trace_event/blame_context.cc",
"trace_event/blame_context.h",
+ "trace_event/category_registry.cc",
+ "trace_event/category_registry.h",
"trace_event/common/trace_event_common.h",
"trace_event/heap_profiler.h",
"trace_event/heap_profiler_allocation_context.cc",
@@ -937,6 +939,7 @@ component("base") {
"trace_event/process_memory_totals.h",
"trace_event/trace_buffer.cc",
"trace_event/trace_buffer.h",
+ "trace_event/trace_category.h",
"trace_event/trace_config.cc",
"trace_event/trace_config.h",
"trace_event/trace_event.h",
« no previous file with comments | « no previous file | base/trace_event/category_registry.h » ('j') | base/trace_event/category_registry.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698