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.gn24
1 files changed, 12 insertions, 12 deletions
diff --git a/www/chromium/files/patch-net_BUILD.gn b/www/chromium/files/patch-net_BUILD.gn
index 3d26c0584d04..c6f03b3bf9d0 100644
--- a/www/chromium/files/patch-net_BUILD.gn
+++ b/www/chromium/files/patch-net_BUILD.gn
@@ -1,6 +1,6 @@
---- net/BUILD.gn.orig 2022-03-19 12:56:15 UTC
+--- net/BUILD.gn.orig 2022-03-25 21:59:56 UTC
+++ net/BUILD.gn
-@@ -100,7 +100,7 @@ net_configs = [
+@@ -101,7 +101,7 @@ net_configs = [
"//build/config/compiler:wexit_time_destructors",
]
@@ -9,7 +9,7 @@
net_configs += [ "//build/config/linux:libresolv" ]
}
-@@ -1087,6 +1087,7 @@ component("net") {
+@@ -1096,6 +1096,7 @@ component("net") {
"//net/dns:mdns_client",
"//net/dns/public",
"//net/third_party/quiche",
@@ -17,7 +17,7 @@
]
allow_circular_includes_from = [
-@@ -1215,6 +1216,15 @@ component("net") {
+@@ -1224,6 +1225,15 @@ component("net") {
]
}
@@ -28,12 +28,12 @@
+ "base/network_change_notifier_linux.cc",
+ "base/network_interfaces_linux.cc",
+ ]
-+ }
++ }
+
if (is_mac) {
sources += [
"base/network_notification_thread_mac.cc",
-@@ -1347,7 +1357,7 @@ component("net") {
+@@ -1356,7 +1366,7 @@ component("net") {
}
}
@@ -42,7 +42,7 @@
sources += [
"base/network_change_notifier_posix.cc",
"base/network_change_notifier_posix.h",
-@@ -1380,7 +1390,7 @@ component("net") {
+@@ -1389,7 +1399,7 @@ component("net") {
}
# Use getifaddrs() on POSIX platforms, except Linux.
@@ -51,7 +51,7 @@
sources += [
"base/network_interfaces_getifaddrs.cc",
"base/network_interfaces_getifaddrs.h",
-@@ -2451,7 +2461,7 @@ if (is_linux || is_chromeos || is_mac) {
+@@ -2465,7 +2475,7 @@ if (is_linux || is_chromeos || is_mac) {
}
}
@@ -60,7 +60,7 @@
static_library("epoll_server") {
sources = [
"tools/epoll_server/platform/impl/epoll_bug_impl.h",
-@@ -4445,7 +4455,7 @@ test("net_unittests") {
+@@ -4459,7 +4469,7 @@ test("net_unittests") {
]
}
@@ -69,7 +69,7 @@
sources += [
"base/address_tracker_linux_unittest.cc",
"base/network_interfaces_linux_unittest.cc",
-@@ -4519,6 +4529,10 @@ test("net_unittests") {
+@@ -4533,6 +4543,10 @@ test("net_unittests") {
"//url:buildflags",
]
@@ -80,7 +80,7 @@
allow_circular_includes_from = [ "//net/third_party/quiche:quiche_tests" ]
if (enable_websockets) {
-@@ -4566,7 +4580,7 @@ test("net_unittests") {
+@@ -4580,7 +4594,7 @@ test("net_unittests") {
]
}
@@ -89,7 +89,7 @@
sources += [
"quic/platform/impl/quic_epoll_clock_test.cc",
"quic/platform/impl/quic_flags_test.cc",
-@@ -4712,7 +4726,7 @@ test("net_unittests") {
+@@ -4728,7 +4742,7 @@ test("net_unittests") {
}
# Use getifaddrs() on POSIX platforms, except Linux.