HomeSort by relevance Sort by last modified time
    Searched refs:build_tool (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/v8/build/
landmines.py 31 def get_target_build_dir(build_tool, target):
42 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)
  /external/chromium_org/build/
landmines.py 33 def get_build_dir(build_tool, is_iphone=False):
44 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)
  /external/chromium_org/tools/gyp/test/lib/
TestGyp.py 84 build_tool = None variable in class:TestGypBase
220 Initializes the .build_tool attribute.
226 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_tool
232 build_tool = self.where_is(build_tool)
233 if build_tool
    [all...]

Completed in 94 milliseconds