diff options
Diffstat (limited to 'build/all.gyp')
-rw-r--r-- | build/all.gyp | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/build/all.gyp b/build/all.gyp index 85849ed..9bdd75f 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -85,8 +85,14 @@ ], }], ['OS=="win"', { + 'conditions': [ + ['win_use_allocator_shim==1', { + 'dependencies': [ + '../base/allocator/allocator.gyp:*', + ], + }], + ], 'dependencies': [ - '../base/allocator/allocator.gyp:*', '../breakpad/breakpad.gyp:*', '../chrome/app/locales/locales.gyp:*', '../courgette/courgette.gyp:*', |