summaryrefslogtreecommitdiffstats
path: root/base/trace_event/BUILD.gn
diff options
context:
space:
mode:
authorprimiano <primiano@chromium.org>2015-04-28 05:47:18 -0700
committerCommit bot <commit-bot@chromium.org>2015-04-28 13:45:36 +0000
commit61add08de1b39866f8dd4c946f131fbff035d8a8 (patch)
tree317dd98d924e0690f04380dfb9bb4976f8cb682b /base/trace_event/BUILD.gn
parent475c89a4f8fa292cedbd9828d70e2abf82288405 (diff)
downloadchromium_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.gn3
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",