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

Unified Diff: third_party/libevent/event-config.h

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/event-config.h
diff --git a/third_party/libevent/event-config.h b/third_party/libevent/event-config.h
index d6569999e3e7cbb98b331b6c5dbf1399faf84a00..3abe2ed6a2eb26e8a79e95cd32346aac44cbe9b4 100644
--- a/third_party/libevent/event-config.h
+++ b/third_party/libevent/event-config.h
@@ -7,6 +7,8 @@
#if defined(__APPLE__)
#include "mac/event-config.h"
+#elif defined(__native_client_nonsfi__)
Junichi Uekawa 2014/10/10 02:47:52 is there a reason why this is after __APPLE__ ? No
hidehiko 2014/10/10 06:27:40 Swapped. No reasons are there, since we're not pla
+#include "nacl/event-config.h"
#elif defined(ANDROID)
#include "android/event-config.h"
#elif defined(__linux__)

Powered by Google App Engine
This is Rietveld 408576698