summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-net_BUILD.gn
diff options
context:
space:
mode:
authorRobert Nagy <rnagy@FreeBSD.org>2024-02-24 07:11:52 +0100
committerRobert Nagy <rnagy@FreeBSD.org>2024-02-24 21:23:13 +0100
commita71d4d63985a0b63188f9695455b77bb3c0a8ab2 (patch)
treea0921dec9e51a627859620db90ad267b9c16472a /www/chromium/files/patch-net_BUILD.gn
parentsecurity/vuxml: add www/*chromium < 122.0.6261.57 (diff)
www/chromium: udpate to 122.0.6261.69
Security: https://vuxml.freebsd.org/freebsd/2a470712-d351-11ee-86bb-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 340ca83aa522..c3a1c175f1c1 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-01-30 07:53:34 UTC
+--- net/BUILD.gn.orig 2024-02-23 21:04:38 UTC
+++ net/BUILD.gn
@@ -122,7 +122,7 @@ net_configs = [
"//build/config/compiler:wexit_time_destructors",
@@ -9,7 +9,7 @@
net_configs += [ "//build/config/linux:libresolv" ]
}
-@@ -1177,6 +1177,19 @@ component("net") {
+@@ -1172,6 +1172,19 @@ component("net") {
]
}
@@ -29,7 +29,7 @@
if (is_mac) {
sources += [
"base/network_notification_thread_mac.cc",
-@@ -1333,7 +1346,7 @@ component("net") {
+@@ -1329,7 +1342,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",
-@@ -2792,7 +2805,7 @@ test("net_unittests") {
+@@ -2799,7 +2812,7 @@ test("net_unittests") {
]
}
@@ -47,7 +47,7 @@
sources += [
"base/address_tracker_linux_unittest.cc",
"base/network_interfaces_linux_unittest.cc",
-@@ -2880,6 +2893,10 @@ test("net_unittests") {
+@@ -2887,6 +2900,10 @@ test("net_unittests") {
]
}
@@ -58,7 +58,7 @@
if (enable_websockets) {
deps += [ "//net/server:tests" ]
}
-@@ -2950,7 +2967,7 @@ test("net_unittests") {
+@@ -2957,7 +2974,7 @@ test("net_unittests") {
]
}
@@ -67,7 +67,7 @@
sources += [ "tools/quic/quic_simple_server_test.cc" ]
}
-@@ -3085,7 +3102,7 @@ test("net_unittests") {
+@@ -3092,7 +3109,7 @@ test("net_unittests") {
}
# Use getifaddrs() on POSIX platforms, except Linux.