diff options
Diffstat (limited to 'www/chromium/files/patch-net_BUILD.gn')
-rw-r--r-- | www/chromium/files/patch-net_BUILD.gn | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/chromium/files/patch-net_BUILD.gn b/www/chromium/files/patch-net_BUILD.gn index 2ada31f443ce..5837974110a3 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-04-30 22:22:54 UTC +--- net/BUILD.gn.orig 2019-06-04 18:55:26 UTC +++ net/BUILD.gn @@ -98,7 +98,7 @@ net_configs = [ "//build/config/compiler:wexit_time_destructors", @@ -9,7 +9,7 @@ net_configs += [ "//build/config/linux:libresolv" ] } -@@ -1899,7 +1899,7 @@ component("net") { +@@ -1901,7 +1901,7 @@ component("net") { } # Use getifaddrs() on POSIX platforms, except Linux and Android. @@ -18,7 +18,7 @@ sources += [ "base/network_interfaces_getifaddrs.cc", "base/network_interfaces_getifaddrs.h", -@@ -1992,6 +1992,16 @@ component("net") { +@@ -1994,6 +1994,16 @@ component("net") { ] sources -= [ "disk_cache/blockfile/file_posix.cc" ] |