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

Unified Diff: mojo/dart/packages/mojom/test/generate_test.dart

Issue 1441033002: Move mojo and mojom from mojo/public/dart to mojo/dart/packages (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 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/dart/packages/mojom/pubspec.yaml ('k') | mojo/public/dart/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/dart/packages/mojom/test/generate_test.dart
diff --git a/mojo/public/dart/mojom/test/generate_test.dart b/mojo/dart/packages/mojom/test/generate_test.dart
similarity index 96%
rename from mojo/public/dart/mojom/test/generate_test.dart
rename to mojo/dart/packages/mojom/test/generate_test.dart
index 21cdd411b8d5c63953a5cf108b5e17a813f969a8..b01de454668aaf2ef6ce39a18dbe90de94acb2a1 100644
--- a/mojo/public/dart/mojom/test/generate_test.dart
+++ b/mojo/dart/packages/mojom/test/generate_test.dart
@@ -27,8 +27,8 @@ main() async {
if (Platform.environment['MOJO_SDK'] != null) {
mojoSdk = Platform.environment['MOJO_SDK'];
} else {
- mojoSdk = path.normalize(
- path.join(path.dirname(Platform.script.path), '..', '..', '..'));
+ mojoSdk = path.normalize(path.join(
+ path.dirname(Platform.script.path), '..', '..', '..', '..', 'public'));
}
if (!await new Directory(mojoSdk).exists()) {
fail("Could not find the Mojo SDK");
« no previous file with comments | « mojo/dart/packages/mojom/pubspec.yaml ('k') | mojo/public/dart/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698