summaryrefslogtreecommitdiffstats
path: root/third_party/libevent/README.chromium
diff options
context:
space:
mode:
authormark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-02 00:16:16 +0000
committermark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-02 00:16:16 +0000
commitbfa24b961a7095fe532125dcbfc123dbb3988240 (patch)
tree51d09fcbc1568deac2f2933027aa1dbaa920ce87 /third_party/libevent/README.chromium
parent4c99a9f02c090254bc4ef8bca512428d24e28bd5 (diff)
downloadchromium_src-bfa24b961a7095fe532125dcbfc123dbb3988240.zip
chromium_src-bfa24b961a7095fe532125dcbfc123dbb3988240.tar.gz
chromium_src-bfa24b961a7095fe532125dcbfc123dbb3988240.tar.bz2
GYP it, GYP it good.
Convert the Mac build to the new GYP-based Xcode build, and remove the old Xcode projects. Review URL: http://codereview.chromium.org/28305 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10693 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/libevent/README.chromium')
-rw-r--r--third_party/libevent/README.chromium4
1 files changed, 1 insertions, 3 deletions
diff --git a/third_party/libevent/README.chromium b/third_party/libevent/README.chromium
index b74087c..ddb34a4 100644
--- a/third_party/libevent/README.chromium
+++ b/third_party/libevent/README.chromium
@@ -5,7 +5,7 @@ static library using SConscript
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 @@ being installed (alternative is adding crazy -I arguments to the commandline)
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