| Index: base/trace_event/BUILD.gn
|
| diff --git a/base/trace_event/BUILD.gn b/base/trace_event/BUILD.gn
|
| index fddaa1e2d0f5e2993ebc73310bb9d26baa593080..548552a78408db7dafb551cf80fe6280312c68e6 100644
|
| --- a/base/trace_event/BUILD.gn
|
| +++ b/base/trace_event/BUILD.gn
|
| @@ -6,8 +6,6 @@ source_set("trace_event") {
|
| sources = [
|
| "java_heap_dump_provider_android.cc",
|
| "java_heap_dump_provider_android.h",
|
| - "memory_allocator_attributes_type_info.cc",
|
| - "memory_allocator_attributes_type_info.h",
|
| "memory_allocator_dump.cc",
|
| "memory_allocator_dump.h",
|
| "memory_dump_manager.cc",
|
| @@ -87,7 +85,6 @@ source_set("trace_event") {
|
| source_set("trace_event_unittests") {
|
| testonly = true
|
| sources = [
|
| - "memory_allocator_attributes_type_info_unittest.cc",
|
| "memory_allocator_dump_unittest.cc",
|
| "memory_dump_manager_unittest.cc",
|
| "process_memory_maps_dump_provider_unittest.cc",
|
|
|