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

Unified Diff: third_party/libevent/README.chromium

Issue 646643002: Non-SFI Mode: Build libevent with PNaCl toolchain for nacl_helper_nonsfi. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@newlib5
Patch Set: Rebase and fixed missing dependencies. Created 6 years, 2 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 side-by-side diff with in-line comments
Download patch
Index: third_party/libevent/README.chromium
diff --git a/third_party/libevent/README.chromium b/third_party/libevent/README.chromium
index 7e5f8baee823b61bf8cb97d5ed6ff3001463a751..c01dddcc0b6ff13d03eda2dba2570b11efb94ae5 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 libevent_nacl.gyp and config.h, event-config.h to nacl/ for to build
+ a library by PNaCl toolchain. config.h and event-config.h are copied from
+ linux/ and manually modified to adapt PNaCl toolchain.
Junichi Uekawa 2014/10/10 02:47:52 try: Add libevent_nacl.gyp, config.h, and event-co
hidehiko 2014/10/10 06:27:40 Done, according to offline talk. Thank you for hel

Powered by Google App Engine
This is Rietveld 408576698