| Index: third_party/libevent/README.chromium
|
| diff --git a/third_party/libevent/README.chromium b/third_party/libevent/README.chromium
|
| index 7e5f8baee823b61bf8cb97d5ed6ff3001463a751..be4fee3b7476a30d1d13ce57dd056bf785e424a6 100644
|
| --- a/third_party/libevent/README.chromium
|
| +++ b/third_party/libevent/README.chromium
|
| @@ -18,3 +18,8 @@ static library using GYP.
|
| 5) Apply r87338.
|
| 6) The configs for android were copied from Linux's which were very close to
|
| android one with the exception of HAVE_FD_MASK and HAVE_STRLCPY.
|
| +7) Add files to support building with the PNaCl toolchain. Added
|
| + libevent_nacl_nonsfi.gyp for build rule. nacl_nonsfi/config.h and
|
| + nacl_nonsfi/event-config.h are derived from linux/ counterparts.
|
| + nacl_nonsfi/random.c is also added to provide the random() function,
|
| + which is missing in the newlib-based PNaCl toolchain.
|
|
|