Chromium Code Reviews| Index: base/BUILD.gn |
| diff --git a/base/BUILD.gn b/base/BUILD.gn |
| index 21c303dcb10b50f3cf239d12aa30252b7d242765..8f6a25ed1ad9a2ac6daa5f41f44326e885446a1a 100644 |
| --- a/base/BUILD.gn |
| +++ b/base/BUILD.gn |
| @@ -974,10 +974,12 @@ component("base") { |
| "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_event_writer.cc", |
| + "trace_event/heap_profiler_event_writer.h", |
| "trace_event/heap_profiler_stack_frame_deduplicator.cc", |
| "trace_event/heap_profiler_stack_frame_deduplicator.h", |
| + "trace_event/heap_profiler_string_deduplicator.cc", |
|
Primiano Tucci (use gerrit)
2017/03/09 11:47:44
remember to update also the gn bootstrap.py
DmitrySkiba
2017/03/14 22:12:47
Done.
|
| + "trace_event/heap_profiler_string_deduplicator.h", |
| "trace_event/heap_profiler_type_name_deduplicator.cc", |
| "trace_event/heap_profiler_type_name_deduplicator.h", |
| "trace_event/java_heap_dump_provider_android.cc", |
| @@ -2138,8 +2140,9 @@ test("base_unittests") { |
| "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", |
| + "trace_event/heap_profiler_event_writer_unittest.cc", |
| "trace_event/heap_profiler_stack_frame_deduplicator_unittest.cc", |
| + "trace_event/heap_profiler_string_deduplicator_unittest.cc", |
| "trace_event/heap_profiler_type_name_deduplicator_unittest.cc", |
| "trace_event/java_heap_dump_provider_android_unittest.cc", |
| "trace_event/memory_allocator_dump_unittest.cc", |