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

Unified Diff: third_party/libevent/README.chromium

Issue 28305: GYP it, GYP it good (Closed) Base URL: svn://chrome-svn.corp.google.com/chrome/trunk/src/
Patch Set: Created 11 years, 10 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
Index: third_party/libevent/README.chromium
===================================================================
--- third_party/libevent/README.chromium (revision 10690)
+++ third_party/libevent/README.chromium (working copy)
@@ -5,7 +5,7 @@
Changes from upstream:
1) add linux/config.h from a run of configure on a Linux development box.
-2) add SConscript and libevent.xcodeproj
+2) add SConscript and libevent.gyp
3) quotes.patch is applied to allow libevent to be used without
being installed (alternative is adding crazy -I arguments to the commandline)
4) The directories WIN32-Code and WIN32-Prj are not included
@@ -13,8 +13,6 @@
SConscript does not include a few files that don't build on Linux:
devpoll.c, evport.c, kqueue.c
-libevent.xcodeproj does not include a few files that don't build on the Mac:
- devpoll.c, epoll.c, epoll_sub.c, evport.c
TODO: currently we -I the source directory, which exposes event-config.h, which
is dangerous as this file was generated for Linux and is not entirely correct on

Powered by Google App Engine
This is Rietveld 408576698