summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-components__usb_service.gypi
blob: f6a3e865f7fd0ee3c494ebc888be660605414fe5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- components/usb_service.gypi.orig	2014-10-02 17:39:47 UTC
+++ components/usb_service.gypi
@@ -46,6 +46,11 @@
           '../build/linux/system.gyp:udev',
         ],
       }],
+      ['OS == "freebsd"', {
+        'dependencies!': [
+          '../third_party/libusb/libusb.gyp:libusb',
+        ],
+      }], 
       ['chromeos==1', {
         'dependencies': [
           '../chromeos/chromeos.gyp:chromeos',