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

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

Issue 2413073002: Start cleaning up the HTML tests. (Closed)
Patch Set: Unfork expect.dart. Created 4 years, 2 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/test/not_yet_strong_tests.dart ('k') | pkg/expect/lib/expect.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 5b348e2a56e3e5527cbefc431ebf5c780176b591..d4a08caa5e0aea2860e95669f199ec2f7d4fd351 100755
--- a/pkg/dev_compiler/tool/build_test_pkgs.sh
+++ b/pkg/dev_compiler/tool/build_test_pkgs.sh
@@ -8,13 +8,16 @@ mkdir -p gen/codegen_output/pkg/
SDK=--dart-sdk-summary=lib/js/amd/dart_sdk.sum
./bin/dartdevc.dart $SDK -o gen/codegen_output/pkg/expect.js \
- --url-mapping=package:expect/expect.dart,test/codegen/expect.dart \
package:expect/expect.dart
./bin/dartdevc.dart $SDK -o gen/codegen_output/pkg/async_helper.js \
--url-mapping=package:async_helper/async_helper.dart,test/codegen/async_helper.dart \
package:async_helper/async_helper.dart
+./bin/dartdevc.dart $SDK -o gen/codegen_output/pkg/minitest.js \
+ --url-mapping=package:minitest/minitest.dart,test/codegen/minitest.dart \
+ package:minitest/minitest.dart
+
./bin/dartdevc.dart $SDK -o gen/codegen_output/pkg/js.js \
package:js/js.dart
« no previous file with comments | « pkg/dev_compiler/test/not_yet_strong_tests.dart ('k') | pkg/expect/lib/expect.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698