Searched refs:GypTestFormat (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/tools/gyp/buildbot/
H A Dbuildbot_run.py71 def GypTestFormat(title, format=None, msvs_version=None): function
123 retcode += GypTestFormat('android')
125 retcode += GypTestFormat('ninja')
126 retcode += GypTestFormat('make')
128 retcode += GypTestFormat('ninja')
129 retcode += GypTestFormat('xcode')
130 retcode += GypTestFormat('make')
132 retcode += GypTestFormat('ninja')
134 retcode += GypTestFormat('msvs-2010', format='msvs', msvs_version='2010')
135 retcode += GypTestFormat('msv
[all...]

Completed in 28 milliseconds