summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-services_device_usb_BUILD.gn
blob: c2edf69ee1c555e572e3758082be28039df57317 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- services/device/usb/BUILD.gn.orig	2021-03-12 23:57:28 UTC
+++ services/device/usb/BUILD.gn
@@ -142,7 +142,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",