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

Side by Side Diff: third_party/libevent/README.chromium

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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « third_party/cld/base/build_config.h ('k') | third_party/libevent/event-config.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Name: libevent 1 Name: libevent
2 URL: http://www.monkey.org/~provos/libevent/ 2 URL: http://www.monkey.org/~provos/libevent/
3 Version: 1.4.13 3 Version: 1.4.13
4 License: BSD 4 License: BSD
5 Security Critical: yes 5 Security Critical: yes
6 6
7 Local Modifications: 7 Local Modifications:
8 Rather than use libevent's own build system, we just build a Chrome 8 Rather than use libevent's own build system, we just build a Chrome
9 static library using GYP. 9 static library using GYP.
10 10
11 1) Run configure and "make event-config.h" on a Linux, FreeBSD, and 11 1) Run configure and "make event-config.h" on Linux, FreeBSD, Solaris,
12 Mac box and copy config.h and event-config.h to linux/, freebsd/, 12 and Mac and copy config.h and event-config.h to linux/, freebsd/,
13 and mac/ respectively. 13 solaris/, and mac/ respectively.
14 2) Add libevent.gyp. 14 2) Add libevent.gyp.
15 3) chromium.patch is applied to allow libevent to be used without 15 3) chromium.patch is applied to allow libevent to be used without
16 being installed. 16 being installed.
17 4) The directories WIN32-Code and WIN32-Prj are not included. 17 4) The directories WIN32-Code and WIN32-Prj are not included.
18 5) Apply r87338. 18 5) Apply r87338.
OLDNEW
« no previous file with comments | « third_party/cld/base/build_config.h ('k') | third_party/libevent/event-config.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698