Chromium Code Reviews| Index: buildbot/buildbot_run.py |
| diff --git a/buildbot/buildbot_run.py b/buildbot/buildbot_run.py |
| index e0fda368aea3e3d67caea0f862107cb47e09de4d..57fdb655ba0fa7449e029f65ab76cca852332f69 100755 |
| --- a/buildbot/buildbot_run.py |
| +++ b/buildbot/buildbot_run.py |
| @@ -79,6 +79,7 @@ def GypBuild(): |
| retcode += GypTestFormat('xcode') |
| retcode += GypTestFormat('make') |
| elif sys.platform == 'win32': |
| + retcode += GypTestFormat('ninja') |
|
Nico
2012/02/27 16:23:30
wasn't this in some other change already? do you n
scottmg
2012/02/28 00:01:13
I really suck at git. I think correct now.
|
| retcode += GypTestFormat('msvs-2008', format='msvs', msvs_version='2008') |
| if os.environ['BUILDBOT_BUILDERNAME'] == 'gyp-win64': |
| retcode += GypTestFormat('msvs-2010', format='msvs', msvs_version='2010') |