Chromium Code Reviews| Index: third_party/libevent/README.chromium |
| diff --git a/third_party/libevent/README.chromium b/third_party/libevent/README.chromium |
| index 7e5f8baee823b61bf8cb97d5ed6ff3001463a751..8f0826a1eac15723be14c8f11924cf9e4ac43eb7 100644 |
| --- a/third_party/libevent/README.chromium |
| +++ b/third_party/libevent/README.chromium |
| @@ -18,3 +18,6 @@ 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 PNaCl toolchain. Added libevent_nacl.gyp |
|
Mark Seaborn
2014/10/13 16:02:00
Nit: "the PNaCl toolchain"
hidehiko
2014/10/14 09:07:12
Done.
|
| + for build rule. nacl/config.h and nacl/event-config.h are derived from |
| + linux/ counterparts. |