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.gn29
1 files changed, 10 insertions, 19 deletions
diff --git a/www/chromium/files/patch-net_BUILD.gn b/www/chromium/files/patch-net_BUILD.gn
index 7160c775da52..4b5d771694d5 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-04-21 18:48:31 UTC
+--- net/BUILD.gn.orig 2022-05-19 14:06:27 UTC
+++ net/BUILD.gn
@@ -104,7 +104,7 @@ net_configs = [
"//build/config/compiler:wexit_time_destructors",
@@ -9,7 +9,7 @@
net_configs += [ "//build/config/linux:libresolv" ]
}
-@@ -1096,6 +1096,7 @@ component("net") {
+@@ -1081,6 +1081,7 @@ component("net") {
"//net/dns:mdns_client",
"//net/dns/public",
"//net/third_party/quiche",
@@ -17,7 +17,7 @@
]
allow_circular_includes_from = [
-@@ -1222,6 +1223,15 @@ component("net") {
+@@ -1207,6 +1208,15 @@ component("net") {
]
}
@@ -33,7 +33,7 @@
if (is_mac) {
sources += [
"base/network_notification_thread_mac.cc",
-@@ -1354,7 +1364,7 @@ component("net") {
+@@ -1337,7 +1347,7 @@ component("net") {
}
}
@@ -42,7 +42,7 @@
sources += [
"base/network_change_notifier_posix.cc",
"base/network_change_notifier_posix.h",
-@@ -1387,7 +1397,7 @@ component("net") {
+@@ -1370,7 +1380,7 @@ component("net") {
}
# Use getifaddrs() on POSIX platforms, except Linux.
@@ -51,16 +51,7 @@
sources += [
"base/network_interfaces_getifaddrs.cc",
"base/network_interfaces_getifaddrs.h",
-@@ -2470,7 +2480,7 @@ if (is_linux || is_chromeos || is_mac) {
- }
- }
-
--if (is_linux || is_chromeos) {
-+if ((is_linux || is_chromeos) && !is_bsd) {
- static_library("epoll_server") {
- sources = [
- "tools/epoll_server/platform/impl/epoll_bug_impl.h",
-@@ -4463,7 +4473,7 @@ test("net_unittests") {
+@@ -4358,7 +4368,7 @@ test("net_unittests") {
]
}
@@ -69,7 +60,7 @@
sources += [
"base/address_tracker_linux_unittest.cc",
"base/network_interfaces_linux_unittest.cc",
-@@ -4537,6 +4547,10 @@ test("net_unittests") {
+@@ -4432,6 +4442,10 @@ test("net_unittests") {
"//url:buildflags",
]
@@ -80,16 +71,16 @@
allow_circular_includes_from = [ "//net/third_party/quiche:quiche_tests" ]
if (enable_websockets) {
-@@ -4607,7 +4621,7 @@ test("net_unittests") {
+@@ -4502,7 +4516,7 @@ test("net_unittests") {
]
}
- if (is_linux || is_chromeos) {
+ if ((is_linux || is_chromeos) && !is_bsd) {
sources += [
- "quic/platform/impl/quic_epoll_clock_test.cc",
"quic/platform/impl/quic_flags_test.cc",
-@@ -4755,7 +4769,7 @@ test("net_unittests") {
+ "tools/quic/quic_http_proxy_backend_stream_test.cc",
+@@ -4649,7 +4663,7 @@ test("net_unittests") {
}
# Use getifaddrs() on POSIX platforms, except Linux.