From fcc148b0d09fd83d06e1ca68b99695c57798f8d8 Mon Sep 17 00:00:00 2001 From: "Carlos J. Puga Medina" Date: Wed, 7 Mar 2018 22:13:12 +0000 Subject: www/chromium: update to 64.0.3282.186 Changelog: https://chromium.googlesource.com/chromium/src/+log/63.0.3239.132..64.0.3282.186?pretty=fuller&n=10000 MFH: 2018Q1 Security: https://vuxml.freebsd.org/freebsd/8e986b2b-1baa-11e8-a944-54ee754af08e.html Security: https://vuxml.freebsd.org/freebsd/abfc932e-1ba8-11e8-a944-54ee754af08e.html --- www/chromium/files/patch-device_hid_BUILD.gn | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 www/chromium/files/patch-device_hid_BUILD.gn (limited to 'www/chromium/files/patch-device_hid_BUILD.gn') diff --git a/www/chromium/files/patch-device_hid_BUILD.gn b/www/chromium/files/patch-device_hid_BUILD.gn deleted file mode 100644 index 1294a34d2937..000000000000 --- a/www/chromium/files/patch-device_hid_BUILD.gn +++ /dev/null @@ -1,22 +0,0 @@ ---- device/hid/BUILD.gn.orig 2018-01-26 21:56:57.916504000 +0100 -+++ device/hid/BUILD.gn 2018-01-26 21:57:24.627778000 +0100 -@@ -66,6 +66,19 @@ - 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" ] - } -- cgit v1.2.3