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

  /external/chromium_org/tools/gyp/test/lib/
TestGyp.py 63 build_tool = None variable in class:TestGypBase
185 Initializes the .build_tool attribute.
191 for build_tool in self.build_tool_list:
192 if not build_tool:
194 if os.path.isabs(build_tool):
195 self.build_tool = build_tool
197 build_tool = self.where_is(build_tool)
198 if build_tool
    [all...]
  /external/chromium_org/build/
landmines.py 165 def get_target_build_dir(build_tool, target, is_iphone=False):
176 if build_tool == 'xcode':
179 elif build_tool in ['make', 'ninja', 'ninja-ios']: # TODO: Remove ninja-ios.
181 elif build_tool in ['msvs', 'vs', 'ib']:
183 elif build_tool == 'scons':
186 raise NotImplementedError('Unexpected GYP_GENERATORS (%s)' % build_tool)

Completed in 87 milliseconds