aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-device__serial__serial.gyp
blob: f88115cac52c351fbb25e60e8c09febfda9b1c72 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- device/serial/serial.gyp.orig	2014-10-10 09:15:31 UTC
+++ device/serial/serial.gyp
@@ -38,6 +38,12 @@
             'serial_device_enumerator_linux.h',
           ],
         }],
+        ['os_bsd==1', {
+          'sources!': [
+            'serial_device_enumerator_linux.cc',
+            'serial_device_enumerator_linux.h',
+          ],
+        }],
       ],
       'dependencies': [
         'device_serial_mojo',