Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(400)

Unified Diff: net/net.gyp

Issue 2729012: Add dependency on libevent where required. (Closed)
Patch Set: fixes Created 10 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/debugger/devtools_remote_listen_socket.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net.gyp
diff --git a/net/net.gyp b/net/net.gyp
index eb6686ac32095b8c44c5d6d955d8a40906ef1e4a..0931f9c813337a30b977a04a24f719ed6ede2459 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',
],
@@ -586,6 +589,9 @@
},
},
{ # else: OS != "win"
+ 'dependencies': [
+ '../third_party/libevent/libevent.gyp:libevent',
+ ],
'sources!': [
'proxy/proxy_resolver_winhttp.cc',
],
« no previous file with comments | « chrome/browser/debugger/devtools_remote_listen_socket.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698