| Index: device/device_tests.gyp
|
| diff --git a/device/device_tests.gyp b/device/device_tests.gyp
|
| index 09be87e3d7610a2031a0b65f8aa9cb491e277ba6..118e78534b63952f38e3f6d4e5a78a0eed8c61b5 100644
|
| --- a/device/device_tests.gyp
|
| +++ b/device/device_tests.gyp
|
| @@ -83,8 +83,11 @@
|
| # Udev, disable these unittests.
|
| 'dependencies!': [
|
| 'hid/hid.gyp:device_hid',
|
| + 'serial/serial.gyp:device_serial',
|
| + 'serial/serial.gyp:device_serial_test_util',
|
| ],
|
| 'sources/': [
|
| + ['exclude', '^serial/'],
|
| ['exclude', '^hid/'],
|
| ],
|
| }],
|
|
|