aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-services_device_usb_BUILD.gn
blob: c8fd1084c3279356704aa9d9248bf02a111e01ae (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- services/device/usb/BUILD.gn.orig	2020-07-07 21:57:41 UTC
+++ services/device/usb/BUILD.gn
@@ -112,7 +112,7 @@ static_library("usb") {
     deps += [ "//third_party/re2" ]
   }
 
-  if (is_android || is_chromeos || is_linux) {
+  if ((is_android || is_chromeos || is_linux) && !is_bsd) {
     sources += [
       "usb_device_handle_usbfs.cc",
       "usb_device_handle_usbfs.h",