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

Unified Diff: tools/dom/dom.py

Issue 19475003: Update dom script with analyzer changes. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 5 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/dom/dom.py
diff --git a/tools/dom/dom.py b/tools/dom/dom.py
index f4a5c85ad19fab8a2de5f1af76cd8d8e0bb36f14..54844a64487821ad7d84cf6d98a402c488384029 100755
--- a/tools/dom/dom.py
+++ b/tools/dom/dom.py
@@ -40,10 +40,10 @@ def help():
def analyze():
''' Runs the dart analyzer. '''
return call([
- os.path.join(dart_out_dir, 'dart-sdk', 'bin', 'dart_analyzer'),
+ os.path.join(dart_out_dir, 'dart-sdk', 'bin', 'dartanalyzer'),
os.path.join('tests', 'html', 'element_test.dart'),
- '--dart-sdk', 'sdk',
- '--show-sdk-warnings',
+ '--dart-sdk=sdk',
+ '--show-package-warnings',
])
def build():
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698