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

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

Issue 2371113004: Use .packages instead of pubspec.yaml (Closed)
Patch Set: Mark clang as passing Created 4 years, 3 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/dev_compiler/tool/format.sh » ('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 b58855ccb9d08af256e7a199f7592bd37af8fd13..5b348e2a56e3e5527cbefc431ebf5c780176b591 100755
--- a/pkg/dev_compiler/tool/build_test_pkgs.sh
+++ b/pkg/dev_compiler/tool/build_test_pkgs.sh
@@ -28,7 +28,8 @@ SDK=--dart-sdk-summary=lib/js/amd/dart_sdk.sum
-s gen/codegen_output/pkg/path.sum \
package:stack_trace/stack_trace.dart
-./bin/dartdevc.dart $SDK -o gen/codegen_output/pkg/unittest.js \
+./bin/dartdevc.dart $SDK --unsafe-force-compile \
+ -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 \
« no previous file with comments | « pkg/dev_compiler/test/not_yet_strong_tests.dart ('k') | pkg/dev_compiler/tool/format.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698