summaryrefslogtreecommitdiffstats
path: root/www/chromium/files/patch-device_hid_BUILD.gn
blob: a46513622b323d1f1358464a5f1dfc715d32de0c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- device/hid/BUILD.gn.orig	2017-01-26 00:49:14 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" ]
   }
OpenPOWER on IntegriCloud