diff options
author | Carlos J. Puga Medina <cpm@FreeBSD.org> | 2018-03-07 22:13:12 +0000 |
---|---|---|
committer | Carlos J. Puga Medina <cpm@FreeBSD.org> | 2018-03-07 22:13:12 +0000 |
commit | fcc148b0d09fd83d06e1ca68b99695c57798f8d8 (patch) | |
tree | 87766b8cefb01b1ecbecccc70358a384197b290d /www/chromium/files/patch-device_hid_BUILD.gn | |
parent | net-p2p/go-ethereum: Update to 1.8.2 (diff) |
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
Notes
Notes:
svn path=/head/; revision=463839
Diffstat (limited to 'www/chromium/files/patch-device_hid_BUILD.gn')
-rw-r--r-- | www/chromium/files/patch-device_hid_BUILD.gn | 22 |
1 files changed, 0 insertions, 22 deletions
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" ] - } |