summaryrefslogtreecommitdiff
path: root/buildbot
diff options
context:
space:
mode:
authorbradnelson@google.com <bradnelson@google.com@78cadc50-ecff-11dd-a971-7dbc132099af>2013-02-21 23:36:49 +0000
committerbradnelson@google.com <bradnelson@google.com@78cadc50-ecff-11dd-a971-7dbc132099af>2013-02-21 23:36:49 +0000
commitabb209fde1a5434477d72e96fa6d20362b778c68 (patch)
tree391b01974a79d4ebd7b84ef2a62dd74e80aa3626 /buildbot
parent15f79e0c5cf9bf10c964d40af83a03750effadb7 (diff)
downloadgyp-abb209fde1a5434477d72e96fa6d20362b778c68.tar.gz
Turning back on gold as it should now be on the bots.
BUG=http://code.google.com/p/chromium/issues/detail?id=108251 TEST=None R=bungeman@google.com Review URL: https://codereview.chromium.org/12328042 git-svn-id: http://gyp.googlecode.com/svn/trunk@1581 78cadc50-ecff-11dd-a971-7dbc132099af
Diffstat (limited to 'buildbot')
-rwxr-xr-xbuildbot/buildbot_run.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/buildbot/buildbot_run.py b/buildbot/buildbot_run.py
index 97d861e1..5da386ff 100755
--- a/buildbot/buildbot_run.py
+++ b/buildbot/buildbot_run.py
@@ -84,10 +84,6 @@ def GypTestFormat(title, format=None, msvs_version=None):
print '@@@BUILD_STEP ' + title + '@@@'
sys.stdout.flush()
env = os.environ.copy()
- # TODO(bradnelson): remove this when this issue is resolved:
- # http://code.google.com/p/chromium/issues/detail?id=108251
- if format == 'ninja':
- env['NOGOLD'] = '1'
if msvs_version:
env['GYP_MSVS_VERSION'] = msvs_version
command = ' '.join(