summaryrefslogtreecommitdiffstats
path: root/base/allocator
diff options
context:
space:
mode:
authoravi <avi@chromium.org>2015-12-27 18:55:43 -0800
committerCommit bot <commit-bot@chromium.org>2015-12-28 02:56:49 +0000
commita97fe0c8f0017c2dc3dad1aeb7607f3499e19f32 (patch)
tree0b9d21cea005954041805ed41da8d9938154598a /base/allocator
parent519fd909a3d23da494a4a24521fcce936405246f (diff)
downloadchromium_src-a97fe0c8f0017c2dc3dad1aeb7607f3499e19f32.zip
chromium_src-a97fe0c8f0017c2dc3dad1aeb7607f3499e19f32.tar.gz
chromium_src-a97fe0c8f0017c2dc3dad1aeb7607f3499e19f32.tar.bz2
Remove base/basictypes.h.
BUG=138542 TBR=mark@chromium.org Review URL: https://codereview.chromium.org/1550063002 Cr-Commit-Position: refs/heads/master@{#366958}
Diffstat (limited to 'base/allocator')
-rw-r--r--base/allocator/BUILD.gn1
-rw-r--r--base/allocator/allocator.gyp2
2 files changed, 0 insertions, 3 deletions
diff --git a/base/allocator/BUILD.gn b/base/allocator/BUILD.gn
index 04ca97c..018aa46 100644
--- a/base/allocator/BUILD.gn
+++ b/base/allocator/BUILD.gn
@@ -126,7 +126,6 @@ if (use_allocator == "tcmalloc") {
"$tcmalloc_dir/src/base/atomicops-internals-windows.h",
"$tcmalloc_dir/src/base/atomicops.h",
"$tcmalloc_dir/src/base/atomicops_internals_portable.h",
- "$tcmalloc_dir/src/base/basictypes.h",
"$tcmalloc_dir/src/base/commandlineflags.h",
"$tcmalloc_dir/src/base/cycleclock.h",
diff --git a/base/allocator/allocator.gyp b/base/allocator/allocator.gyp
index 414e510..fa3b541 100644
--- a/base/allocator/allocator.gyp
+++ b/base/allocator/allocator.gyp
@@ -108,7 +108,6 @@
'<(tcmalloc_dir)/src/base/atomicops-internals-windows.h',
'<(tcmalloc_dir)/src/base/atomicops_internals_portable.h',
'<(tcmalloc_dir)/src/base/atomicops.h',
- '<(tcmalloc_dir)/src/base/basictypes.h',
'<(tcmalloc_dir)/src/base/commandlineflags.h',
'<(tcmalloc_dir)/src/base/cycleclock.h',
# We don't list dynamic_annotations.c since its copy is already
@@ -232,7 +231,6 @@
'<(tcmalloc_dir)/src/base/atomicops-internals-x86-msvc.h',
'<(tcmalloc_dir)/src/base/atomicops-internals-x86.h',
'<(tcmalloc_dir)/src/base/atomicops.h',
- '<(tcmalloc_dir)/src/base/basictypes.h',
'<(tcmalloc_dir)/src/base/commandlineflags.h',
'<(tcmalloc_dir)/src/base/cycleclock.h',
'<(tcmalloc_dir)/src/base/elf_mem_image.h',