| 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",
|
|
|