1Name: libevent 2URL: http://www.monkey.org/~provos/libevent/ 3Version: 1.4.13 4License: BSD 5 6Local Modifications: 7Rather than use libevent's own build system, we just build a Chrome 8static library using GYP. 9 101) Run configure and "make event-config.h" on a Linux, FreeBSD, and 11 Mac box and copy config.h and event-config.h to linux/, freebsd/, 12 and mac/ respectively. 132) Add libevent.gyp. 143) chromium.patch is applied to allow libevent to be used without 15 being installed. 164) The directories WIN32-Code and WIN32-Prj are not included. 17