summaryrefslogtreecommitdiffstats
path: root/DEPS
diff options
context:
space:
mode:
authormbelshe@google.com <mbelshe@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-21 21:30:20 +0000
committermbelshe@google.com <mbelshe@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-21 21:30:20 +0000
commit59c098679b18b4b8f731cf7041f4506616327663 (patch)
treeffca9b31063c8916cbcb148643b0db889659c3ae /DEPS
parentf1c225c9ecc8b8d682af60e27858835ef365337e (diff)
downloadchromium_src-59c098679b18b4b8f731cf7041f4506616327663.zip
chromium_src-59c098679b18b4b8f731cf7041f4506616327663.tar.gz
chromium_src-59c098679b18b4b8f731cf7041f4506616327663.tar.bz2
Start pulling tcmalloc into the build. Not using it yet
with this checkin. Review URL: http://codereview.chromium.org/79085 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14128 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS3
1 files changed, 3 insertions, 0 deletions
diff --git a/DEPS b/DEPS
index fde10e1..660ffb4 100644
--- a/DEPS
+++ b/DEPS
@@ -36,6 +36,9 @@ deps = {
"src/third_party/WebKit/WebKitLibraries":
Var("webkit_trunk") + "/WebKitLibraries@" + Var("webkit_revision"),
+
+ "src/third_party/tcmalloc/tcmalloc":
+ "http://google-perftools.googlecode.com/svn/trunk@70",
}