| Index: ash/ash.gyp
|
| diff --git a/ash/ash.gyp b/ash/ash.gyp
|
| index 9397963f19723c614b0655837fa5339726130033..1364acb22bdc85e67c7615a7676a16542806014b 100644
|
| --- a/ash/ash.gyp
|
| +++ b/ash/ash.gyp
|
| @@ -1251,6 +1251,11 @@
|
| '../device/bluetooth/bluetooth.gyp:device_bluetooth',
|
| ],
|
| }],
|
| + ['OS=="win" and component!="shared_library" and win_use_allocator_shim==1', {
|
| + 'dependencies': [
|
| + '<(DEPTH)/base/allocator/allocator.gyp:allocator',
|
| + ],
|
| + }],
|
| ],
|
| },
|
| {
|
| @@ -1278,6 +1283,11 @@
|
| '../ui/display/display.gyp:display',
|
| ],
|
| }],
|
| + ['OS=="win" and component!="shared_library" and win_use_allocator_shim==1', {
|
| + 'dependencies': [
|
| + '<(DEPTH)/base/allocator/allocator.gyp:allocator',
|
| + ],
|
| + }],
|
| ],
|
| },
|
| ],
|
|
|