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

Unified Diff: compiler/scripts/dartc.sh

Issue 9865025: Revert "Removes dartc reliance on its own libraries, now can be targeted at any implementation's li… (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 9 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
« no previous file with comments | « compiler/lib/print.dart ('k') | compiler/scripts/dartc_run.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: compiler/scripts/dartc.sh
diff --git a/compiler/scripts/dartc.sh b/compiler/scripts/dartc.sh
index 44e2e4dfbc952fd5a3e50e66223afa8aef661b24..ce5458e5daa1b4e615620cc15dc2274067cb3ab7 100755
--- a/compiler/scripts/dartc.sh
+++ b/compiler/scripts/dartc.sh
@@ -8,7 +8,6 @@ set -e
SCRIPT_DIR=$(dirname $0)
DARTC_HOME=$(dirname $SCRIPT_DIR)
DARTC_LIBS=$DARTC_HOME/lib
-DARTC_SDK=$(dirname $DARTC_HOME)/dart-sdk
if [ -x /usr/libexec/java_home ]; then
export JAVA_HOME=$(/usr/libexec/java_home -v '1.6+')
@@ -25,4 +24,4 @@ if [ "$OS" == "darwin" ] ; then
fi
exec java $EXTRA_JVMARGS $DART_JVMARGS -ea -classpath "@CLASSPATH@" \
- com.google.dart.compiler.DartCompiler --dart-sdk ${DARTC_SDK} $@
+ com.google.dart.compiler.DartCompiler $@
« no previous file with comments | « compiler/lib/print.dart ('k') | compiler/scripts/dartc_run.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698