Index: base/BUILD.gn |
diff --git a/base/BUILD.gn b/base/BUILD.gn |
index 2a8314ee67e8b31540fe1e61a4f393a24f166854..b2cc11ec8f1354748b7359456c586d8a12199168 100644 |
--- a/base/BUILD.gn |
+++ b/base/BUILD.gn |
@@ -844,6 +844,8 @@ component("base") { |
"timer/mock_timer.h", |
"timer/timer.cc", |
"timer/timer.h", |
+ "trace_event/blame_context.cc", |
+ "trace_event/blame_context.h", |
"trace_event/common/trace_event_common.h", |
"trace_event/heap_profiler_allocation_context.cc", |
"trace_event/heap_profiler_allocation_context.h", |
@@ -1822,6 +1824,7 @@ test("base_unittests") { |
"timer/mock_timer_unittest.cc", |
"timer/timer_unittest.cc", |
"tools_sanity_unittest.cc", |
+ "trace_event/blame_context_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", |