Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index e59712edaeaf5687e65bf86931b594df49bedb6c..4cbb70cf41108353acc81d180564f0dc5e2bfc1c 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -2284,10 +2284,6 @@ |
# TODO(rnk): Kill off variables that no one else uses and just implement |
# them under a build_for_tool== condition. |
['build_for_tool=="memcheck" or build_for_tool=="tsan"', { |
- |
- # tcmalloc causes Valgrind failures. Discussion in crrev.com/1642383002. |
- 'use_allocator%': 'none', |
- |
# gcc flags |
'mac_debug_optimization': '1', |
'mac_release_optimization': '1', |