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

Unified Diff: base/trace_event/BUILD.gn

Issue 1419633004: [Tracing] Introduce HeapDumpWriter helper class (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address primiano comments Created 5 years, 2 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/trace_event/BUILD.gn
diff --git a/base/trace_event/BUILD.gn b/base/trace_event/BUILD.gn
index edb3c7c65cbce517a10c8f96e345dff9125b9fea..4cbbcd09caa7737e75dea1c42a2cdb92695b31f1 100644
--- a/base/trace_event/BUILD.gn
+++ b/base/trace_event/BUILD.gn
@@ -24,6 +24,8 @@ source_set("trace_event") {
"memory_profiler_allocation_register.h",
"memory_profiler_allocation_register_posix.cc",
"memory_profiler_allocation_register_win.cc",
+ "memory_profiler_heap_dump_writer.cc",
+ "memory_profiler_heap_dump_writer.h",
"process_memory_dump.cc",
"process_memory_dump.h",
"process_memory_maps.cc",

Powered by Google App Engine
This is Rietveld 408576698