aboutsummaryrefslogtreecommitdiff
path: root/www/iridium/files/patch-device_hid_BUILD.gn
blob: 3839cd3a872fd4d9eb70b48bc4c0d1e1b30a3847 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- device/hid/BUILD.gn.orig	2017-04-19 19:06:34 UTC
+++ device/hid/BUILD.gn
@@ -56,6 +56,13 @@ source_set("hid") {
     deps += [ "//device/udev_linux" ]
   }
 
+  if (is_bsd) {
+    sources -= [
+      "hid_connection_linux.cc",
+      "hid_connection_linux.h",
+    ]
+  }
+
   if (is_chromeos) {
     deps += [ "//chromeos" ]
   }