Chromium Code Reviews| Index: build/common.gypi |
| diff --git a/build/common.gypi b/build/common.gypi |
| index 869696bf9a63f89bad313db32d2c877ff3c13848..97e3de5996cde395467ecd29dcac9b09a148eaf4 100644 |
| --- a/build/common.gypi |
| +++ b/build/common.gypi |
| @@ -1488,6 +1488,11 @@ |
| 'msvs_express%': 0, |
| 'secure_atl%': 1, |
| }], |
| + ['win_use_allocator_shim==1', { |
| + 'defines': [ |
| + 'WIN_USE_ALLOCATOR_SHIM' |
| + ], |
| + }], |
| ], |
| 'nacl_win64_defines': [ |
| # This flag is used to minimize dependencies when building |