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

Unified Diff: third_party/libevent/libevent.gyp

Issue 7238021: Solaris patch (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: fixed some sysctl includes Created 9 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 | « third_party/libevent/event-config.h ('k') | third_party/libevent/solaris/config.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libevent/libevent.gyp
diff --git a/third_party/libevent/libevent.gyp b/third_party/libevent/libevent.gyp
index 01a50194fa40d4c21286c1979d430a0ad72a911e..0102ba3016e2fd1a87d19429b1cfa25668dda684 100644
--- a/third_party/libevent/libevent.gyp
+++ b/third_party/libevent/libevent.gyp
@@ -54,6 +54,10 @@
'sources': [ 'kqueue.c' ],
'include_dirs': [ 'mac' ]
}],
+ [ 'OS == "solaris"', {
+ 'sources': [ 'devpoll.c', 'evport.c' ],
+ 'include_dirs': [ 'solaris' ]
+ }],
],
},
],
« no previous file with comments | « third_party/libevent/event-config.h ('k') | third_party/libevent/solaris/config.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698