summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-device_serial_BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/files/patch-device_serial_BUILD.gn')
-rw-r--r--www/chromium/files/patch-device_serial_BUILD.gn25
1 files changed, 0 insertions, 25 deletions
diff --git a/www/chromium/files/patch-device_serial_BUILD.gn b/www/chromium/files/patch-device_serial_BUILD.gn
deleted file mode 100644
index 95bf26832ae0..000000000000
--- a/www/chromium/files/patch-device_serial_BUILD.gn
+++ /dev/null
@@ -1,25 +0,0 @@
---- device/serial/BUILD.gn.orig 2017-12-15 02:04:18.000000000 +0100
-+++ device/serial/BUILD.gn 2017-12-25 06:34:10.834395000 +0100
-@@ -6,7 +6,7 @@
- import("//mojo/public/tools/bindings/mojom.gni")
-
- # Library works only on desktop platforms.
--if (is_win || is_linux || is_mac) {
-+if (is_win || is_linux || is_mac || is_bsd) {
- config("platform_support") {
- visibility = [ ":serial" ]
- if (is_win) {
-@@ -57,6 +57,13 @@
- "//net",
- "//third_party/re2",
- ]
-+
-+ if (is_bsd) {
-+ sources -= [
-+ "serial_device_enumerator_linux.cc",
-+ "serial_device_enumerator_linux.h",
-+ ]
-+ }
-
- if (use_udev) {
- deps += [ "//device/udev_linux" ]