From 6c08b9d71ad75243810663c55f78304777c76b57 Mon Sep 17 00:00:00 2001 From: "willchan@chromium.org" Date: Wed, 23 Dec 2009 00:11:17 +0000 Subject: [PATCH] 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: http://src.chromium.org/svn/trunk/src/build@35192 4ff67af0-8c30-449e-8e8b-ad334ec8d88c --- common.gypi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.gypi b/common.gypi index e41baf12f..d1caf37db 100644 --- a/common.gypi +++ b/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,