summaryrefslogtreecommitdiff
path: root/www/iridium/files/patch-net_BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'www/iridium/files/patch-net_BUILD.gn')
-rw-r--r--www/iridium/files/patch-net_BUILD.gn20
1 files changed, 10 insertions, 10 deletions
diff --git a/www/iridium/files/patch-net_BUILD.gn b/www/iridium/files/patch-net_BUILD.gn
index 577d668752f7..6abbdf1a37ad 100644
--- a/www/iridium/files/patch-net_BUILD.gn
+++ b/www/iridium/files/patch-net_BUILD.gn
@@ -1,6 +1,6 @@
---- net/BUILD.gn.orig 2024-08-27 06:28:16 UTC
+--- net/BUILD.gn.orig 2024-11-04 08:56:03 UTC
+++ net/BUILD.gn
-@@ -123,7 +123,7 @@ net_configs = [
+@@ -125,7 +125,7 @@ net_configs = [
"//build/config/compiler:wexit_time_destructors",
]
@@ -9,7 +9,7 @@
net_configs += [ "//build/config/linux:libresolv" ]
}
-@@ -1246,6 +1246,19 @@ component("net") {
+@@ -1277,6 +1277,19 @@ component("net") {
]
}
@@ -29,7 +29,7 @@
if (is_mac) {
sources += [
"base/network_notification_thread_mac.cc",
-@@ -1407,7 +1420,7 @@ component("net") {
+@@ -1438,7 +1451,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",
-@@ -2883,7 +2896,7 @@ test("net_unittests") {
+@@ -2921,7 +2934,7 @@ target(_test_target_type, "net_unittests") {
]
}
@@ -47,7 +47,7 @@
sources += [
"base/address_tracker_linux_unittest.cc",
"base/network_interfaces_linux_unittest.cc",
-@@ -2974,6 +2987,10 @@ test("net_unittests") {
+@@ -3014,6 +3027,10 @@ target(_test_target_type, "net_unittests") {
]
}
@@ -56,9 +56,9 @@
+ }
+
if (enable_websockets) {
- deps += [ "//net/server:tests" ]
- }
-@@ -3034,7 +3051,7 @@ test("net_unittests") {
+ sources += [
+ "server/http_connection_unittest.cc",
+@@ -3080,7 +3097,7 @@ target(_test_target_type, "net_unittests") {
]
}
@@ -67,7 +67,7 @@
sources += [ "tools/quic/quic_simple_server_test.cc" ]
}
-@@ -3173,7 +3190,7 @@ test("net_unittests") {
+@@ -3219,7 +3236,7 @@ target(_test_target_type, "net_unittests") {
}
# Use getifaddrs() on POSIX platforms, except Linux.