aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-net_net.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/files/patch-net_net.gyp')
-rw-r--r--www/chromium/files/patch-net_net.gyp23
1 files changed, 23 insertions, 0 deletions
diff --git a/www/chromium/files/patch-net_net.gyp b/www/chromium/files/patch-net_net.gyp
new file mode 100644
index 000000000000..56c16bb2e355
--- /dev/null
+++ b/www/chromium/files/patch-net_net.gyp
@@ -0,0 +1,23 @@
+--- net/net.gyp.orig 2016-05-11 19:02:24 UTC
++++ net/net.gyp
+@@ -163,7 +163,7 @@
+ '<@(net_test_sources)',
+ ],
+ 'conditions': [
+- ['os_posix == 1 and OS != "mac" and OS != "ios" and OS != "android"', {
++ ['os_posix == 1 and OS != "mac" and OS != "ios" and OS != "android" and os_bsd != 1', {
+ 'dependencies': [
+ 'epoll_quic_tools',
+ 'epoll_server',
+@@ -678,6 +678,11 @@
+ 'url_request/test_url_request_interceptor.h',
+ ],
+ }],
++ [ 'os_bsd == 1', {
++ 'sources!': [
++ 'base/address_tracker_linux_unittest.cc',
++ ],
++ }],
+ ],
+ # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
+ 'msvs_disabled_warnings': [4267, ],