diff options
Diffstat (limited to 'www/chromium/patches/patch-services_device_serial_BUILD_gn')
| -rw-r--r-- | www/chromium/patches/patch-services_device_serial_BUILD_gn | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/www/chromium/patches/patch-services_device_serial_BUILD_gn b/www/chromium/patches/patch-services_device_serial_BUILD_gn deleted file mode 100644 index 945cbef..0000000 --- a/www/chromium/patches/patch-services_device_serial_BUILD_gn +++ /dev/null | |||
| @@ -1,17 +0,0 @@ | |||
| 1 | Index: services/device/serial/BUILD.gn | ||
| 2 | --- services/device/serial/BUILD.gn.orig | ||
| 3 | +++ services/device/serial/BUILD.gn | ||
| 4 | @@ -83,6 +83,13 @@ if (is_win || ((is_linux || is_chromeos) && use_udev) | ||
| 5 | ] | ||
| 6 | } | ||
| 7 | |||
| 8 | + if (is_bsd) { | ||
| 9 | + sources -= [ | ||
| 10 | + "serial_device_enumerator_linux.cc", | ||
| 11 | + "serial_device_enumerator_linux.h" | ||
| 12 | + ] | ||
| 13 | + } | ||
| 14 | + | ||
| 15 | if (use_udev) { | ||
| 16 | deps += [ "//device/udev_linux" ] | ||
| 17 | } | ||
