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

Unified Diff: tool/build_test_pkgs.sh

Issue 2249233002: fix #626, add AMD module format and make it default (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: fix sunflower Created 4 years, 4 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
« lib/src/compiler/module_builder.dart ('K') | « test/codegen_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tool/build_test_pkgs.sh
diff --git a/tool/build_test_pkgs.sh b/tool/build_test_pkgs.sh
index c02712ce537bb17887e818fb1bcc7a24a9877bd2..be3a532ee9e9db70b8787ced7ad52986b1d57b79 100755
--- a/tool/build_test_pkgs.sh
+++ b/tool/build_test_pkgs.sh
@@ -29,6 +29,9 @@ SDK=--dart-sdk-summary=lib/runtime/dart_sdk.sum
package:stack_trace/stack_trace.dart
./bin/dartdevc.dart $SDK -o gen/codegen_output/pkg/unittest.js \
+ -s gen/codegen_output/pkg/matcher.sum \
+ -s gen/codegen_output/pkg/path.sum \
+ -s gen/codegen_output/pkg/stack_trace.sum \
package:unittest/unittest.dart \
package:unittest/html_config.dart \
package:unittest/html_individual_config.dart \
« lib/src/compiler/module_builder.dart ('K') | « test/codegen_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698