Index: base/BUILD.gn |
diff --git a/base/BUILD.gn b/base/BUILD.gn |
index 3d21aa4d350f80608c2feb07147b38de405386cb..f4952d186e24715e9db470a357d9b4ba11ce3713 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_name_filter.cc", |
+ "trace_event/event_name_filter.h", |
"trace_event/heap_profiler.h", |
"trace_event/heap_profiler_allocation_context.cc", |
"trace_event/heap_profiler_allocation_context.h", |
@@ -933,6 +935,8 @@ component("base") { |
"trace_event/heap_profiler_allocation_register.h", |
"trace_event/heap_profiler_allocation_register_posix.cc", |
"trace_event/heap_profiler_allocation_register_win.cc", |
+ "trace_event/heap_profiler_event_filter.cc", |
+ "trace_event/heap_profiler_event_filter.h", |
"trace_event/heap_profiler_heap_dump_writer.cc", |
"trace_event/heap_profiler_heap_dump_writer.h", |
"trace_event/heap_profiler_stack_frame_deduplicator.cc", |
@@ -975,6 +979,10 @@ component("base") { |
"trace_event/trace_event_argument.h", |
"trace_event/trace_event_etw_export_win.cc", |
"trace_event/trace_event_etw_export_win.h", |
+ "trace_event/trace_event_filter.cc", |
+ "trace_event/trace_event_filter.h", |
+ "trace_event/trace_event_filter_test_utils.cc", |
+ "trace_event/trace_event_filter_test_utils.h", |
kraynov
2016/12/06 18:24:23
Why you build that with non-test code too?
Primiano Tucci (use gerrit)
2016/12/07 11:17:47
Fixed thanks!
|
"trace_event/trace_event_impl.cc", |
"trace_event/trace_event_impl.h", |
"trace_event/trace_event_memory_overhead.cc", |
@@ -2023,6 +2031,7 @@ test("base_unittests") { |
"timer/timer_unittest.cc", |
"tools_sanity_unittest.cc", |
"trace_event/blame_context_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", |
"trace_event/heap_profiler_heap_dump_writer_unittest.cc", |