Index: base/trace_event/BUILD.gn |
diff --git a/base/trace_event/BUILD.gn b/base/trace_event/BUILD.gn |
index 493316ea857e3e3e9f1ca66b7d42c7986337288f..07d28fe7b1d720d92a6f7262b59ed01084335537 100644 |
--- a/base/trace_event/BUILD.gn |
+++ b/base/trace_event/BUILD.gn |
@@ -17,6 +17,8 @@ source_set("trace_event") { |
"heap_profiler_heap_dump_writer.h", |
"heap_profiler_stack_frame_deduplicator.cc", |
"heap_profiler_stack_frame_deduplicator.h", |
+ "heap_profiler_type_name_deduplicator.cc", |
+ "heap_profiler_type_name_deduplicator.h", |
"java_heap_dump_provider_android.cc", |
"java_heap_dump_provider_android.h", |
"memory_allocator_dump.cc", |
@@ -116,6 +118,7 @@ source_set("trace_event_unittests") { |
"heap_profiler_allocation_register_unittest.cc", |
"heap_profiler_heap_dump_writer_unittest.cc", |
"heap_profiler_stack_frame_deduplicator_unittest.cc", |
+ "heap_profiler_type_name_deduplicator_unittest.cc", |
"java_heap_dump_provider_android_unittest.cc", |
"memory_allocator_dump_unittest.cc", |
"memory_dump_manager_unittest.cc", |