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

Unified Diff: mojo/dart/unittests/embedder_tester/dart_to_cpp_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/dart_to_cpp_tests.cc
diff --git a/mojo/dart/embedder/test/dart_to_cpp_tests.cc b/mojo/dart/unittests/embedder_tester/dart_to_cpp_tests.cc
similarity index 98%
rename from mojo/dart/embedder/test/dart_to_cpp_tests.cc
rename to mojo/dart/unittests/embedder_tester/dart_to_cpp_tests.cc
index 4b7a703e2dee052752c23e3bb0eae71972b54d2d..a5b7ee0995edea798bce7ba28d807aaad050d4c0 100644
--- a/mojo/dart/embedder/test/dart_to_cpp_tests.cc
+++ b/mojo/dart/unittests/embedder_tester/dart_to_cpp_tests.cc
@@ -13,8 +13,8 @@
#include "base/run_loop.h"
#include "base/threading/thread.h"
#include "mojo/dart/embedder/dart_controller.h"
-#include "mojo/dart/embedder/test/dart_test.h"
-#include "mojo/dart/embedder/test/dart_to_cpp.mojom.h"
+#include "mojo/dart/unittests/embedder_tester/dart_test.h"
+#include "mojo/dart/unittests/embedder_tester/dart_to_cpp.mojom.h"
#include "mojo/public/cpp/bindings/strong_binding.h"
#include "mojo/public/cpp/system/core.h"
#include "mojo/public/cpp/system/macros.h"
@@ -281,8 +281,8 @@ class DartToCppTest : public DartTest {
PathService::Get(base::DIR_SOURCE_ROOT, &path);
path = path.AppendASCII("mojo")
.AppendASCII("dart")
- .AppendASCII("embedder")
- .AppendASCII("test")
+ .AppendASCII("unittests")
+ .AppendASCII("embedder_tests")
.AppendASCII(test);
// Setup the package root.
« no previous file with comments | « mojo/dart/unittests/embedder_tester/dart_to_cpp.mojom ('k') | mojo/dart/unittests/embedder_tester/run_dart_tests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698