1Name: libevent
2URL: http://www.monkey.org/~provos/libevent/
3Version: 1.4.13
4License: BSD
5Security Critical: yes
6
7Local Modifications:
8Rather than use libevent's own build system, we just build a Chrome
9static library using GYP.
10
111) Run configure and "make event-config.h" on Linux, FreeBSD, Solaris,
12   and Mac and copy config.h and event-config.h to linux/, freebsd/,
13   solaris/, and mac/ respectively.
142) Add libevent.gyp.
153) chromium.patch is applied to allow libevent to be used without
16   being installed and to fix a race condition.
174) The directories WIN32-Code and WIN32-Prj are not included.
185) Apply r87338.
196) The configs for android were copied from Linux's which were very close to
20   android one with the exception of HAVE_FD_MASK and HAVE_STRLCPY.
21