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

Unified Diff: editor/tools/analyzer

Issue 45573002: Rename analyzer_experimental to analyzer. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Tweaks before publishing. Created 7 years, 2 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 | editor/tools/analyzer_experimental » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: editor/tools/analyzer
diff --git a/editor/tools/analyzer_experimental b/editor/tools/analyzer
similarity index 93%
rename from editor/tools/analyzer_experimental
rename to editor/tools/analyzer
index 12a29ce6c4171dbb3526d45f0423b882808b8a14..adcc9663d1d361ee3c11cc8aff83112501730780 100755
--- a/editor/tools/analyzer_experimental
+++ b/editor/tools/analyzer
@@ -13,7 +13,7 @@ fi
DART_ROOT="$(cd "${CUR_DIR}/../.." ; pwd -P)"
SDK_DIR="$(cd "${DART_ROOT}/sdk" ; pwd -P)"
-PKG_ANALYZER="$DART_ROOT/pkg/analyzer_experimental/bin/analyzer.dart"
+PKG_ANALYZER="$DART_ROOT/pkg/analyzer/bin/analyzer.dart"
if [[ `uname` == 'Darwin' ]]; then
BUILD_DIR="$DART_ROOT/xcodebuild/$DART_CONFIGURATION"
« no previous file with comments | « no previous file | editor/tools/analyzer_experimental » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698