fde2530e82
Changelog: https://chromium.googlesource.com/chromium/src/+log/74.0.3729.169..75.0.3770.80?pretty=fuller&n=10000 Submitted by: Matthias Wolf <matthias@rheinwolf.de>
22 lines
537 B
Text
22 lines
537 B
Text
--- services/device/hid/BUILD.gn.orig 2019-06-04 18:55:28 UTC
|
|
+++ services/device/hid/BUILD.gn
|
|
@@ -51,6 +51,19 @@ source_set("hid") {
|
|
deps += [ "//device/udev_linux" ]
|
|
}
|
|
|
|
+ if (is_bsd) {
|
|
+ sources -= [
|
|
+ "hid_connection_linux.cc",
|
|
+ "hid_connection_linux.h",
|
|
+ ]
|
|
+ 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" ]
|
|
}
|