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

Unified Diff: ipc/mojo/run_all_unittests.cc

Issue 382333002: Introduce ChannelMojo (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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
« ipc/ipc_channel.h ('K') | « ipc/mojo/ipc_mojo.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/mojo/run_all_unittests.cc
diff --git a/ipc/run_all_unittests.cc b/ipc/mojo/run_all_unittests.cc
similarity index 94%
copy from ipc/run_all_unittests.cc
copy to ipc/mojo/run_all_unittests.cc
index d36f8712210d24f4ed51f9d883d182dc473c897f..4d91d85c37c6ae6b4311307facba1ad1b2305d4a 100644
--- a/ipc/run_all_unittests.cc
+++ b/ipc/mojo/run_all_unittests.cc
@@ -6,6 +6,7 @@
#include "base/bind.h"
#include "base/test/launcher/unit_test_launcher.h"
#include "base/test/test_suite.h"
+#include "mojo/embedder/embedder.h"
#if defined(OS_ANDROID)
#include "base/android/jni_android.h"
@@ -28,6 +29,7 @@ int RunTestSuite(int argc, char** argv) {
} // namespace
int main(int argc, char** argv) {
+ mojo::embedder::Init();
#if defined(OS_ANDROID)
JNIEnv* env = base::android::AttachCurrentThread();
file_util::RegisterContentUriTestUtils(env);
« ipc/ipc_channel.h ('K') | « ipc/mojo/ipc_mojo.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698