summaryrefslogtreecommitdiff
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.gyp17
1 files changed, 13 insertions, 4 deletions
diff --git a/www/chromium/files/patch-net__net.gyp b/www/chromium/files/patch-net__net.gyp
index 56153fe3a0bf..9aff183cc2f9 100644
--- a/www/chromium/files/patch-net__net.gyp
+++ b/www/chromium/files/patch-net__net.gyp
@@ -1,6 +1,6 @@
---- net/net.gyp.orig 2013-08-19 02:54:02.000000000 +0300
-+++ net/net.gyp 2013-09-01 00:26:02.000000000 +0300
-@@ -1259,9 +1259,10 @@
+--- net/net.gyp.orig 2013-09-20 05:36:19.000000000 +0300
++++ net/net.gyp 2013-09-23 20:45:35.000000000 +0300
+@@ -1283,9 +1283,10 @@
}],
['os_bsd==1', {
'sources!': [
@@ -12,7 +12,16 @@
],
},{
'dependencies': [
-@@ -2076,6 +2077,11 @@
+@@ -1865,7 +1866,7 @@
+ 'websockets/websocket_throttle_unittest.cc',
+ ],
+ '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': [
+ 'quic_library',
+ 'flip_in_mem_edsm_server_library',
+@@ -2140,6 +2141,11 @@
'cert/x509_cert_types_unittest.cc',
],
}],