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

Unified Diff: sdk/bin/dart2js

Issue 15957006: Add --version option to dart2js and add version information (if available) to generated code. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address review feedback. Created 7 years, 7 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: sdk/bin/dart2js
diff --git a/sdk/bin/dart2js b/sdk/bin/dart2js
index 96354cae4a715da8d334d30567aa05b23249fbb2..2baaba762ffef2f09f8722b7fe25e6cdd24faaef 100755
--- a/sdk/bin/dart2js
+++ b/sdk/bin/dart2js
@@ -41,9 +41,6 @@ unset EXTRA_VM_OPTIONS
declare -a EXTRA_VM_OPTIONS
if test -f "$SNAPSHOT"; then
- # TODO(ahe): Remove the following line when we are relatively sure it works.
- echo Using snapshot "$SNAPSHOT" 1>&2
-
EXTRA_OPTIONS[${#EXTRA_OPTIONS[@]}]="--library-root=$SDK_DIR"
fi
« no previous file with comments | « no previous file | sdk/bin/dart2js.bat » ('j') | sdk/lib/_internal/compiler/implementation/js_backend/js_backend.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698