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

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

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

Powered by Google App Engine
This is Rietveld 408576698