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

Unified Diff: tool/build_sdk.sh

Issue 1625563002: Use the great new Devtools API for custom formatters. Now Dart objects are now generally as easy to… (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: 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
Index: tool/build_sdk.sh
diff --git a/tool/build_sdk.sh b/tool/build_sdk.sh
index 595639e67f6dcb4a86580887d9b1e72c832776e1..9fe0242353a80924cffd58b69df041c98c5d4af1 100755
--- a/tool/build_sdk.sh
+++ b/tool/build_sdk.sh
@@ -15,5 +15,6 @@ dart -c bin/dartdevc.dart --no-source-maps --arrow-fn-bind-this --sdk-check \
--no-destructure-named-params \
"$@" \
dart:_runtime \
+ dart:_debugger \
dart:js dart:mirrors dart:html \
> tool/sdk_expected_errors.txt || true

Powered by Google App Engine
This is Rietveld 408576698