Chromium Code Reviews| Index: tool/build_sdk.sh |
| diff --git a/tool/build_sdk.sh b/tool/build_sdk.sh |
| index 3b58fa0055a5f43f663689a3fece91d24dbacc8c..609a2ae4375f9f0b08fe853769071b264800286a 100755 |
| --- a/tool/build_sdk.sh |
| +++ b/tool/build_sdk.sh |
| @@ -15,4 +15,5 @@ dart -c bin/dartdevc.dart --no-source-maps --arrow-fn-bind-this --sdk-check \ |
| --no-destructure-named-params \ |
| "$@" \ |
| dart:js dart:mirrors \ |
| + dart:js dart:mirrors dart:html \ |
|
Jennifer Messerly
2015/12/15 19:17:12
note: it's harmless but you shouldn't need to list
vsm
2015/12/15 21:05:27
Just a bug on my part. Fixed. :-)
|
| > tool/sdk_expected_errors.txt || true |