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

Unified Diff: editor/tools/analyzer

Issue 215683002: Rollback 215463002. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 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 | « no previous file | pkg/analyzer/bin/analyzer » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: editor/tools/analyzer
diff --git a/pkg/analyzer/bin/analyzer b/editor/tools/analyzer
similarity index 96%
rename from pkg/analyzer/bin/analyzer
rename to editor/tools/analyzer
index 384bdfa10869bfe20dfee36e49573e4e2d0aa199..61ff6ba6ca32206531eac158471d0b7bf22ac0c1 100755
--- a/pkg/analyzer/bin/analyzer
+++ b/editor/tools/analyzer
@@ -11,7 +11,7 @@ if [ -z "$DART_CONFIGURATION" ]; then
DART_CONFIGURATION="ReleaseIA32"
fi
-DART_ROOT="$(cd "${CUR_DIR}/../../.." ; pwd -P)"
+DART_ROOT="$(cd "${CUR_DIR}/../.." ; pwd -P)"
SDK_DIR="$(cd "${DART_ROOT}/sdk" ; pwd -P)"
PKG_ANALYZER="$DART_ROOT/pkg/analyzer/bin/analyzer.dart"
« no previous file with comments | « no previous file | pkg/analyzer/bin/analyzer » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698