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

Unified Diff: tool/build_sdk.sh

Issue 1530563003: Generate all runtime files from dart. (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: merged master Created 4 years, 11 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 | « test/codegen/expect/varargs.js ('k') | tool/input_sdk/lib/_internal/libraries.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tool/build_sdk.sh
diff --git a/tool/build_sdk.sh b/tool/build_sdk.sh
index 2d54627a957ab6b5bd5683aa610f082d03f87dbb..595639e67f6dcb4a86580887d9b1e72c832776e1 100755
--- a/tool/build_sdk.sh
+++ b/tool/build_sdk.sh
@@ -14,5 +14,6 @@ dart -c bin/dartdevc.dart --no-source-maps --arrow-fn-bind-this --sdk-check \
--force-compile -l warning --dart-sdk tool/generated_sdk -o lib/runtime/ \
--no-destructure-named-params \
"$@" \
+ dart:_runtime \
dart:js dart:mirrors dart:html \
> tool/sdk_expected_errors.txt || true
« no previous file with comments | « test/codegen/expect/varargs.js ('k') | tool/input_sdk/lib/_internal/libraries.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698