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

Unified Diff: mojo/tools/get_test_list.py

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/public/dart/sdk_ext_sources.gni ('k') | services/dart/dart_apptests/BUILD.gn » ('j') | 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 6723f519162a8e5045fbc8b0d6056abe2c54c5f9..20d781d883c7373cda419cfc271e30c6bfa866b5 100755
--- a/mojo/tools/get_test_list.py
+++ b/mojo/tools/get_test_list.py
@@ -187,7 +187,7 @@ def GetTestList(config, verbose_count=0):
"--checked",
"-p", os.path.join(build_dir, "gen", "dart-pkg", "packages"),
os.path.join(
- "mojo", "public", "dart", "mojom", "test", "generate_test.dart")])
+ "mojo", "dart", "packages", "mojom", "test", "generate_test.dart")])
if target_os == Config.OS_LINUX and ShouldRunTest(Config.TEST_TYPE_DEFAULT):
AddEntry("Dart snapshotter test",
« no previous file with comments | « mojo/public/dart/sdk_ext_sources.gni ('k') | services/dart/dart_apptests/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698