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

Unified Diff: compiler/scripts/dartc_run.sh

Issue 9860009: Removes dartc reliance on its own libraries, now can be targeted at any implementation's libraries (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Updated 'configs' to be 'config' directory, updated addLib() to throw exception 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 ad99a949d789ded8bf95bfbfdad4a90181baa0a0..90f58c5b04045f27406e20a356e1086632bc7406 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`
-DIST_DIR=$DARTC_HOME/compiler
DARTC_LIBS=$DIST_DIR/lib
+DIST_DIR=$DARTC_HOME/compiler
DARTC_FLAGS=""

Powered by Google App Engine
This is Rietveld 408576698