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

Unified Diff: mojo/tools/get_test_list.py

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/test/generate_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/tools/get_test_list.py
diff --git a/mojo/tools/get_test_list.py b/mojo/tools/get_test_list.py
index 9e5ad4cec0fcf987bc7fb6e7f73eacfcfef8a504..6a98473500282300a9b954d81d6053f16edae834 100755
--- a/mojo/tools/get_test_list.py
+++ b/mojo/tools/get_test_list.py
@@ -156,8 +156,9 @@ def GetTestList(config, verbose_count=0):
AddEntry("Dart mojom package generate tests",
[os.path.join("third_party", "dart-sdk", "dart-sdk", "bin", "dart"),
"--checked",
- "-p", os.path.join("mojo", "dart", "mojom", "packages"),
- os.path.join("mojo", "dart", "mojom", "test", "generate_test.dart")])
+ "-p", os.path.join("mojo", "public", "dart", "mojom", "packages"),
+ os.path.join(
+ "mojo", "public", "dart", "mojom", "test", "generate_test.dart")])
if target_os == Config.OS_LINUX:
AddEntry("Dart snapshotter test",
« no previous file with comments | « mojo/public/dart/mojom/test/generate_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698