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

Unified Diff: tools/dom/dom.py

Issue 14908005: "Reverting 22561" (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 7 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 | « tools/create_sdk.py ('k') | tools/dom/scripts/dartmetadata.py » ('j') | 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 793764caf40fa6e2a3ee2ba4cc2f7ac9a4135eca..15697b30b13ca2183a880475b7ff32961daea1a1 100755
--- a/tools/dom/dom.py
+++ b/tools/dom/dom.py
@@ -102,10 +102,8 @@ def compile_dart2js(dart_file, checked):
def gen():
os.chdir(os.path.join('tools', 'dom', 'scripts'))
- result = call([os.path.join(os.getcwd(), 'dartdomgenerator.py'),
+ return call([os.path.join(os.getcwd(), 'dartdomgenerator.py'),
'--rebuild', '--parallel', '--systems=htmldart2js,htmldartium'])
- os.chdir(os.path.join('..', '..', '..'))
- return result
def http_server():
print('Browse tests at '
« no previous file with comments | « tools/create_sdk.py ('k') | tools/dom/scripts/dartmetadata.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698