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

Unified Diff: tool/build_sdk.sh

Issue 1528613004: First cut of mini dart:html. (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Delete non html file 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 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

Powered by Google App Engine
This is Rietveld 408576698