diff options
Diffstat (limited to 'www/chromium/patches/patch-services_device_hid_BUILD_gn')
| -rw-r--r-- | www/chromium/patches/patch-services_device_hid_BUILD_gn | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/www/chromium/patches/patch-services_device_hid_BUILD_gn b/www/chromium/patches/patch-services_device_hid_BUILD_gn deleted file mode 100644 index d57ea1d..0000000 --- a/www/chromium/patches/patch-services_device_hid_BUILD_gn +++ /dev/null | |||
| @@ -1,29 +0,0 @@ | |||
| 1 | Index: services/device/hid/BUILD.gn | ||
| 2 | --- services/device/hid/BUILD.gn.orig | ||
| 3 | +++ services/device/hid/BUILD.gn | ||
| 4 | @@ -35,6 +35,25 @@ source_set("hid") { | ||
| 5 | "//services/device/public/mojom", | ||
| 6 | ] | ||
| 7 | |||
| 8 | + if (is_openbsd) { | ||
| 9 | + sources += [ | ||
| 10 | + "hid_connection_fido.cc", | ||
| 11 | + "hid_connection_fido.h", | ||
| 12 | + "hid_service_fido.cc", | ||
| 13 | + "hid_service_fido.h", | ||
| 14 | + ] | ||
| 15 | + libs = ["fido2", "cbor", "usbhid", "crypto", "util"] | ||
| 16 | + } | ||
| 17 | + | ||
| 18 | + if (is_freebsd) { | ||
| 19 | + sources += [ | ||
| 20 | + "hid_connection_freebsd.cc", | ||
| 21 | + "hid_connection_freebsd.h", | ||
| 22 | + "hid_service_freebsd.cc", | ||
| 23 | + "hid_service_freebsd.h", | ||
| 24 | + ] | ||
| 25 | + } | ||
| 26 | + | ||
| 27 | if ((is_linux || is_chromeos) && use_udev) { | ||
| 28 | sources += [ | ||
| 29 | "hid_connection_linux.cc", | ||
