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.gn17
1 files changed, 13 insertions, 4 deletions
diff --git a/www/chromium/files/patch-net_BUILD.gn b/www/chromium/files/patch-net_BUILD.gn
index 949727df7d09..34bf5ce73ee3 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 2019-07-24 18:58:32 UTC
+--- net/BUILD.gn.orig 2019-10-21 19:06:38 UTC
+++ net/BUILD.gn
-@@ -98,7 +98,7 @@ net_configs = [
+@@ -105,7 +105,7 @@ net_configs = [
"//build/config/compiler:wexit_time_destructors",
]
@@ -9,7 +9,16 @@
net_configs += [ "//build/config/linux:libresolv" ]
}
-@@ -1919,7 +1919,7 @@ component("net") {
+@@ -1924,7 +1924,7 @@ component("net") {
+ }
+ }
+
+- if (is_android || is_chromeos) {
++ if (is_android || is_chromeos || is_bsd) {
+ sources += [
+ "base/network_change_notifier_posix.cc",
+ "base/network_change_notifier_posix.h",
+@@ -1957,7 +1957,7 @@ component("net") {
}
# Use getifaddrs() on POSIX platforms, except Linux and Android.
@@ -18,7 +27,7 @@
sources += [
"base/network_interfaces_getifaddrs.cc",
"base/network_interfaces_getifaddrs.h",
-@@ -2012,6 +2012,16 @@ component("net") {
+@@ -2051,6 +2051,16 @@ component("net") {
]
sources -= [ "disk_cache/blockfile/file_posix.cc" ]