Chromium Code Reviews| Index: tool/build_sdk.sh |
| diff --git a/tool/build_sdk.sh b/tool/build_sdk.sh |
| index 8a30ea5417db5ad165c2484b5db46e45477cdbe2..e1e899004993d407691e31b32114bef7306ed39b 100755 |
| --- a/tool/build_sdk.sh |
| +++ b/tool/build_sdk.sh |
| @@ -11,5 +11,6 @@ echo "*** Compiling SDK to JavaScript" |
| 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/ \ |
| "$@" \ |
| + dart:_utils \ |
|
Jennifer Messerly
2015/11/30 18:54:11
hmmm, one idea here is: if this is imported by oth
ochafik
2015/12/01 14:41:03
Ha! Added a phony import in js_primitives.dart + t
|
| dart:js dart:mirrors \ |
| > tool/sdk_expected_errors.txt || true |