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

Unified Diff: mojo/dart/unittests/embedder_tester/run_dart_tests.cc

Issue 1545483003: Dart: Reorganize files (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Fix build file Created 5 years 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
Index: mojo/dart/unittests/embedder_tester/run_dart_tests.cc
diff --git a/mojo/dart/embedder/test/run_dart_tests.cc b/mojo/dart/unittests/embedder_tester/run_dart_tests.cc
similarity index 95%
rename from mojo/dart/embedder/test/run_dart_tests.cc
rename to mojo/dart/unittests/embedder_tester/run_dart_tests.cc
index 2a29b0b280ca6850edccdba4219e5ed568683c9f..c9b2bd5b65df86fb853e9b7c867ce7118c85e5d4 100644
--- a/mojo/dart/embedder/test/run_dart_tests.cc
+++ b/mojo/dart/unittests/embedder_tester/run_dart_tests.cc
@@ -7,7 +7,7 @@
#include "base/path_service.h"
#include "base/rand_util.h"
#include "mojo/dart/embedder/dart_controller.h"
-#include "mojo/dart/embedder/test/dart_test.h"
+#include "mojo/dart/unittests/embedder_tester/dart_test.h"
#include "mojo/public/c/system/types.h"
#include "mojo/public/cpp/environment/environment.h"
#include "testing/gtest/include/gtest/gtest.h"
@@ -28,7 +28,8 @@ class DartUnitTest : public DartTest {
PathService::Get(base::DIR_SOURCE_ROOT, &path);
path = path.AppendASCII("mojo")
.AppendASCII("dart")
- .AppendASCII("test")
+ .AppendASCII("unittests")
+ .AppendASCII("embedder_tests")
.AppendASCII(test);
std::vector<std::string> script_arguments;
« no previous file with comments | « mojo/dart/unittests/embedder_tester/dart_to_cpp_tests.cc ('k') | mojo/dart/unittests/embedder_tester/validation_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698