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

Unified Diff: base/message_loop.h

Issue 7473010: Adding Wayland message loop and gyp build deps (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 5 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: base/message_loop.h
diff --git a/base/message_loop.h b/base/message_loop.h
index 8fd9cbcd5dbeefae7378fc45b9b3c5e1c360ff01..7bfed3fb4c45c13a75f37bfa90500d6bad4e0a62 100644
--- a/base/message_loop.h
+++ b/base/message_loop.h
@@ -27,11 +27,15 @@
#elif defined(OS_POSIX)
#include "base/message_pump_libevent.h"
#if !defined(OS_MACOSX)
-#if defined(TOUCH_UI)
+
+#if defined(USE_WAYLAND)
+#include "base/message_pump_wayland.h"
+#elif defined(TOUCH_UI)
#include "base/message_pump_x.h"
#else
#include "base/message_pump_gtk.h"
#endif
+
typedef struct _XDisplay Display;
#endif
#endif
« no previous file with comments | « base/base.gypi ('k') | base/message_loop.cc » ('j') | base/message_pump_wayland.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698