summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorwillchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-23 00:11:17 +0000
committerwillchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-23 00:11:17 +0000
commit679545860b7a5bcf0cc2b2343d3b3099952bb48a (patch)
tree07dc430d60e0b75d326b9970bf9fad9de9cffab5 /build
parent34858db7c8327eca9abc00c44aa43b5ff9344349 (diff)
downloadchromium_src-679545860b7a5bcf0cc2b2343d3b3099952bb48a.zip
chromium_src-679545860b7a5bcf0cc2b2343d3b3099952bb48a.tar.gz
chromium_src-679545860b7a5bcf0cc2b2343d3b3099952bb48a.tar.bz2
Revert 35189 (caused test_shell_tests crashes on valgrind bot):
Take 2: Reenable TCMalloc on Linux and make POSIX signal handling async signal safe. Reinstates r34096 and r34036, which were reverted by r34632 due to hanging ui_tests and browser_tests on bots. I've been unable to repro on the trybots despite hitting them with a ton of try jobs, so I'm trying on the buildbots again. BUG=http://crbug.com/30501 Review URL: http://codereview.chromium.org/505068 TBR=willchan@chromium.org Review URL: http://codereview.chromium.org/517001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35192 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/common.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/common.gypi b/build/common.gypi
index e41baf1..d1caf37 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -187,7 +187,7 @@
'linux_strip_binary%': 0,
# Enable TCMalloc.
- 'linux_use_tcmalloc%': 1,
+ 'linux_use_tcmalloc%': 0,
# Set to select the Title Case versions of strings in GRD files.
'use_titlecase_in_grd_files%': 0,