From 89b6c3ce8595f65174312096d44b14a77a12721d Mon Sep 17 00:00:00 2001 From: Robert Nagy Date: Wed, 31 Aug 2022 19:47:43 +0200 Subject: www/chromium: update to 105.0.5195.52 Security: https://www.vuxml.org/freebsd/f2043ff6-2916-11ed-a1ef-3065ec8fd3ec.html --- www/chromium/files/patch-net_BUILD.gn | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 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 d4100bd05ca0..26ce1de85b90 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 2022-07-22 17:30:31 UTC +--- net/BUILD.gn.orig 2022-08-31 12:19:35 UTC +++ net/BUILD.gn @@ -104,7 +104,7 @@ net_configs = [ "//build/config/compiler:wexit_time_destructors", @@ -9,7 +9,7 @@ net_configs += [ "//build/config/linux:libresolv" ] } -@@ -1199,6 +1199,15 @@ component("net") { +@@ -1193,6 +1193,15 @@ component("net") { ] } @@ -25,16 +25,16 @@ if (is_mac) { sources += [ "base/network_notification_thread_mac.cc", -@@ -1331,7 +1340,7 @@ component("net") { +@@ -1325,7 +1334,7 @@ component("net") { } } -- if (is_android || is_chromeos_ash) { -+ if (is_android || is_chromeos_ash || is_bsd) { +- if (is_android || is_chromeos) { ++ if (is_android || is_chromeos || is_bsd) { sources += [ "base/network_change_notifier_posix.cc", "base/network_change_notifier_posix.h", -@@ -1364,7 +1373,7 @@ component("net") { +@@ -1358,7 +1367,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", -@@ -4372,7 +4381,7 @@ test("net_unittests") { +@@ -4363,7 +4372,7 @@ test("net_unittests") { ] } @@ -52,7 +52,7 @@ sources += [ "base/address_tracker_linux_unittest.cc", "base/network_interfaces_linux_unittest.cc", -@@ -4447,6 +4456,10 @@ test("net_unittests") { +@@ -4438,6 +4447,10 @@ test("net_unittests") { "//url:buildflags", ] @@ -63,7 +63,7 @@ if (enable_websockets) { deps += [ "//net/server:tests" ] } -@@ -4519,7 +4532,7 @@ test("net_unittests") { +@@ -4509,7 +4522,7 @@ test("net_unittests") { ] } @@ -72,7 +72,7 @@ sources += [ "tools/quic/quic_simple_server_test.cc" ] } -@@ -4661,7 +4674,7 @@ test("net_unittests") { +@@ -4650,7 +4663,7 @@ test("net_unittests") { } # Use getifaddrs() on POSIX platforms, except Linux. -- cgit v1.2.3