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

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: Reverted to new .dart files in input_sdk: please compare them against previous patchset Created 5 years 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
Index: tool/build_sdk.sh
diff --git a/tool/build_sdk.sh b/tool/build_sdk.sh
index 2d54627a957ab6b5bd5683aa610f082d03f87dbb..cfdbb528f12564c80b56a78dfe7fb1fb5fa92cbb 100755
--- a/tool/build_sdk.sh
+++ b/tool/build_sdk.sh
@@ -14,5 +14,7 @@ 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:_utils dart:_operations dart:_classes dart:_rtti dart:_types \
+ dart:_errors dart:_generators dart:_runtime \
dart:js dart:mirrors dart:html \
> tool/sdk_expected_errors.txt || true

Powered by Google App Engine
This is Rietveld 408576698