Searched refs:build_tool (Results 1 – 3 of 3) sorted by relevance
31 def get_target_build_dir(build_tool, target): argument42 if build_tool == 'xcode':44 elif build_tool in ['make', 'ninja', 'ninja-ios']: # TODO: Remove ninja-ios.46 elif build_tool in ['msvs', 'vs', 'ib']:49 raise NotImplementedError('Unexpected GYP_GENERATORS (%s)' % build_tool)
84 build_tool = None variable in TestGypBase226 for build_tool in self.build_tool_list:227 if not build_tool:229 if os.path.isabs(build_tool):230 self.build_tool = build_tool232 build_tool = self.where_is(build_tool)233 if build_tool:234 self.build_tool = build_tool238 self.build_tool = self.build_tool_list[0]495 result = self.run(program=self.build_tool, **kw)[all …]
33 def get_build_dir(build_tool, is_iphone=False): argument44 if build_tool == 'xcode':46 elif build_tool in ['make', 'ninja', 'ninja-ios']: # TODO: Remove ninja-ios.49 raise NotImplementedError('Unexpected GYP_GENERATORS (%s)' % build_tool)