From fa4b5f3e9b2a48568925d27f436a97e1acd48031 Mon Sep 17 00:00:00 2001 From: Robert Nagy Date: Thu, 9 Mar 2023 18:41:35 +0100 Subject: www/chromium: update to 111.0.5563.64 Approved by: rene (mentor) Security: https://vuxml.freebsd.org/freebsd/d357f6bb-0af4-4ac9-b096-eeec183ad829.html --- www/chromium/files/patch-net_BUILD.gn | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'www/chromium/files/patch-net_BUILD.gn') diff --git a/www/chromium/files/patch-net_BUILD.gn b/www/chromium/files/patch-net_BUILD.gn index d30a5a2a01d4..d0a5c12ae1cb 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 2023-02-08 09:03:45 UTC +--- net/BUILD.gn.orig 2023-03-09 06:31:50 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" ] } -@@ -1212,6 +1212,15 @@ component("net") { +@@ -1214,6 +1214,15 @@ component("net") { deps += [ "//third_party/xdg_shared_mime_info" ] } @@ -25,7 +25,7 @@ if (is_mac) { sources += [ "base/network_notification_thread_mac.cc", -@@ -1344,7 +1353,7 @@ component("net") { +@@ -1346,7 +1355,7 @@ component("net") { } } @@ -34,7 +34,7 @@ sources += [ "base/network_change_notifier_posix.cc", "base/network_change_notifier_posix.h", -@@ -1377,7 +1386,7 @@ component("net") { +@@ -1379,7 +1388,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", -@@ -4640,7 +4649,7 @@ test("net_unittests") { +@@ -4722,7 +4731,7 @@ test("net_unittests") { sources += [ "proxy_resolution/proxy_config_service_linux_unittest.cc" ] } @@ -52,7 +52,7 @@ sources += [ "base/address_tracker_linux_unittest.cc", "base/network_interfaces_linux_unittest.cc", -@@ -4712,6 +4721,10 @@ test("net_unittests") { +@@ -4794,6 +4803,10 @@ test("net_unittests") { "//url:buildflags", ] @@ -63,7 +63,7 @@ if (enable_websockets) { deps += [ "//net/server:tests" ] } -@@ -4779,7 +4792,7 @@ test("net_unittests") { +@@ -4861,7 +4874,7 @@ test("net_unittests") { ] } @@ -72,7 +72,7 @@ sources += [ "tools/quic/quic_simple_server_test.cc" ] } -@@ -4901,7 +4914,7 @@ test("net_unittests") { +@@ -4986,7 +4999,7 @@ test("net_unittests") { } # Use getifaddrs() on POSIX platforms, except Linux. -- cgit v1.2.3