diff options
author | willchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-29 03:12:23 +0000 |
---|---|---|
committer | willchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-29 03:12:23 +0000 |
commit | 9eee685c92a827c57106fe887c3da1e600a88e17 (patch) | |
tree | 2e7d2a470efb31559d7fc674c0fdcd91f2c53b7b /base/base.gyp | |
parent | fc71bb7b2d1420df75b530be4e1d65cbe6a416cd (diff) | |
download | chromium_src-9eee685c92a827c57106fe887c3da1e600a88e17.zip chromium_src-9eee685c92a827c57106fe887c3da1e600a88e17.tar.gz chromium_src-9eee685c92a827c57106fe887c3da1e600a88e17.tar.bz2 |
Experiment: Enable tcmalloc for linux (Take 2). Will revert after a buildbot cycle.
Review URL: http://codereview.chromium.org/160313
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21938 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/base.gyp')
-rw-r--r-- | base/base.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/base/base.gyp b/base/base.gyp index 8aa8a3a..4db43e2 100644 --- a/base/base.gyp +++ b/base/base.gyp @@ -434,6 +434,7 @@ '../build/util/build_util.gyp:lastchange', '../build/linux/system.gyp:gtk', '../build/linux/system.gyp:nss', + '../third_party/tcmalloc/tcmalloc.gyp:tcmalloc', ], 'cflags': [ '-Wno-write-strings', |