diff options
author | Robert Nagy <rnagy@FreeBSD.org> | 2023-02-10 08:37:57 +0100 |
---|---|---|
committer | Robert Nagy <rnagy@FreeBSD.org> | 2023-02-10 21:53:54 +0100 |
commit | 230cf3bad636e34e916bcba192aa5934d8fc5211 (patch) | |
tree | c18f56e8aff6ad911a04cb0b864f04b575198fec /www/chromium/files/patch-net_BUILD.gn | |
parent | security/vuxml: add www/*chromium < 110.0.5481.77 (diff) |
www/chromium: update to 110.0.5481.77
Approved by: rene (mentor)
Security: https://vuxml.freebsd.org/freebsd/310ca30e-a951-11ed-8314-a8a1599412c6.html
Diffstat (limited to 'www/chromium/files/patch-net_BUILD.gn')
-rw-r--r-- | www/chromium/files/patch-net_BUILD.gn | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/www/chromium/files/patch-net_BUILD.gn b/www/chromium/files/patch-net_BUILD.gn index ec868951cfea..d30a5a2a01d4 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-01-11 09:17:16 UTC +--- net/BUILD.gn.orig 2023-02-08 09:03:45 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" ] } -@@ -1209,6 +1209,15 @@ component("net") { +@@ -1212,6 +1212,15 @@ component("net") { deps += [ "//third_party/xdg_shared_mime_info" ] } @@ -25,7 +25,7 @@ if (is_mac) { sources += [ "base/network_notification_thread_mac.cc", -@@ -1341,7 +1350,7 @@ component("net") { +@@ -1344,7 +1353,7 @@ component("net") { } } @@ -34,7 +34,7 @@ sources += [ "base/network_change_notifier_posix.cc", "base/network_change_notifier_posix.h", -@@ -1374,7 +1383,7 @@ component("net") { +@@ -1377,7 +1386,7 @@ component("net") { } # Use getifaddrs() on POSIX platforms, except Linux. @@ -43,8 +43,8 @@ sources += [ "base/network_interfaces_getifaddrs.cc", "base/network_interfaces_getifaddrs.h", -@@ -4642,7 +4651,7 @@ test("net_unittests") { - ] +@@ -4640,7 +4649,7 @@ test("net_unittests") { + sources += [ "proxy_resolution/proxy_config_service_linux_unittest.cc" ] } - if (is_linux || is_chromeos) { @@ -52,7 +52,7 @@ sources += [ "base/address_tracker_linux_unittest.cc", "base/network_interfaces_linux_unittest.cc", -@@ -4717,6 +4726,10 @@ test("net_unittests") { +@@ -4712,6 +4721,10 @@ test("net_unittests") { "//url:buildflags", ] @@ -63,7 +63,7 @@ if (enable_websockets) { deps += [ "//net/server:tests" ] } -@@ -4784,7 +4797,7 @@ test("net_unittests") { +@@ -4779,7 +4792,7 @@ test("net_unittests") { ] } @@ -72,7 +72,7 @@ sources += [ "tools/quic/quic_simple_server_test.cc" ] } -@@ -4906,7 +4919,7 @@ test("net_unittests") { +@@ -4901,7 +4914,7 @@ test("net_unittests") { } # Use getifaddrs() on POSIX platforms, except Linux. |