summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-net_BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/files/patch-net_BUILD.gn')
-rw-r--r--www/chromium/files/patch-net_BUILD.gn12
1 files changed, 6 insertions, 6 deletions
diff --git a/www/chromium/files/patch-net_BUILD.gn b/www/chromium/files/patch-net_BUILD.gn
index 09be8f479618..ec868951cfea 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 2022-11-30 08:12:58 UTC
+--- net/BUILD.gn.orig 2023-01-11 09:17:16 UTC
+++ net/BUILD.gn
@@ -103,7 +103,7 @@ net_configs = [
"//build/config/compiler:wexit_time_destructors",
@@ -9,7 +9,7 @@
net_configs += [ "//build/config/linux:libresolv" ]
}
-@@ -1207,6 +1207,15 @@ component("net") {
+@@ -1209,6 +1209,15 @@ component("net") {
deps += [ "//third_party/xdg_shared_mime_info" ]
}
@@ -43,7 +43,7 @@
sources += [
"base/network_interfaces_getifaddrs.cc",
"base/network_interfaces_getifaddrs.h",
-@@ -4386,7 +4395,7 @@ test("net_unittests") {
+@@ -4642,7 +4651,7 @@ test("net_unittests") {
]
}
@@ -52,7 +52,7 @@
sources += [
"base/address_tracker_linux_unittest.cc",
"base/network_interfaces_linux_unittest.cc",
-@@ -4462,6 +4471,10 @@ test("net_unittests") {
+@@ -4717,6 +4726,10 @@ test("net_unittests") {
"//url:buildflags",
]
@@ -63,7 +63,7 @@
if (enable_websockets) {
deps += [ "//net/server:tests" ]
}
-@@ -4529,7 +4542,7 @@ test("net_unittests") {
+@@ -4784,7 +4797,7 @@ test("net_unittests") {
]
}
@@ -72,7 +72,7 @@
sources += [ "tools/quic/quic_simple_server_test.cc" ]
}
-@@ -4669,7 +4682,7 @@ test("net_unittests") {
+@@ -4906,7 +4919,7 @@ test("net_unittests") {
}
# Use getifaddrs() on POSIX platforms, except Linux.