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

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

Issue 2807463004: GN: aix port along with linux_s390x, linux_ppc64 and linux_ppc64le support. (Closed)
Patch Set: removed the changes from //base/BUILD.gn Created 3 years, 8 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
« no previous file with comments | « base/third_party/libevent/aix/event-config.h ('k') | base/threading/platform_thread_linux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/third_party/libevent/event-config.h
diff --git a/base/third_party/libevent/event-config.h b/base/third_party/libevent/event-config.h
index 3b1eaa0bba19e84155a2fc0e32c614b1fa99a9ec..bbd23f1d81b085017e53c35357668521e2e9ee21 100644
--- a/base/third_party/libevent/event-config.h
+++ b/base/third_party/libevent/event-config.h
@@ -17,6 +17,8 @@
#include "base/third_party/libevent/freebsd/event-config.h"
#elif defined(__sun)
#include "base/third_party/libevent/solaris/event-config.h"
+#elif defined(_AIX)
+#include "base/third_party/libevent/aix/event-config.h"
#else
#error generate event-config.h for your platform
#endif
« no previous file with comments | « base/third_party/libevent/aix/event-config.h ('k') | base/threading/platform_thread_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698