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

Unified Diff: gin/test/run_all_unittests.cc

Issue 67763002: Add gin, a lightweight bindings system for V8 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address Aaron's comments 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 | « gin/runner_unittest.cc ('k') | gin/test/v8_test.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gin/test/run_all_unittests.cc
diff --git a/mojo/common/test/run_all_unittests.cc b/gin/test/run_all_unittests.cc
similarity index 89%
copy from mojo/common/test/run_all_unittests.cc
copy to gin/test/run_all_unittests.cc
index dc1990a918bbe3207951e9caa1a08417183f4f2b..49d7d7d66192d2eca66d479be99b53b971e3233e 100644
--- a/mojo/common/test/run_all_unittests.cc
+++ b/gin/test/run_all_unittests.cc
@@ -7,12 +7,12 @@
#include "base/compiler_specific.h"
#include "base/test/launcher/unit_test_launcher.h"
#include "base/test/test_suite.h"
-#include "mojo/system/core_impl.h"
+#include "gin/initialize.h"
int main(int argc, char** argv) {
base::TestSuite test_suite(argc, argv);
- mojo::system::CoreImpl::Init();
+ gin::Initialize();
return base::LaunchUnitTests(
argc, argv, base::Bind(&base::TestSuite::Run,
« no previous file with comments | « gin/runner_unittest.cc ('k') | gin/test/v8_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698