diff options
author | primiano <primiano@chromium.org> | 2015-04-28 05:47:18 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-04-28 13:45:36 +0000 |
commit | 61add08de1b39866f8dd4c946f131fbff035d8a8 (patch) | |
tree | 317dd98d924e0690f04380dfb9bb4976f8cb682b /base/trace_event/BUILD.gn | |
parent | 475c89a4f8fa292cedbd9828d70e2abf82288405 (diff) | |
download | chromium_src-61add08de1b39866f8dd4c946f131fbff035d8a8.zip chromium_src-61add08de1b39866f8dd4c946f131fbff035d8a8.tar.gz chromium_src-61add08de1b39866f8dd4c946f131fbff035d8a8.tar.bz2 |
[tracing] Get rid of MemoryAllocatorAttributesTypeInfo
This is in preparation of crrev.com/1105143003 which simplifies
the MemoryAllocatorDump attributes model with a more generic
one.
BUG=466141
Review URL: https://codereview.chromium.org/1104413002
Cr-Commit-Position: refs/heads/master@{#327272}
Diffstat (limited to 'base/trace_event/BUILD.gn')
-rw-r--r-- | base/trace_event/BUILD.gn | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/base/trace_event/BUILD.gn b/base/trace_event/BUILD.gn index fddaa1e..548552a 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", |