aboutsummaryrefslogtreecommitdiff
path: root/devel/electron13/files/patch-services_device_hid_BUILD.gn
blob: 3d18dab5bbafab33e37f518bb1645987a265a6a8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- services/device/hid/BUILD.gn.orig	2021-04-14 01:08:53 UTC
+++ services/device/hid/BUILD.gn
@@ -45,6 +45,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_ash) {
     deps += [ "//chromeos/dbus/permission_broker" ]
   }