| Index: ui/app_list/app_list.gyp
|
| diff --git a/ui/app_list/app_list.gyp b/ui/app_list/app_list.gyp
|
| index 7f3b72e4b0df2d320f24bd27f254e498bd4bf91b..2fa68c50f8168a7e5c63cd70630186f996ae8e76 100644
|
| --- a/ui/app_list/app_list.gyp
|
| +++ b/ui/app_list/app_list.gyp
|
| @@ -353,6 +353,11 @@
|
| '../../content/content.gyp:content_startup_helper_win',
|
| ],
|
| }],
|
| + ['OS=="win" and component!="shared_library" and win_use_allocator_shim==1', {
|
| + 'dependencies': [
|
| + '<(DEPTH)/base/allocator/allocator.gyp:allocator',
|
| + ],
|
| + }],
|
| ],
|
| },
|
| ],
|
|
|