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

Unified Diff: compiler/scripts/dartc_run.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
Index: compiler/scripts/dartc_run.sh
diff --git a/compiler/scripts/dartc_run.sh b/compiler/scripts/dartc_run.sh
index 90f58c5b04045f27406e20a356e1086632bc7406..ad99a949d789ded8bf95bfbfdad4a90181baa0a0 100755
--- a/compiler/scripts/dartc_run.sh
+++ b/compiler/scripts/dartc_run.sh
@@ -13,8 +13,8 @@ unset CLASSPATH
# Figure out where the dartc home is
SCRIPT_DIR=`dirname $0`
DARTC_HOME=`cd $SCRIPT_DIR; pwd`
-DARTC_LIBS=$DIST_DIR/lib
DIST_DIR=$DARTC_HOME/compiler
+DARTC_LIBS=$DIST_DIR/lib
DARTC_FLAGS=""
« no previous file with comments | « compiler/scripts/dartc.sh ('k') | editor/tools/features/com.google.dart.tools.deploy.feature_releng/build_rcp.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698