summaryrefslogtreecommitdiffstats
path: root/base/allocator
diff options
context:
space:
mode:
authorbxx@chromium.org <bxx@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-11 21:42:02 +0000
committerbxx@chromium.org <bxx@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-11 21:42:02 +0000
commitf02001ff4f0dc5db87e396fe51fe5ae1e3d52f2c (patch)
treee48329131279d8cf9a22eff4759c69bff66986da /base/allocator
parent5eea5f8957afcceb9362b91b39218c89ad63194a (diff)
downloadchromium_src-f02001ff4f0dc5db87e396fe51fe5ae1e3d52f2c.zip
chromium_src-f02001ff4f0dc5db87e396fe51fe5ae1e3d52f2c.tar.gz
chromium_src-f02001ff4f0dc5db87e396fe51fe5ae1e3d52f2c.tar.bz2
Revert 100640 - Enable doubly linked lists by default.
BUG=NONE TEST=NONE Review URL: http://codereview.chromium.org/7865020 TBR=bxx@chromium.org Review URL: http://codereview.chromium.org/7796034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100642 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/allocator')
-rw-r--r--base/allocator/allocator.gyp5
1 files changed, 4 insertions, 1 deletions
diff --git a/base/allocator/allocator.gyp b/base/allocator/allocator.gyp
index 1428113..f1124fc 100644
--- a/base/allocator/allocator.gyp
+++ b/base/allocator/allocator.gyp
@@ -17,7 +17,6 @@
'<(tcmalloc_dir)/src',
'../..',
],
- 'defines': ['TCMALLOC_USE_DOUBLYLINKED_FREELIST',],
'direct_dependent_settings': {
'configurations': {
'Common_Base': {
@@ -267,6 +266,10 @@
},
},
'configurations': {
+ 'Debug': {
+ 'defines':
+ ['TCMALLOC_USE_DOUBLYLINKED_FREELIST'],
+ },
'Debug_Base': {
'msvs_settings': {
'VCCLCompilerTool': {