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

Unified Diff: tool/build_sdk.sh

Issue 1186683005: dart:mirrors (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Address comments Created 5 years, 6 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 b473350bc957b8b5110a658bf1448042ea05b59e..a665c8c1db42f1fbaed4bdb2e77e50d779fb209f 100755
--- a/tool/build_sdk.sh
+++ b/tool/build_sdk.sh
@@ -16,7 +16,7 @@ fi
# transitively. Ideally we could pass them explicitly, though:
# https://github.com/dart-lang/dev_compiler/issues/219
dart -c bin/devc.dart --no-source-maps --sdk-check --force-compile -l warning \
- --dart-sdk tool/generated_sdk -o lib/runtime/ dart:js \
+ --dart-sdk tool/generated_sdk -o lib/runtime/ dart:mirrors \
> tool/generated_sdk/sdk_errors.txt || true
if [[ ! -f lib/runtime/dart/core.js ]] ; then

Powered by Google App Engine
This is Rietveld 408576698