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

Unified Diff: editor/tools/compile_analyzer_java.py

Issue 240723006: Replace Java based analyzer with Dart based analyzer when building SDK (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: merge Created 6 years, 8 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/compile_analyzer.py ('k') | sdk/bin/dartanalyzer » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: editor/tools/compile_analyzer_java.py
diff --git a/editor/tools/compile_analyzer.py b/editor/tools/compile_analyzer_java.py
similarity index 99%
rename from editor/tools/compile_analyzer.py
rename to editor/tools/compile_analyzer_java.py
index 53bd00916f69f5551bdc5e6bef6bf92a2c8c76ad..3ac7655649584b17a91afac100e5a2dc559433dc 100644
--- a/editor/tools/compile_analyzer.py
+++ b/editor/tools/compile_analyzer_java.py
@@ -100,7 +100,7 @@ def VerifyJavacGetPath():
print "You do not have JDK installed, can't build the analyzer"
exit(1)
return javac_path
-
+
def GetJavacPath():
if 'JAVA_HOME' in os.environ:
return join(os.environ['JAVA_HOME'], 'bin',
« no previous file with comments | « editor/tools/compile_analyzer.py ('k') | sdk/bin/dartanalyzer » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698