summaryrefslogtreecommitdiffstats
path: root/base/allocator
diff options
context:
space:
mode:
authorphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-15 19:01:12 +0000
committerphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-15 19:01:12 +0000
commit83ba8d41e4d7e7515c5ad2273697596ed0d98876 (patch)
tree93489b176b1952f76b7cc024740b94ab5bf487d6 /base/allocator
parent5e6b0faa6bd24fc7735d56da55340586a89252df (diff)
downloadchromium_src-83ba8d41e4d7e7515c5ad2273697596ed0d98876.zip
chromium_src-83ba8d41e4d7e7515c5ad2273697596ed0d98876.tar.gz
chromium_src-83ba8d41e4d7e7515c5ad2273697596ed0d98876.tar.bz2
GTTF: Enable tcmalloc's debugallocation on Windows.
BUG=30715 R=jar@chromium.org, rtenneti@chromium.org Review URL: https://codereview.chromium.org/15100010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@200327 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/allocator')
-rw-r--r--base/allocator/allocator.gyp3
1 files changed, 1 insertions, 2 deletions
diff --git a/base/allocator/allocator.gyp b/base/allocator/allocator.gyp
index 74e0a43..b744a3a 100644
--- a/base/allocator/allocator.gyp
+++ b/base/allocator/allocator.gyp
@@ -313,8 +313,7 @@
'disable_debugallocation%': 0,
},
'conditions': [
- # TODO(phajdan.jr): Also enable on Windows.
- ['disable_debugallocation==0 and OS!="win"', {
+ ['disable_debugallocation==0', {
'defines': [
# Use debugallocation for Debug builds to catch problems early
# and cleanly, http://crbug.com/30715 .