summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-net_BUILD.gn
diff options
context:
space:
mode:
authorRobert Nagy <rnagy@FreeBSD.org>2024-08-27 07:55:04 +0200
committerRobert Nagy <rnagy@FreeBSD.org>2024-08-27 07:55:54 +0200
commit43ddb9a8a4b22a4b81ca32698948e5832a6d93c6 (patch)
tree36898a78b8f81e76f50f97d67720922ace27b53d /www/chromium/files/patch-net_BUILD.gn
parentmisc/llama-cpp: update 3622 → 3631 (diff)
www/*chromium: update to 128.0.6613.84
Security: https://vuxml.freebsd.org/freebsd/b339992e-6059-11ef-8a0f-a8a1599412c6.html
Diffstat (limited to 'www/chromium/files/patch-net_BUILD.gn')
-rw-r--r--www/chromium/files/patch-net_BUILD.gn14
1 files changed, 7 insertions, 7 deletions
diff --git a/www/chromium/files/patch-net_BUILD.gn b/www/chromium/files/patch-net_BUILD.gn
index aea82fadef1a..3c21ae4060ea 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 2024-07-30 11:12:21 UTC
+--- net/BUILD.gn.orig 2024-08-26 12:06:38 UTC
+++ net/BUILD.gn
@@ -123,7 +123,7 @@ net_configs = [
"//build/config/compiler:wexit_time_destructors",
@@ -9,7 +9,7 @@
net_configs += [ "//build/config/linux:libresolv" ]
}
-@@ -1212,6 +1212,19 @@ component("net") {
+@@ -1246,6 +1246,19 @@ component("net") {
]
}
@@ -29,7 +29,7 @@
if (is_mac) {
sources += [
"base/network_notification_thread_mac.cc",
-@@ -1371,7 +1384,7 @@ component("net") {
+@@ -1407,7 +1420,7 @@ component("net") {
}
# Use getifaddrs() on POSIX platforms, except Linux.
@@ -38,7 +38,7 @@
sources += [
"base/network_interfaces_getifaddrs.cc",
"base/network_interfaces_getifaddrs.h",
-@@ -2860,7 +2873,7 @@ test("net_unittests") {
+@@ -2883,7 +2896,7 @@ test("net_unittests") {
]
}
@@ -47,7 +47,7 @@
sources += [
"base/address_tracker_linux_unittest.cc",
"base/network_interfaces_linux_unittest.cc",
-@@ -2948,6 +2961,10 @@ test("net_unittests") {
+@@ -2974,6 +2987,10 @@ test("net_unittests") {
]
}
@@ -58,7 +58,7 @@
if (enable_websockets) {
deps += [ "//net/server:tests" ]
}
-@@ -3008,7 +3025,7 @@ test("net_unittests") {
+@@ -3034,7 +3051,7 @@ test("net_unittests") {
]
}
@@ -67,7 +67,7 @@
sources += [ "tools/quic/quic_simple_server_test.cc" ]
}
-@@ -3147,7 +3164,7 @@ test("net_unittests") {
+@@ -3173,7 +3190,7 @@ test("net_unittests") {
}
# Use getifaddrs() on POSIX platforms, except Linux.