diff options
-rw-r--r-- | ui/views/views.gyp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ui/views/views.gyp b/ui/views/views.gyp index 76fe985..d21b64e 100644 --- a/ui/views/views.gyp +++ b/ui/views/views.gyp @@ -560,6 +560,11 @@ '../third_party/wtl/include', ], }], + ['OS=="win" and win_use_allocator_shim==1', { + 'dependencies': [ + '../../base/allocator/allocator.gyp:allocator', + ], + }], ['use_aura==0 and OS=="win"', { 'sources/': [ ['exclude', 'controls/combobox/native_combobox_views_unittest.cc'], |