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

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

Issue 2416853003: Move minitest.dart into the expect package. (Closed)
Patch Set: 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/codegen/minitest.dart ('k') | pkg/expect/lib/minitest.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 d4a08caa5e0aea2860e95669f199ec2f7d4fd351..42ab6c9e4ab81e756457ed51bb7b94a4ab98da5d 100755
--- a/pkg/dev_compiler/tool/build_test_pkgs.sh
+++ b/pkg/dev_compiler/tool/build_test_pkgs.sh
@@ -8,16 +8,13 @@ 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 \
- package:expect/expect.dart
+ package:expect/expect.dart \
+ package:expect/minitest.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/codegen/minitest.dart ('k') | pkg/expect/lib/minitest.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698