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.gn16
1 files changed, 8 insertions, 8 deletions
diff --git a/www/chromium/files/patch-net_BUILD.gn b/www/chromium/files/patch-net_BUILD.gn
index 091c6f752c05..36338159c663 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 2021-01-18 21:29:01 UTC
+--- net/BUILD.gn.orig 2021-03-12 23:57:27 UTC
+++ net/BUILD.gn
-@@ -99,7 +99,7 @@ net_configs = [
+@@ -100,7 +100,7 @@ net_configs = [
"//build/config/compiler:wexit_time_destructors",
]
@@ -9,7 +9,7 @@
net_configs += [ "//build/config/linux:libresolv" ]
}
-@@ -1249,6 +1249,16 @@ component("net") {
+@@ -1252,6 +1252,16 @@ component("net") {
]
}
@@ -26,16 +26,16 @@
if (is_mac) {
sources += [
"base/network_notification_thread_mac.cc",
-@@ -1385,7 +1395,7 @@ component("net") {
+@@ -1388,7 +1398,7 @@ component("net") {
}
}
-- if (is_android || is_chromeos) {
-+ if (is_android || is_chromeos || is_bsd) {
+- if (is_android || is_chromeos_ash) {
++ if (is_android || is_chromeos_ash || is_bsd) {
sources += [
"base/network_change_notifier_posix.cc",
"base/network_change_notifier_posix.h",
-@@ -1418,7 +1428,7 @@ component("net") {
+@@ -1421,7 +1431,7 @@ component("net") {
}
# Use getifaddrs() on POSIX platforms, except Linux.
@@ -44,7 +44,7 @@
sources += [
"base/network_interfaces_getifaddrs.cc",
"base/network_interfaces_getifaddrs.h",
-@@ -4759,7 +4769,7 @@ test("net_unittests") {
+@@ -4755,7 +4765,7 @@ test("net_unittests") {
}
# Use getifaddrs() on POSIX platforms, except Linux and Android.