diff options
author | willchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-12 05:58:58 +0000 |
---|---|---|
committer | willchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-12 05:58:58 +0000 |
commit | 2c55605be6272ecca5a8131fee4bca8e92e55106 (patch) | |
tree | 91c42eb003f7f1e408c070397b32b8d5cf73aacd /webkit | |
parent | 6f01a42815ab057ae5909d3eeaf9268c4105d215 (diff) | |
download | chromium_src-2c55605be6272ecca5a8131fee4bca8e92e55106.zip chromium_src-2c55605be6272ecca5a8131fee4bca8e92e55106.tar.gz chromium_src-2c55605be6272ecca5a8131fee4bca8e92e55106.tar.bz2 |
Revert 31765 - Experiment: enable TCMalloc on Linux by default.
Will revert after looking at the Linux memory bot and perf cycler.
TBR=willchan
Review URL: http://codereview.chromium.org/386016
TBR=willchan@chromium.org
Review URL: http://codereview.chromium.org/384074
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31769 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/tools/test_shell/test_shell.gyp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/webkit/tools/test_shell/test_shell.gyp b/webkit/tools/test_shell/test_shell.gyp index 316f9af..44a6ecb 100644 --- a/webkit/tools/test_shell/test_shell.gyp +++ b/webkit/tools/test_shell/test_shell.gyp @@ -290,14 +290,6 @@ ], }], ['OS=="linux"', { - 'conditions': [ - [ 'linux_use_tcmalloc==1', { - 'dependencies': [ - '../../../third_party/tcmalloc/tcmalloc.gyp:tcmalloc', - ], - }, - ], - ], 'dependencies': [ '../../../build/linux/system.gyp:gtk', 'test_shell_resources', |