blob: a066d30d74dfbe34485fe6c2b5fa05c80d9e05ef (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
--- ./device/serial/serial.gyp.orig 2014-08-12 21:02:53.000000000 +0200
+++ ./device/serial/serial.gyp 2014-08-13 09:56:57.000000000 +0200
@@ -19,6 +19,12 @@
'../../build/linux/system.gyp:udev',
],
}],
+ ['os_bsd==1', {
+ 'sources!': [
+ 'serial_device_enumerator_linux.cc',
+ 'serial_device_enumerator_linux.h',
+ ],
+ }],
],
'sources': [
'serial_device_enumerator.cc',
|