summaryrefslogtreecommitdiffstats
path: root/base/allocator
diff options
context:
space:
mode:
authoroshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-10 14:35:46 +0000
committeroshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-10 14:35:46 +0000
commitd4a4a4f9879b833bfc104e9a94636ec280de9061 (patch)
treec0dd0b75ad7b0cd3f08dd763224adb0c4db6ab91 /base/allocator
parentcadc76669c04480b6e34c42008cdb8b1f08a69b1 (diff)
downloadchromium_src-d4a4a4f9879b833bfc104e9a94636ec280de9061.zip
chromium_src-d4a4a4f9879b833bfc104e9a94636ec280de9061.tar.gz
chromium_src-d4a4a4f9879b833bfc104e9a94636ec280de9061.tar.bz2
Revert r175915
> GTTF: Enable debugallocation by default. > > TBR=willchan > >BUG=30715 > >Review URL: https://codereview.chromium.org/11794029 TBR=phajdan.jr@chromium.org BUG=30715 TEST=none NOTRY=true Review URL: https://chromiumcodereview.appspot.com/11829054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176076 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/allocator')
-rw-r--r--base/allocator/allocator.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/allocator/allocator.gyp b/base/allocator/allocator.gyp
index e177fb8..f5bda73 100644
--- a/base/allocator/allocator.gyp
+++ b/base/allocator/allocator.gyp
@@ -312,7 +312,7 @@
# Provide a way to force disable debugallocation in Debug builds,
# e.g. for profiling (it's more rare to profile Debug builds,
# but people sometimes need to do that).
- 'disable_debugallocation%': 0,
+ 'disable_debugallocation%': 1,
},
'conditions': [
['disable_debugallocation==0', {