diff options
Diffstat (limited to 'www/chromium/files/patch-net_BUILD.gn')
-rw-r--r-- | www/chromium/files/patch-net_BUILD.gn | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/chromium/files/patch-net_BUILD.gn b/www/chromium/files/patch-net_BUILD.gn index 34bf5ce73ee3..f4eb85e4b74c 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 2019-10-21 19:06:38 UTC +--- net/BUILD.gn.orig 2019-12-16 21:51:27 UTC +++ net/BUILD.gn @@ -105,7 +105,7 @@ net_configs = [ "//build/config/compiler:wexit_time_destructors", @@ -9,7 +9,7 @@ net_configs += [ "//build/config/linux:libresolv" ] } -@@ -1924,7 +1924,7 @@ component("net") { +@@ -1938,7 +1938,7 @@ component("net") { } } @@ -18,7 +18,7 @@ sources += [ "base/network_change_notifier_posix.cc", "base/network_change_notifier_posix.h", -@@ -1957,7 +1957,7 @@ component("net") { +@@ -1971,7 +1971,7 @@ component("net") { } # Use getifaddrs() on POSIX platforms, except Linux and Android. @@ -27,7 +27,7 @@ sources += [ "base/network_interfaces_getifaddrs.cc", "base/network_interfaces_getifaddrs.h", -@@ -2051,6 +2051,16 @@ component("net") { +@@ -2065,6 +2065,16 @@ component("net") { ] sources -= [ "disk_cache/blockfile/file_posix.cc" ] |