| Index: base/trace_event/BUILD.gn
|
| diff --git a/base/trace_event/BUILD.gn b/base/trace_event/BUILD.gn
|
| index a55c55d75ce9f722bd9b268b7b224a8c51c10709..9d9b467e73d11f558e77b89ee1250516a6f9e9c6 100644
|
| --- a/base/trace_event/BUILD.gn
|
| +++ b/base/trace_event/BUILD.gn
|
| @@ -19,6 +19,10 @@ source_set("trace_event") {
|
| "memory_dump_session_state.h",
|
| "memory_profiler_allocation_context.cc",
|
| "memory_profiler_allocation_context.h",
|
| + "memory_profiler_allocation_register.cc",
|
| + "memory_profiler_allocation_register.h",
|
| + "memory_profiler_allocation_register_posix.cc",
|
| + "memory_profiler_allocation_register_win.cc",
|
| "process_memory_dump.cc",
|
| "process_memory_dump.h",
|
| "process_memory_maps.cc",
|
| @@ -105,6 +109,7 @@ source_set("trace_event_unittests") {
|
| "memory_allocator_dump_unittest.cc",
|
| "memory_dump_manager_unittest.cc",
|
| "memory_profiler_allocation_context_unittest.cc",
|
| + "memory_profiler_allocation_register_unittest.cc",
|
| "process_memory_dump_unittest.cc",
|
| "process_memory_maps_dump_provider_unittest.cc",
|
| "process_memory_totals_dump_provider_unittest.cc",
|
|
|