--- services/device/hid/BUILD.gn.orig 2021-01-07 00:36:39 UTC +++ services/device/hid/BUILD.gn @@ -43,6 +43,15 @@ source_set("hid") { deps += [ "//device/udev_linux" ] } + if (is_bsd) { + sources += [ + "hid_connection_freebsd.cc", + "hid_connection_freebsd.h", + "hid_service_freebsd.cc", + "hid_service_freebsd.h", + ] + } + if (is_chromeos) { deps += [ "//chromeos/dbus/permission_broker" ] }