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

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

Issue 2955513002: Dynamically load packages for dartdevc tests in test.dart. (Closed)
Patch Set: Remove TODO that's TODONE. 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
« no previous file with comments | « pkg/dev_compiler/tool/build_pkgs.dart ('k') | pkg/dev_compiler/tool/build_test_pkgs.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/dev_compiler/tool/build_pkgs.sh
diff --git a/pkg/dev_compiler/tool/build_pkgs.sh b/pkg/dev_compiler/tool/build_pkgs.sh
index 87ec3c09112c24a7726616c16b982669d70cfa16..fa71c32999fdc28c6581b5880f329e2b0d441281 100755
--- a/pkg/dev_compiler/tool/build_pkgs.sh
+++ b/pkg/dev_compiler/tool/build_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
+./tool/build_pkgs.dart gen/codegen_output/pkg travis
« no previous file with comments | « pkg/dev_compiler/tool/build_pkgs.dart ('k') | pkg/dev_compiler/tool/build_test_pkgs.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698