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

Unified Diff: dart/client/tools/buildbot_annotated_steps.py

Issue 10511005: Another attempt at fixing the Editor build. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 6 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 | dart/editor/build/buildutil.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/client/tools/buildbot_annotated_steps.py
diff --git a/dart/client/tools/buildbot_annotated_steps.py b/dart/client/tools/buildbot_annotated_steps.py
index 410f1b3745b9ce6931c4dc42f578bc229a077400..1c224fd566299630dc07792ddf7d64409a728440 100644
--- a/dart/client/tools/buildbot_annotated_steps.py
+++ b/dart/client/tools/buildbot_annotated_steps.py
@@ -102,7 +102,7 @@ def ProcessTools(mode, name, version):
print "toolsBuildScript = " + os.path.abspath(toolsBuildScript)
utils = GetUtils()
- outdir = os.path.abspath(GetOutDir(utils, mode))
+ outdir = GetOutDir(utils, mode)
cmds = [sys.executable, toolsBuildScript,
'--mode=' + mode, '--revision=' + version,
'--name=' + name, '--out=' + outdir]
« no previous file with comments | « no previous file | dart/editor/build/buildutil.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698