diff options
author | Rene Ladan <rene@FreeBSD.org> | 2020-04-13 10:37:15 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2020-04-13 10:37:15 +0000 |
commit | e3b53fa1271f0ecfc6d650148fa6a2ce7fd59689 (patch) | |
tree | 4282b6dacc1a8a20ec4bc04900a236b3e3fb61a0 /www/chromium/files/patch-net_BUILD.gn | |
parent | Update java plugin. (diff) |
www/chromium: update to 81.0.4044.92
Currently the camera and geolocation do not work.
Submitted by: Matthias Wolf
Obtained from: https://github.com/gliaskos/freebsd-chromium/pull/173
Obtained from: https://github.com/gliaskos/freebsd-chromium/pull/174
MFH: 2020Q2
Security: https://www.vuxml.org/freebsd/6e3b700a-7ca3-11ea-b594-3065ec8fd3ec.html
Notes
Notes:
svn path=/head/; revision=531592
Diffstat (limited to 'www/chromium/files/patch-net_BUILD.gn')
-rw-r--r-- | www/chromium/files/patch-net_BUILD.gn | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/www/chromium/files/patch-net_BUILD.gn b/www/chromium/files/patch-net_BUILD.gn index 5bcf6bd11e09..2696770beb1c 100644 --- a/www/chromium/files/patch-net_BUILD.gn +++ b/www/chromium/files/patch-net_BUILD.gn @@ -1,4 +1,4 @@ ---- net/BUILD.gn.orig 2020-03-03 18:53:55 UTC +--- net/BUILD.gn.orig 2020-03-16 18:40:33 UTC +++ net/BUILD.gn @@ -103,7 +103,7 @@ net_configs = [ "//build/config/compiler:wexit_time_destructors", @@ -9,7 +9,7 @@ net_configs += [ "//build/config/linux:libresolv" ] } -@@ -1834,6 +1834,17 @@ component("net") { +@@ -1247,6 +1247,16 @@ component("net") { ] } @@ -19,15 +19,14 @@ + "base/address_tracker_linux.h", + "base/network_change_notifier_linux.cc", + "base/network_change_notifier_linux.h", -+ "base/network_interfaces_linux.cc", -+ "base/network_interfaces_linux.h", ++ "base/network_interfaces_linux.cc" + ] + } + if (is_mac) { sources += [ "base/network_notification_thread_mac.cc", -@@ -1960,7 +1971,7 @@ component("net") { +@@ -1373,7 +1383,7 @@ component("net") { } } @@ -36,7 +35,7 @@ sources += [ "base/network_change_notifier_posix.cc", "base/network_change_notifier_posix.h", -@@ -1991,7 +2002,7 @@ component("net") { +@@ -1406,7 +1416,7 @@ component("net") { } # Use getifaddrs() on POSIX platforms, except Linux and Android. |