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

  /external/chromium-trace/catapult/devil/devil/android/sdk/
build_tools.py 14 def GetPath(build_tool):
16 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):
30 return (os.path.join(build_tools_path, build_tool) if build_tools_path
  /external/v8/build/
landmines.py 30 def get_build_dir(build_tool, src_dir, is_iphone=False):
41 if build_tool == 'xcode':
43 elif build_tool in ['make', 'ninja', 'ninja-ios']: # TODO: Remove ninja-ios.
52 raise NotImplementedError('Unexpected GYP_GENERATORS (%s)' % build_tool)
  /external/v8/gypfiles/
landmines.py 34 def get_build_dir(build_tool, is_iphone=False):
45 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)
  /external/v8/tools/gyp/test/lib/
TestGyp.py 81 build_tool = None variable in class:TestGypBase
241 Initializes the .build_tool attribute.
247 for build_tool in self.build_tool_list:
248 if not build_tool:
250 if os.path.isabs(build_tool):
251 self.build_tool = build_tool
253 build_tool = self.where_is(build_tool)
254 if build_tool
    [all...]

Completed in 795 milliseconds