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

Unified Diff: pkg/analyzer/bin/analyzer

Issue 215463002: Move Dart-based analyzer script to packages. (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 | « editor/tools/analyzer ('k') | tools/testing/dart/compiler_configuration.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer/bin/analyzer
diff --git a/editor/tools/analyzer b/pkg/analyzer/bin/analyzer
similarity index 96%
rename from editor/tools/analyzer
rename to pkg/analyzer/bin/analyzer
index 61ff6ba6ca32206531eac158471d0b7bf22ac0c1..384bdfa10869bfe20dfee36e49573e4e2d0aa199 100755
--- a/editor/tools/analyzer
+++ b/pkg/analyzer/bin/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 | « editor/tools/analyzer ('k') | tools/testing/dart/compiler_configuration.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698