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

Unified Diff: dart/editor/build/buildutil.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 | « dart/client/tools/buildbot_annotated_steps.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/editor/build/buildutil.py
diff --git a/dart/editor/build/buildutil.py b/dart/editor/build/buildutil.py
index 67c1494036363230cacfd16827d4ddceddd46596..cbd86c73b69a7d094d4a3f2710a568bfd0c2b0d0 100644
--- a/dart/editor/build/buildutil.py
+++ b/dart/editor/build/buildutil.py
@@ -17,7 +17,7 @@ class BuildUtil(object):
_buildos = None
_dartpath = None
_sdkpath = None
- _pathending = 'Release_ia32'
+ _pathending = 'ReleaseIA32'
def __init__(self, buildos, buildout, dartpath):
"""Initialize this class.
« no previous file with comments | « dart/client/tools/buildbot_annotated_steps.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698