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

Unified Diff: device/test/run_all_unittests.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: move to mojo::edk namespace in preparation for runtim flag 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: device/test/run_all_unittests.cc
diff --git a/device/test/run_all_unittests.cc b/device/test/run_all_unittests.cc
index 36c936bac9d235824362f0892d243ea50df80a65..0f78ac3feccfeb5b27ae6e735d3e18e68a39b968 100644
--- a/device/test/run_all_unittests.cc
+++ b/device/test/run_all_unittests.cc
@@ -5,7 +5,12 @@
#include "base/bind.h"
#include "base/test/launcher/unit_test_launcher.h"
#include "base/test/test_suite.h"
+
+#if defined(USE_CHROME_EDK)
+#include "mojo/edk/embedder/test_embedder.h"
+#else
#include "third_party/mojo/src/mojo/edk/embedder/test_embedder.h"
+#endif
#if defined(OS_ANDROID)
#include "base/android/jni_android.h"

Powered by Google App Engine
This is Rietveld 408576698