diff options
Diffstat (limited to 'www/chromium/files/patch-net_BUILD.gn')
-rw-r--r-- | www/chromium/files/patch-net_BUILD.gn | 14 |
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 3cd4eadbb07e..4697302c1e80 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-04-19 13:02:56 UTC +--- net/BUILD.gn.orig 2024-05-21 18:07:39 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" ] } -@@ -1188,6 +1188,19 @@ component("net") { +@@ -1198,6 +1198,19 @@ component("net") { ] } @@ -29,7 +29,7 @@ if (is_mac) { sources += [ "base/network_notification_thread_mac.cc", -@@ -1344,7 +1357,7 @@ component("net") { +@@ -1354,7 +1367,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", -@@ -2821,7 +2834,7 @@ test("net_unittests") { +@@ -2838,7 +2851,7 @@ test("net_unittests") { ] } @@ -47,7 +47,7 @@ sources += [ "base/address_tracker_linux_unittest.cc", "base/network_interfaces_linux_unittest.cc", -@@ -2909,6 +2922,10 @@ test("net_unittests") { +@@ -2926,6 +2939,10 @@ test("net_unittests") { ] } @@ -58,7 +58,7 @@ if (enable_websockets) { deps += [ "//net/server:tests" ] } -@@ -2969,7 +2986,7 @@ test("net_unittests") { +@@ -2986,7 +3003,7 @@ test("net_unittests") { ] } @@ -67,7 +67,7 @@ sources += [ "tools/quic/quic_simple_server_test.cc" ] } -@@ -3105,7 +3122,7 @@ test("net_unittests") { +@@ -3122,7 +3139,7 @@ test("net_unittests") { } # Use getifaddrs() on POSIX platforms, except Linux. |