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

Unified Diff: mojo/runner/platform_handle_impl.cc

Issue 1350023003: Add a Mojo EDK for Chrome that uses one OS pipe per message pipe. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: convert remaining MP tests and simplify RawChannel destruction Created 5 years, 3 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: mojo/runner/platform_handle_impl.cc
diff --git a/mojo/runner/platform_handle_impl.cc b/mojo/runner/platform_handle_impl.cc
index c5e79997a5f140b02075f4cc3057c098431def72..b59c4bff14900b8a339b63556c65a2b95bc5cf59 100644
--- a/mojo/runner/platform_handle_impl.cc
+++ b/mojo/runner/platform_handle_impl.cc
@@ -3,7 +3,12 @@
// found in the LICENSE file.
#include "mojo/platform_handle/platform_handle.h"
+
+#if defined(USE_CHROME_EDK)
+#include "mojo/edk/embedder/embedder.h"
+#else
#include "third_party/mojo/src/mojo/edk/embedder/embedder.h"
+#endif
extern "C" {

Powered by Google App Engine
This is Rietveld 408576698