diff options
author | Robert Nagy <rnagy@FreeBSD.org> | 2023-03-09 18:41:35 +0100 |
---|---|---|
committer | Robert Nagy <rnagy@FreeBSD.org> | 2023-03-10 07:05:46 +0100 |
commit | fa4b5f3e9b2a48568925d27f436a97e1acd48031 (patch) | |
tree | a1df61a9734b1b541530197777a7fe791eec567f /www/chromium/files/patch-net_BUILD.gn | |
parent | games/anki: Switch to PyQt6 (diff) |
www/chromium: update to 111.0.5563.64
Approved by: rene (mentor)
Security: https://vuxml.freebsd.org/freebsd/d357f6bb-0af4-4ac9-b096-eeec183ad829.html
Diffstat (limited to 'www/chromium/files/patch-net_BUILD.gn')
-rw-r--r-- | www/chromium/files/patch-net_BUILD.gn | 16 |
1 files changed, 8 insertions, 8 deletions
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. |