summaryrefslogtreecommitdiffstats
path: root/base/DEPS
diff options
context:
space:
mode:
authorwillchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-11 21:58:28 +0000
committerwillchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-11 21:58:28 +0000
commit5ca2744311af9962130fa27d2dd2c4ad869d7504 (patch)
treeada11b42e8d889afa05f07093bbaa61bbf475a0f /base/DEPS
parent14e101c0ac5dbf5863ffa0cb38609353eae6d089 (diff)
downloadchromium_src-5ca2744311af9962130fa27d2dd2c4ad869d7504.zip
chromium_src-5ca2744311af9962130fa27d2dd2c4ad869d7504.tar.gz
chromium_src-5ca2744311af9962130fa27d2dd2c4ad869d7504.tar.bz2
Implement the memory leak annotations for heap leak checker.
leak_annotations.h provides the ANNOTATE_SCOPED_MEMORY_LEAK macro that can be used for annotating known memory leaks in the tests. Those will be ignored by the heap leak checker. Patch contributed by ramosian.glider@gmail.com. Original review at http://codereview.chromium.org/346038/show Review URL: http://codereview.chromium.org/385049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31721 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/DEPS')
-rw-r--r--base/DEPS1
1 files changed, 1 insertions, 0 deletions
diff --git a/base/DEPS b/base/DEPS
index 9ef2764..c454d70 100644
--- a/base/DEPS
+++ b/base/DEPS
@@ -1,6 +1,7 @@
include_rules = [
"+third_party/libevent",
"+third_party/dmg_fp",
+ "+third_party/tcmalloc",
# Testing stuff shouldn't be used by the general base code.
"-base/test",