Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index c2cc6d498a12dae04fab351e6540b264708aa84e..18c2f46d243e911779d5106ddb3bcc5c4aabb9dc 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -2058,13 +2058,11 @@ |
}], |
['linux_use_heapchecker==1', { |
'variables': {'linux_use_tcmalloc%': 1}, |
+ 'defines': ['USE_HEAPCHECKER'], |
}], |
['linux_use_tcmalloc==0', { |
'defines': ['NO_TCMALLOC'], |
}], |
- ['linux_use_heapchecker==0', { |
- 'defines': ['NO_HEAPCHECKER'], |
- }], |
['linux_keep_shadow_stacks==1', { |
'defines': ['KEEP_SHADOW_STACKS'], |
'cflags': ['-finstrument-functions'], |