summaryrefslogtreecommitdiffstats
path: root/net/net.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'net/net.gyp')
-rw-r--r--net/net.gyp6
1 files changed, 6 insertions, 0 deletions
diff --git a/net/net.gyp b/net/net.gyp
index 3dc5b4a..e6f9310 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -197,6 +197,9 @@
],
},
{ # else: OS != "win"
+ 'dependencies': [
+ '../third_party/libevent/libevent.gyp:libevent',
+ ],
'sources!': [
'base/winsock_init.cc',
],
@@ -584,6 +587,9 @@
},
},
{ # else: OS != "win"
+ 'dependencies': [
+ '../third_party/libevent/libevent.gyp:libevent',
+ ],
'sources!': [
'proxy/proxy_resolver_winhttp.cc',
'socket/ssl_client_socket_nss_factory.cc',