summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorwillchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-26 21:53:46 +0000
committerwillchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-26 21:53:46 +0000
commitb7b0676f1b0e629de25e588e3b6f380f3bd5bce8 (patch)
tree1dcd91e8417560cd692d11334469bea1609a0bd2 /build
parentadff370d2ca91093b1a7b1a14e32bde2fc88dd73 (diff)
downloadchromium_src-b7b0676f1b0e629de25e588e3b6f380f3bd5bce8.zip
chromium_src-b7b0676f1b0e629de25e588e3b6f380f3bd5bce8.tar.gz
chromium_src-b7b0676f1b0e629de25e588e3b6f380f3bd5bce8.tar.bz2
Linux: add gyp flag for enabling tcmalloc. Also fix the linux build which didn't work in a clean client since tcmalloc.h wasn't generated.
Review URL: http://codereview.chromium.org/173387 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24538 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/all.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/all.gyp b/build/all.gyp
index 8de4152..0e0a9d3 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -52,6 +52,7 @@
'../breakpad/breakpad.gyp:*',
'../sandbox/sandbox.gyp:*',
'../third_party/harfbuzz/harfbuzz.gyp:*',
+ '../third_party/tcmalloc/tcmalloc.gyp:*',
'../tools/gtk_clipboard_dump/gtk_clipboard_dump.gyp:*',
'../tools/xdisplaycheck/xdisplaycheck.gyp:*',
'../courgette/courgette.gyp:*',