diff options
Diffstat (limited to 'www/iridium/files/patch-net_BUILD.gn')
| -rw-r--r-- | www/iridium/files/patch-net_BUILD.gn | 18 | 
1 files changed, 9 insertions, 9 deletions
| diff --git a/www/iridium/files/patch-net_BUILD.gn b/www/iridium/files/patch-net_BUILD.gn index e080dbc957e0..d8d9879bf2b8 100644 --- a/www/iridium/files/patch-net_BUILD.gn +++ b/www/iridium/files/patch-net_BUILD.gn @@ -1,4 +1,4 @@ ---- net/BUILD.gn.orig	2025-09-13 16:56:52 UTC +--- net/BUILD.gn.orig	2025-10-28 14:29:43 UTC  +++ net/BUILD.gn  @@ -126,7 +126,7 @@ net_configs = [     "//build/config/compiler:wexit_time_destructors", @@ -9,7 +9,7 @@     net_configs += [ "//build/config/linux:libresolv" ]   } -@@ -1157,6 +1157,7 @@ component("net") { +@@ -1167,6 +1167,7 @@ component("net") {       ":net_deps",       "//components/miracle_parameter/common",       "//components/network_time/time_tracker", @@ -17,7 +17,7 @@       "//net/http:transport_security_state_generated_files",       "//third_party/simdutf",     ] -@@ -1356,6 +1357,19 @@ component("net") { +@@ -1369,6 +1370,19 @@ component("net") {       ]     } @@ -37,7 +37,7 @@     if (is_mac) {       sources += [         "base/network_notification_thread_mac.cc", -@@ -1519,7 +1533,7 @@ component("net") { +@@ -1534,7 +1548,7 @@ component("net") {     }     # Use getifaddrs() on POSIX platforms, except Linux. @@ -46,7 +46,7 @@       sources += [         "base/network_interfaces_getifaddrs.cc",         "base/network_interfaces_getifaddrs.h", -@@ -2252,7 +2266,7 @@ static_library("test_support") { +@@ -2268,7 +2282,7 @@ static_library("test_support") {       ]     } @@ -55,7 +55,7 @@       sources += [         "base/address_tracker_linux_test_util.cc",         "base/address_tracker_linux_test_util.h", -@@ -3050,14 +3064,14 @@ target(_test_target_type, "net_unittests") { +@@ -3066,14 +3080,14 @@ target(_test_target_type, "net_unittests") {       ]     } @@ -72,7 +72,7 @@       sources += [         "base/address_tracker_linux_unittest.cc",         "base/network_interfaces_linux_unittest.cc", -@@ -3158,6 +3172,10 @@ target(_test_target_type, "net_unittests") { +@@ -3174,6 +3188,10 @@ target(_test_target_type, "net_unittests") {       ]     } @@ -83,7 +83,7 @@     if (enable_websockets) {       sources += [         "server/http_connection_unittest.cc", -@@ -3214,7 +3232,7 @@ target(_test_target_type, "net_unittests") { +@@ -3230,7 +3248,7 @@ target(_test_target_type, "net_unittests") {     ]     data_deps = [ "//testing/buildbot/filters:net_unittests_filters" ] @@ -92,7 +92,7 @@       sources += [ "tools/quic/quic_simple_server_test.cc" ]     } -@@ -3344,7 +3362,7 @@ target(_test_target_type, "net_unittests") { +@@ -3360,7 +3378,7 @@ target(_test_target_type, "net_unittests") {     }     # Use getifaddrs() on POSIX platforms, except Linux. | 
