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

Unified Diff: ios/web/test/run_all_unittests.cc

Issue 1956113002: [ios Mojo] iOS facade class for Mojo API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated the comments. Created 4 years, 7 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
« no previous file with comments | « ios/web/test/mojo_test.mojom ('k') | ios/web/webui/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/test/run_all_unittests.cc
diff --git a/ios/web/test/run_all_unittests.cc b/ios/web/test/run_all_unittests.cc
index fa162a7feec0fdcf43d97f20fb7550019d048711..fb792df3d2e0f5453a0a4a86aab183fa9cbdd8fd 100644
--- a/ios/web/test/run_all_unittests.cc
+++ b/ios/web/test/run_all_unittests.cc
@@ -5,10 +5,13 @@
#include "base/bind.h"
#include "base/test/launcher/unit_test_launcher.h"
#include "ios/web/test/web_test_suite.h"
+#include "mojo/edk/embedder/embedder.h"
int main(int argc, char** argv) {
web::WebTestSuite test_suite(argc, argv);
+ mojo::edk::Init();
+
return base::LaunchUnitTests(
argc, argv, base::Bind(&web::WebTestSuite::Run,
base::Unretained(&test_suite)));
« no previous file with comments | « ios/web/test/mojo_test.mojom ('k') | ios/web/webui/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698