Index: extensions/extensions.gyp |
diff --git a/extensions/extensions.gyp b/extensions/extensions.gyp |
index ea7bd5dae0787d12bc2c0cf74da9ecb7d6dcec79..721537f01cca9be12d38c19e6ee9c71505051c9c 100644 |
--- a/extensions/extensions.gyp |
+++ b/extensions/extensions.gyp |
@@ -727,6 +727,13 @@ |
'test/test_permissions_provider.cc', |
'test/test_permissions_provider.h', |
], |
+ 'conditions': [ |
+ ['OS=="win" and win_use_allocator_shim==1', { |
+ 'dependencies': [ |
+ '../base/allocator/allocator.gyp:allocator', |
+ ], |
+ }], |
+ ], |
'actions': [ |
{ |
'action_name': 'repack_components_pack', |