| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index c6958a8098443d2791805342515f91f06aae8df5..591b5fd1fece3c8dc8bf6acf464619212e422b45 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -2244,7 +2244,9 @@
|
| 'use_allocator%': 'none',
|
| 'use_sanitizer_options%': 1,
|
| }],
|
| -
|
| + ['OS=="linux" and asan==0 and msan==0 and lsan==0 and tsan==0 and build_for_tool==""', {
|
| + 'use_experimental_allocator_shim%': 1,
|
| + }],
|
| ['OS=="linux" and asan==0 and msan==0 and lsan==0 and tsan==0', {
|
| # PNaCl toolchain Non-SFI build only supports linux OS build.
|
| # Also, it does not support sanitizers.
|
|
|