diff options
author | Robert Nagy <robert@openbsd.org> | 2022-10-30 06:29:28 +0100 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2022-10-30 10:46:43 +0100 |
commit | 9623a4df4224d9cc2ecee283c951b9745052694c (patch) | |
tree | 73a83538b02dd3a672b3ad9082f862f080844c1f /www/ungoogled-chromium/files/patch-net_BUILD.gn | |
parent | misc/freebsd-doc-*: Update to rev. 714f0eb from FreeBSD docset (diff) |
www/ungoogled-chromium: update to 107.0.5304.87
Security: https://vuxml.freebsd.org/freebsd/b4ef02f4-549f-11ed-8ad9-3065ec8fd3ec.html
Security: https://vuxml.freebsd.org/freebsd/1225c888-56ea-11ed-b5c3-3065ec8fd3ec.html
Diffstat (limited to 'www/ungoogled-chromium/files/patch-net_BUILD.gn')
-rw-r--r-- | www/ungoogled-chromium/files/patch-net_BUILD.gn | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/www/ungoogled-chromium/files/patch-net_BUILD.gn b/www/ungoogled-chromium/files/patch-net_BUILD.gn index 4d59bd27c5a3..5910be32aab3 100644 --- a/www/ungoogled-chromium/files/patch-net_BUILD.gn +++ b/www/ungoogled-chromium/files/patch-net_BUILD.gn @@ -1,4 +1,4 @@ ---- net/BUILD.gn.orig 2022-10-01 07:40:07 UTC +--- net/BUILD.gn.orig 2022-10-29 17:50:56 UTC +++ net/BUILD.gn @@ -104,7 +104,7 @@ net_configs = [ "//build/config/compiler:wexit_time_destructors", @@ -9,8 +9,8 @@ net_configs += [ "//build/config/linux:libresolv" ] } -@@ -1200,6 +1200,15 @@ component("net") { - ] +@@ -1204,6 +1204,15 @@ component("net") { + deps += [ "//third_party/xdg_shared_mime_info" ] } + if (is_bsd) { @@ -25,7 +25,7 @@ if (is_mac) { sources += [ "base/network_notification_thread_mac.cc", -@@ -1332,7 +1341,7 @@ component("net") { +@@ -1336,7 +1345,7 @@ component("net") { } } @@ -34,7 +34,7 @@ sources += [ "base/network_change_notifier_posix.cc", "base/network_change_notifier_posix.h", -@@ -1365,7 +1374,7 @@ component("net") { +@@ -1369,7 +1378,7 @@ component("net") { } # Use getifaddrs() on POSIX platforms, except Linux. @@ -43,7 +43,7 @@ sources += [ "base/network_interfaces_getifaddrs.cc", "base/network_interfaces_getifaddrs.h", -@@ -4370,7 +4379,7 @@ test("net_unittests") { +@@ -4376,7 +4385,7 @@ test("net_unittests") { ] } @@ -52,7 +52,7 @@ sources += [ "base/address_tracker_linux_unittest.cc", "base/network_interfaces_linux_unittest.cc", -@@ -4445,6 +4454,10 @@ test("net_unittests") { +@@ -4451,6 +4460,10 @@ test("net_unittests") { "//url:buildflags", ] @@ -63,7 +63,7 @@ if (enable_websockets) { deps += [ "//net/server:tests" ] } -@@ -4512,7 +4525,7 @@ test("net_unittests") { +@@ -4518,7 +4531,7 @@ test("net_unittests") { ] } @@ -72,7 +72,7 @@ sources += [ "tools/quic/quic_simple_server_test.cc" ] } -@@ -4653,7 +4666,7 @@ test("net_unittests") { +@@ -4659,7 +4672,7 @@ test("net_unittests") { } # Use getifaddrs() on POSIX platforms, except Linux. |