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

Unified Diff: base/BUILD.gn

Issue 2557743002: tracing: simplify lifetime of TraceEventFilter(s) (Closed)
Patch Set: rebase Created 4 years 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/event_filter_registry.h » ('j') | base/trace_event/event_filter_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 dc7f6b54d241a67607f76471d900c1e9eba6f731..57aa126c6f0703e76296e953e9e077650ea87daf 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -924,6 +924,8 @@ component("base") {
"trace_event/category_registry.cc",
"trace_event/category_registry.h",
"trace_event/common/trace_event_common.h",
+ "trace_event/event_filter_registry.cc",
+ "trace_event/event_filter_registry.h",
"trace_event/event_name_filter.cc",
"trace_event/event_name_filter.h",
"trace_event/heap_profiler.h",
@@ -2029,6 +2031,7 @@ test("base_unittests") {
"timer/timer_unittest.cc",
"tools_sanity_unittest.cc",
"trace_event/blame_context_unittest.cc",
+ "trace_event/event_filter_registry_unittest.cc",
"trace_event/event_name_filter_unittest.cc",
"trace_event/heap_profiler_allocation_context_tracker_unittest.cc",
"trace_event/heap_profiler_allocation_register_unittest.cc",
« no previous file with comments | « no previous file | base/trace_event/event_filter_registry.h » ('j') | base/trace_event/event_filter_registry.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698