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

  /external/chromium_org/tools/gyp/pylib/gyp/generator/
make.py 107 output_dir = params['options'].generator_output or \
    [all...]
eclipse.py 296 if params['options'].generator_output:
297 raise NotImplementedError, "--generator_output not implemented for eclipse"
msvs.py     [all...]
android.py 110 support options.generator_output, so this function is a noop."""
    [all...]
ninja.py     [all...]
  /external/chromium_org/tools/gyp/pylib/gyp/
__init__.py 307 parser.add_option('--generator-output', dest='generator_output',
386 if not options.generator_output and options.use_environment:
389 options.generator_output = g_o

Completed in 64 milliseconds