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

Unified Diff: base/trace_event/BUILD.gn

Issue 987043003: [tracing] Introduce support for userland memory allocators dumps. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mmaps_en
Patch Set: Rebase Created 5 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/trace_event/BUILD.gn
diff --git a/base/trace_event/BUILD.gn b/base/trace_event/BUILD.gn
index eec607ba861c31b08427976375f1bc2c770c7f3f..1ae2b6b743dda13a89b412aae608534ea8983e7e 100644
--- a/base/trace_event/BUILD.gn
+++ b/base/trace_event/BUILD.gn
@@ -4,8 +4,12 @@
source_set("trace_event") {
sources = [
+ "memory_allocator_attributes.h",
+ "memory_allocator_dump.cc",
+ "memory_allocator_dump.h",
"memory_dump_manager.cc",
"memory_dump_manager.h",
+ "memory_dump_provider.cc",
"memory_dump_provider.h",
"process_memory_dump.cc",
"process_memory_dump.h",

Powered by Google App Engine
This is Rietveld 408576698