Chromium Code Reviews| Index: device/core/core.gyp |
| diff --git a/device/core/core.gyp b/device/core/core.gyp |
| index 19754cbe23e5f565dadfb6a2511e06464b34e165..db79eb4145c0d07497c11d7e971b948f4afa9cd6 100644 |
| --- a/device/core/core.gyp |
| +++ b/device/core/core.gyp |
| @@ -26,6 +26,17 @@ |
| ], |
| 'dependencies': [ |
| '../../base/base.gyp:base', |
| + ], |
| + 'conditions': [ |
| + ['use_udev==1', { |
| + 'dependencies': [ |
| + '../udev_linux/udev.gyp:udev_linux', |
| + ], |
| + 'sources': [ |
| + 'device_monitor_linux.cc', |
| + 'device_monitor_linux.h', |
| + ], |
| + }], |
| ] |
| }, |
| { |