| Index: ui/views/views.gyp
|
| diff --git a/ui/views/views.gyp b/ui/views/views.gyp
|
| index 885c88c930dff22108d70b78a2565f71db5483ba..1c4963c8c23622b190a6ec6c6d22831af33b0854 100644
|
| --- a/ui/views/views.gyp
|
| +++ b/ui/views/views.gyp
|
| @@ -884,17 +884,6 @@
|
| },
|
| },
|
| }],
|
| - ['OS=="win" and win_use_allocator_shim==1', {
|
| - 'dependencies': [
|
| - '../../base/allocator/allocator.gyp:allocator',
|
| - ],
|
| - }],
|
| - ['OS=="linux" and use_allocator!="none"', {
|
| - # See http://crbug.com/162998#c4 for why this is needed.
|
| - 'dependencies': [
|
| - '../../base/allocator/allocator.gyp:allocator',
|
| - ],
|
| - }],
|
| ['use_x11==1', {
|
| 'dependencies': [
|
| '../../build/linux/system.gyp:x11',
|
|
|