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

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: merged 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
« no previous file with comments | « tool/build_sdk.sh ('k') | tool/input_sdk/private/ddc_runtime/operations.dart » ('j') | 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..b58855ccb9d08af256e7a199f7592bd37af8fd13 100755
--- a/tool/build_test_pkgs.sh
+++ b/tool/build_test_pkgs.sh
@@ -5,7 +5,7 @@ cd $( dirname "${BASH_SOURCE[0]}" )/..
mkdir -p gen/codegen_output/pkg/
-SDK=--dart-sdk-summary=lib/runtime/dart_sdk.sum
+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 \
@@ -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 \
« no previous file with comments | « tool/build_sdk.sh ('k') | tool/input_sdk/private/ddc_runtime/operations.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698