aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-device_serial_serial.gyp
blob: 74bbfd082396114ab34a42a068e4729275096342 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- device/serial/serial.gyp.orig	2016-04-08 16:02:09 UTC
+++ device/serial/serial.gyp
@@ -71,6 +71,12 @@
             },
           },
         }],
+        ['os_bsd==1', {
+          'sources!': [
+            'serial_device_enumerator_linux.cc',
+            'serial_device_enumerator_linux.h',
+          ],
+        }],
       ],
       'dependencies': [
         'device_serial_mojo',