diff options
author | Rene Ladan <rene@FreeBSD.org> | 2016-06-07 20:28:41 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2016-06-07 20:28:41 +0000 |
commit | 45d3cc73dc908af3262c6a714cb755edd03f071a (patch) | |
tree | 564e40b2ccfe669385077be2c94de93ac0c15fe3 /www/chromium/files/patch-device_hid_hid.gyp | |
parent | Update to 6.0p1. Notable fixes: (diff) |
www/chromium: update to 51.0.2704.84
A lot of patch files are renamed in this update.
Submitted by: Timothy Vaccarelli
Obtained from: https://github.com/LeFroid/
MFH: 2016Q2
Security: http://vuxml.freebsd.org/freebsd/c039a761-2c29-11e6-8912-3065ec8fd3ec.html
Security: http://vuxml.freebsd.org/freebsd/1a6bbb95-24b8-11e6-bd31-3065ec8fd3ec.html
Security: http://vuxml.freebsd.org/freebsd/4dfafa16-24ba-11e6-bd31-3065ec8fd3ec.html
Security: http://vuxml.freebsd.org/freebsd/7da1da96-24bb-11e6-bd31-3065ec8fd3ec.html
Security: http://vuxml.freebsd.org/freebsd/6d8505f0-0614-11e6-b39c-00262d5ed8ee.html
Notes
Notes:
svn path=/head/; revision=416521
Diffstat (limited to 'www/chromium/files/patch-device_hid_hid.gyp')
-rw-r--r-- | www/chromium/files/patch-device_hid_hid.gyp | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/www/chromium/files/patch-device_hid_hid.gyp b/www/chromium/files/patch-device_hid_hid.gyp new file mode 100644 index 000000000000..1a073aa9270e --- /dev/null +++ b/www/chromium/files/patch-device_hid_hid.gyp @@ -0,0 +1,21 @@ +--- device/hid/hid.gyp.orig 2016-05-11 19:02:22 UTC ++++ device/hid/hid.gyp +@@ -64,6 +64,18 @@ + 'input_service_linux.h', + ], + }], ++ ['os_bsd==1', { ++ 'sources!': [ ++ 'device_monitor_linux.cc', ++ 'device_monitor_linux.h', ++ 'hid_connection_linux.cc', ++ 'hid_connection_linux.h', ++ 'hid_service_linux.cc', ++ 'hid_service_linux.h', ++ 'input_service_linux.cc', ++ 'input_service_linux.h', ++ ], ++ }], + ], + }, + { |