diff options
author | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-09 19:13:04 +0000 |
---|---|---|
committer | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-09 19:13:04 +0000 |
commit | 31ac6c0c2689867ead1a812300415d9caeea3c96 (patch) | |
tree | f988f36105fbf9a3505a80760f8bb8d5b8f15721 /base/allocator | |
parent | dcc6bbbd32061a542a481f2131578eb23f76aa71 (diff) | |
download | chromium_src-31ac6c0c2689867ead1a812300415d9caeea3c96.zip chromium_src-31ac6c0c2689867ead1a812300415d9caeea3c96.tar.gz chromium_src-31ac6c0c2689867ead1a812300415d9caeea3c96.tar.bz2 |
Remove the NO_TCMALLOC_SAMPLES option from allocator.gyp
This brings the heap leak checker back again.
The patch was originally prepared by Alexander Potapenko (cc'ed)
and reviewed as http://codereview.chromium.org/464034
TBR=willchan,antonm
Review URL: http://codereview.chromium.org/478002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34170 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/allocator')
-rw-r--r-- | base/allocator/allocator.gyp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/base/allocator/allocator.gyp b/base/allocator/allocator.gyp index 60d25d3..82876ab 100644 --- a/base/allocator/allocator.gyp +++ b/base/allocator/allocator.gyp @@ -18,9 +18,6 @@ '<(tcmalloc_dir)/src', '../..', ], - 'defines': [ - 'NO_TCMALLOC_SAMPLES', - ], 'direct_dependent_settings': { 'configurations': { 'Common': { |