| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index e8042fea050ca0797c35939cf401baf0b2a6604e..c6958a8098443d2791805342515f91f06aae8df5 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -1339,6 +1339,11 @@
|
| # to ~/.gyp/include.gypi, gclient runhooks --force, and do a release build.
|
| 'win_use_allocator_shim%': 1, # 1 = shim allocator via libcmt; 0 = msvcrt
|
|
|
| + # Enables the unified allocator shim (experimental) which routes all the
|
| + # alloc calls to base/. Right now is supported on Linux Desktop only.
|
| + # http://crbug.com/550886 .
|
| + 'use_experimental_allocator_shim%': 0,
|
| +
|
| # TODO(bradnelson): eliminate this when possible.
|
| # To allow local gyp files to prevent release.vsprops from being included.
|
| # Yes(1) means include release.vsprops.
|
|
|