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

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

Issue 1531573008: move libevent into base (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix shim path Created 5 years 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/event.c ('k') | base/third_party/libevent/event-internal.h » ('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/third_party/libevent/event-config.h b/base/third_party/libevent/event-config.h
similarity index 58%
rename from third_party/libevent/event-config.h
rename to base/third_party/libevent/event-config.h
index c5c0e75d5812b08e9c2c2c08f1aa34ebd3620b58..3b1eaa0bba19e84155a2fc0e32c614b1fa99a9ec 100644
--- a/third_party/libevent/event-config.h
+++ b/base/third_party/libevent/event-config.h
@@ -6,17 +6,17 @@
// event-config.h depending on your platform.
#if defined(__native_client_nonsfi__)
-#include "third_party/libevent/nacl_nonsfi/event-config.h"
+#include "base/third_party/libevent/nacl_nonsfi/event-config.h"
#elif defined(__APPLE__)
-#include "third_party/libevent/mac/event-config.h"
+#include "base/third_party/libevent/mac/event-config.h"
#elif defined(ANDROID)
-#include "third_party/libevent/android/event-config.h"
+#include "base/third_party/libevent/android/event-config.h"
#elif defined(__linux__)
-#include "third_party/libevent/linux/event-config.h"
+#include "base/third_party/libevent/linux/event-config.h"
#elif defined(__FreeBSD__)
-#include "third_party/libevent/freebsd/event-config.h"
+#include "base/third_party/libevent/freebsd/event-config.h"
#elif defined(__sun)
-#include "third_party/libevent/solaris/event-config.h"
+#include "base/third_party/libevent/solaris/event-config.h"
#else
#error generate event-config.h for your platform
#endif
« no previous file with comments | « base/third_party/libevent/event.c ('k') | base/third_party/libevent/event-internal.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698