$OpenBSD: patch-device_usb_BUILD_gn,v 1.5 2017/12/04 13:55:42 robert Exp $
Index: device/usb/BUILD.gn
--- device/usb/BUILD.gn.orig
+++ device/usb/BUILD.gn
@@ -98,7 +98,7 @@ static_library("usb") {
     libs = [ "setupapi.lib" ]
   }
 
-  if (is_android || is_chromeos || is_linux) {
+  if (is_android || is_chromeos || (is_linux && !is_openbsd)) {
     sources += [
       "usb_device_handle_usbfs.cc",
       "usb_device_handle_usbfs.h",
