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

Unified Diff: mojo/tools/get_test_list.py

Issue 1346773002: Stop running pub get at gclient sync time and fix build bugs (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 3 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
Index: mojo/tools/get_test_list.py
diff --git a/mojo/tools/get_test_list.py b/mojo/tools/get_test_list.py
index c98a3fbb2a2e6db8b3a06f4b9627d8dc50b1c431..f96ecca93cc90cc29db1bdb50509c3498f329adc 100755
--- a/mojo/tools/get_test_list.py
+++ b/mojo/tools/get_test_list.py
@@ -157,7 +157,7 @@ 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", "public", "dart", "mojom", "packages"),
+ "-p", os.path.join(build_dir, "gen", "dart-pkg", "packages"),
os.path.join(
"mojo", "public", "dart", "mojom", "test", "generate_test.dart")])
« DEPS ('K') | « mojo/public/tools/git/dart_pub_get.py ('k') | services/dart/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698