def GetBuildRoot()

in annotated_steps.py [0:0]


def GetBuildRoot(bot_info):
  system = bot_info.system
  if system == 'windows':
    system = 'win32'
  if system == 'mac':
    system = 'macos'
  return utils.GetBuildRoot(system, mode='release', arch='ia32',
                            target_os=system)