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

Unified Diff: pkg/dev_compiler/tool/build_test_pkgs.sh

Issue 2955513002: Dynamically load packages for dartdevc tests in test.dart. (Closed)
Patch Set: Created 3 years, 6 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: pkg/dev_compiler/tool/build_test_pkgs.sh
diff --git a/pkg/dev_compiler/tool/build_test_pkgs.sh b/pkg/dev_compiler/tool/build_test_pkgs.sh
index 1aa3ddf51bb95d05b9ed6439c3de452bc2b32ab0..5a18404da2af41e1728c7476fa63a5777470fb24 100755
--- a/pkg/dev_compiler/tool/build_test_pkgs.sh
+++ b/pkg/dev_compiler/tool/build_test_pkgs.sh
@@ -2,4 +2,4 @@
# TODO: This script is deprecated in favor of the Dart version. For now, forward
# to it so existing scripts don't break. Eventually, delete this one.
-./tool/build_pkgs.dart test
+./tool/build_pkgs.dart gen/codegen_output/pkg
vsm 2017/06/23 14:29:08 Maybe get rid of this file? I don't ever call it
Bob Nystrom 2017/06/24 00:29:36 Done.

Powered by Google App Engine
This is Rietveld 408576698