| Index: base/trace_event/BUILD.gn
|
| diff --git a/base/trace_event/BUILD.gn b/base/trace_event/BUILD.gn
|
| index 9d9b467e73d11f558e77b89ee1250516a6f9e9c6..a55c55d75ce9f722bd9b268b7b224a8c51c10709 100644
|
| --- a/base/trace_event/BUILD.gn
|
| +++ b/base/trace_event/BUILD.gn
|
| @@ -19,10 +19,6 @@
|
| "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",
|
| @@ -109,7 +105,6 @@
|
| "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",
|
|
|