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.gn11
1 files changed, 5 insertions, 6 deletions
diff --git a/www/chromium/files/patch-net_BUILD.gn b/www/chromium/files/patch-net_BUILD.gn
index 5bcf6bd11e09..2696770beb1c 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 2020-03-03 18:53:55 UTC
+--- net/BUILD.gn.orig 2020-03-16 18:40:33 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" ]
}
-@@ -1834,6 +1834,17 @@ component("net") {
+@@ -1247,6 +1247,16 @@ component("net") {
]
}
@@ -19,15 +19,14 @@
+ "base/address_tracker_linux.h",
+ "base/network_change_notifier_linux.cc",
+ "base/network_change_notifier_linux.h",
-+ "base/network_interfaces_linux.cc",
-+ "base/network_interfaces_linux.h",
++ "base/network_interfaces_linux.cc"
+ ]
+ }
+
if (is_mac) {
sources += [
"base/network_notification_thread_mac.cc",
-@@ -1960,7 +1971,7 @@ component("net") {
+@@ -1373,7 +1383,7 @@ component("net") {
}
}
@@ -36,7 +35,7 @@
sources += [
"base/network_change_notifier_posix.cc",
"base/network_change_notifier_posix.h",
-@@ -1991,7 +2002,7 @@ component("net") {
+@@ -1406,7 +1416,7 @@ component("net") {
}
# Use getifaddrs() on POSIX platforms, except Linux and Android.