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

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

Issue 76353002: Introduce a Gin class instead of using global functions to control gin (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updates 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
« no previous file with comments | « mojo/apps/js/main.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/mojo/public/bindings/js/test/run_all_unittests.cc b/mojo/public/bindings/js/test/run_all_unittests.cc
index a6e4ef6154a1230710243b7dcf6fcb28632eb406..ee7f89c47381ebd1a74a5bcce00d13367242f952 100644
--- a/mojo/public/bindings/js/test/run_all_unittests.cc
+++ b/mojo/public/bindings/js/test/run_all_unittests.cc
@@ -7,13 +7,11 @@
#include "base/compiler_specific.h"
#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(
« no previous file with comments | « mojo/apps/js/main.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698