Chromium Code Reviews| 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__) |