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

Unified Diff: base/BUILD.gn

Issue 2650863003: [tracing] Switch to new heap dump format. (Closed)
Patch Set: Address comments (heaps_v2) 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
« no previous file with comments | « no previous file | base/trace_event/heap_profiler_event_writer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/BUILD.gn
diff --git a/base/BUILD.gn b/base/BUILD.gn
index f84856de5c9533650e0ec78203c0694ac0ba38a1..e89f4dc2b84c0b6a8a2dd6398c67a6bf0ae13b89 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -976,10 +976,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",
+ "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",
@@ -2148,8 +2150,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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698