Searched refs:build_tool (Results 1 – 2 of 2) sorted by relevance
14 def GetPath(build_tool): argument16 return devil_env.config.LocalPath(build_tool)21 return _PathInLocalSdk(build_tool)25 return devil_env.config.FetchPath(build_tool)28 def _PathInLocalSdk(build_tool): argument30 return (os.path.join(build_tools_path, build_tool) if build_tools_path
34 def get_build_dir(build_tool, is_iphone=False): argument45 if build_tool == 'xcode':47 elif build_tool in ['make', 'ninja', 'ninja-ios']: # TODO: Remove ninja-ios.55 elif build_tool in ['msvs', 'vs', 'ib']:58 raise NotImplementedError('Unexpected GYP_GENERATORS (%s)' % build_tool)