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

Unified Diff: tools/dom/dom.py

Issue 12733006: Making dom.py build command only build the runtime. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 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 | 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 11d126eda767782dc8bf53ebc7d2ea06b58ec45e..e45d820f9ffcb88e7235cd3d89d1ddec7deae0bd 100755
--- a/tools/dom/dom.py
+++ b/tools/dom/dom.py
@@ -42,11 +42,12 @@ def analyze():
])
def build():
- ''' Builds the SDK '''
+ ''' Builds the Dart binary '''
call([
os.path.join('tools', 'build.py'),
'--mode=release',
'--arch=ia32',
+ 'runtime',
])
def dart2js():
« 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