Chromium Code Reviews| Index: build/common.gypi |
| =================================================================== |
| --- build/common.gypi (revision 166565) |
| +++ build/common.gypi (working copy) |
| @@ -805,6 +805,9 @@ |
| # Enable TCMalloc. |
| 'linux_use_tcmalloc%': 1, |
| + # Disable TCMalloc's debugallocation. |
| + 'linux_use_debugallocation%': 0, |
| + |
| # Disable TCMalloc's heapchecker. |
| 'linux_use_heapchecker%': 0, |