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

Unified Diff: mojo/public/bindings/js/test/run_all_unittests.cc

Issue 67173007: Add more unit tests for JS bindings to Core (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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
« mojo/public/bindings/js/core.cc ('K') | « mojo/public/bindings/js/test/harness.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/bindings/js/test/run_all_unittests.cc
diff --git a/gin/test/run_all_unittests.cc b/mojo/public/bindings/js/test/run_all_unittests.cc
similarity index 89%
copy from gin/test/run_all_unittests.cc
copy to mojo/public/bindings/js/test/run_all_unittests.cc
index c8644ed3ed6c9a5a5d38674aa4cf1eb716df58fe..a6e4ef6154a1230710243b7dcf6fcb28632eb406 100644
--- a/gin/test/run_all_unittests.cc
+++ b/mojo/public/bindings/js/test/run_all_unittests.cc
@@ -8,11 +8,13 @@
#include "base/test/launcher/unit_test_launcher.h"
#include "base/test/test_suite.h"
#include "gin/initialize.h"
+#include "mojo/system/core_impl.h"
int main(int argc, char** argv) {
base::TestSuite test_suite(argc, argv);
gin::Initialize();
+ mojo::system::CoreImpl::Init();
return base::LaunchUnitTests(
argc, argv, base::Bind(&base::TestSuite::Run,
« mojo/public/bindings/js/core.cc ('K') | « mojo/public/bindings/js/test/harness.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698