| Index: device/device_tests.gyp
|
| diff --git a/device/device_tests.gyp b/device/device_tests.gyp
|
| index ba3aea5e0df795233fed7b086e5416627352dda9..eb42712d469d9aa09eb1818ed8508da8e426ad0f 100644
|
| --- a/device/device_tests.gyp
|
| +++ b/device/device_tests.gyp
|
| @@ -94,6 +94,14 @@
|
| }],
|
| ],
|
| }],
|
| + ['use_udev==1', {
|
| + 'dependencies': [
|
| + 'udev_linux/udev.gyp:udev_linux',
|
| + ],
|
| + 'sources': [
|
| + 'udev_linux/udev_unittest.cc',
|
| + ],
|
| + }],
|
| ['OS=="linux" and use_udev==0', {
|
| # Udev is the only Linux implementation. If we're compiling without
|
| # Udev, disable these unittests.
|
|
|