| Index: Source/platform/blink_platform_tests.gyp
|
| diff --git a/Source/platform/blink_platform_tests.gyp b/Source/platform/blink_platform_tests.gyp
|
| index 24a4fd46d1b0dbfbf5502bdf7d9168147b920333..3b48d7918322dbfe6b94293d4ea7e03a343748fb 100644
|
| --- a/Source/platform/blink_platform_tests.gyp
|
| +++ b/Source/platform/blink_platform_tests.gyp
|
| @@ -56,6 +56,11 @@
|
| '<(DEPTH)/base/allocator/allocator.gyp:allocator',
|
| ]
|
| }],
|
| + ['OS=="win" and component!="shared_library" and win_use_allocator_shim==1', {
|
| + 'dependencies': [
|
| + '<(DEPTH)/base/allocator/allocator.gyp:allocator',
|
| + ]
|
| + }],
|
| ['OS=="android"', {
|
| 'type': 'shared_library',
|
| 'dependencies': [
|
|
|