Chromium Code Reviews| Index: build/common.gypi |
| diff --git a/build/common.gypi b/build/common.gypi |
| index 4dad56f51f9e48fb5944e50803432fcc59fd4c7e..9eb6c5b033ad25a387dd30a0068aa5796c9460ca 100644 |
| --- a/build/common.gypi |
| +++ b/build/common.gypi |
| @@ -1895,6 +1895,7 @@ |
| }], # OS=="mac" |
| ['OS=="mac" or OS=="ios"', { |
| 'clang%': 1, |
| + 'use_allocator%': 'none', |
|
Nico
2015/12/03 20:49:46
Maybe add a short comment what this means (we use
|
| 'variables': { |
| # Mac OS X SDK and deployment target support. The SDK identifies |