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

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

Issue 1100003: Pass license check script for most of the tree. (Closed)
Patch Set: retry Created 10 years, 9 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
« no previous file with comments | « third_party/libevent/LICENSE ('k') | third_party/libjpeg/README.chromium » ('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 URL: http://www.monkey.org/~provos/libevent/ 2 URL: http://www.monkey.org/~provos/libevent/
2 http://www.monkey.org/~provos/libevent-1.4.13-stable.tar.gz 3 http://www.monkey.org/~provos/libevent-1.4.13-stable.tar.gz
3 Version: 1.4.13 4 Version: 1.4.13
4 License: BSD 5 License: BSD
5 6
6 Local Modifications: 7 Local Modifications:
7 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
8 static library using GYP. 9 static library using GYP.
9 10
10 1) Run configure and "make event-config.h" on a Linux and Mac box and 11 1) Run configure and "make event-config.h" on a Linux and Mac box and
11 copy config.h and event-config.h to linux/ and mac/ respectively. 12 copy config.h and event-config.h to linux/ and mac/ respectively.
12 2) Add libevent.gyp. 13 2) Add libevent.gyp.
13 3) chromium.patch is applied to allow libevent to be used without 14 3) chromium.patch is applied to allow libevent to be used without
14 being installed. 15 being installed.
15 4) The directories WIN32-Code and WIN32-Prj are not included. 16 4) The directories WIN32-Code and WIN32-Prj are not included.
OLDNEW
« no previous file with comments | « third_party/libevent/LICENSE ('k') | third_party/libjpeg/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698