| Index: device/device_tests.gyp
|
| diff --git a/device/device_tests.gyp b/device/device_tests.gyp
|
| index e09399d0ecef8314a7a18f8bb6d91a6de082b1d6..9112d40940739925080dee5e2d45717aebd30335 100644
|
| --- a/device/device_tests.gyp
|
| +++ b/device/device_tests.gyp
|
| @@ -149,15 +149,6 @@
|
| ],
|
| },
|
| }],
|
| - ['os_posix == 1 and OS != "mac" and OS != "android" and OS != "ios"', {
|
| - 'conditions': [
|
| - ['use_allocator!="none"', {
|
| - 'dependencies': [
|
| - '../base/allocator/allocator.gyp:allocator',
|
| - ],
|
| - }],
|
| - ],
|
| - }],
|
| ['use_udev==1', {
|
| 'dependencies': [
|
| 'udev_linux/udev.gyp:udev_linux',
|
|
|