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

Unified Diff: base/BUILD.gn

Issue 2650863003: [tracing] Switch to new heap dump format. (Closed)
Patch Set: DCHECK for continuous mode Created 3 years, 9 months 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
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",
« no previous file with comments | « no previous file | base/trace_event/heap_profiler_event_writer.h » ('j') | base/trace_event/heap_profiler_event_writer.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698