HomeSort by relevance Sort by last modified time
    Searched refs:ninja (Results 26 - 41 of 41) sorted by null

12

  /external/skia/platform_tools/chromeos/bin/
chromeos_setup.sh 54 exportVar GYP_GENERATORS "ninja"
  /external/webrtc/talk/build/
build_ios_libs.sh 73 export GYP_GENERATORS="ninja"
76 ninja -C ${OUTPUT_DIR}/${FLAVOR} libjingle_peerconnection_objc_no_op
  /external/skia/tools/
coverage.sh 18 ninja -C out/Coverage
build_command_buffer.py 36 parser.add_argument('--extra-ninja-args', default='',
37 help=('Extra arguments to pass to ninja when building the command '
126 os.environ['GYP_GENERATORS'] = 'ninja'
134 subprocess.check_call(['ninja'] + shlex.split(args.extra_ninja_args) +
  /build/kati/testcase/
find_command.mk 1 # TODO(go|ninja): This test is only for ckati. ninja: multiple problems
3 # ninja: find . finds ninja temporary files
4 # ninja: escaping ! doesn't seem to be working
5 # ninja: stderr gets reordered
  /external/v8/tools/gyp/pylib/gyp/generator/
ninja.py 34 # system to the appropriate locations. Ninja prefers paths to be
38 # ninja/shell variable) that are passed to gyp here but expanded
39 # before writing out into the target .ninja files; see
86 """Takes a preprocessor define and returns a -D parameter that's ninja- and
184 # A small discourse on paths as used within the Ninja build:
195 # All paths as written into the .ninja files are relative to the build
196 # directory. Call these paths "ninja paths".
202 # into the equivalent ninja path.
204 # - GypPathToUniqueOutput translates a gyp path into a ninja path to write
223 self.ninja = ninja_syntax.Writer(output_file
    [all...]
xcode.py 586 if params.get('flavor') == 'ninja':
591 toplevel, output_dir, 'gypfiles-xcode-ninja'))
605 # Optionally configure each spec to use ninja as the external builder.
606 ninja_wrapper = params.get('flavor') == 'ninja'
    [all...]
msvs.py 15 import gyp.generator.ninja as ninja_generator
    [all...]
  /external/skia/
Makefile 2 # Uses "ninja" to build the code.
40 # TODO(epoger): I'm not sure if the above comment is still valid in a ninja
67 # Targets that ninja builds at this Makefile's behest should not be affected.
97 ninja -C $(SKIA_OUT)/$(BUILDTYPE) $@
  /build/kati/
runtest.rb 45 files.delete('build.ninja')
47 files.delete('ninja.sh')
102 log.gsub!(/^ninja: no work to do\.\n/, '')
103 log.gsub!(/^ninja: error: (.*, needed by .*),.*/,
105 log.gsub!(/^ninja: warning: multiple rules generate (.*)\. builds involving this target will not be correct.*$/,
106 'ninja: warning: multiple rules generate \\1.')
108 # This test expects ninja fails. Strip ninja specific error logs.
110 log.gsub!(/^ninja: .*\n/, '')
114 log.gsub!(/^ninja: .*\n/, ''
    [all...]
  /build/blueprint/
bootstrap.bash 35 # WRAPPER should only be set if you want a ninja wrapper script to be
55 # BOOTSTRAP_MANIFEST is the path to the bootstrap Ninja file that is part of
58 [ -z "$BOOTSTRAP_MANIFEST" ] && BOOTSTRAP_MANIFEST="${SRCDIR}/build.ninja.in"
138 $IN > $BUILDDIR/build.ninja
  /build/tools/makeparallel/
makeparallel.cpp 292 bool ninja = false; local
295 if (argc > 1 && strcmp(argv[1], "--ninja") == 0) {
296 ninja = true;
321 if (ninja) {
323 // ninja is parallel by default, pass -j1 to disable parallelism if make wasn't parallel
  /external/v8/tools/gyp/pylib/gyp/
xcode_ninja.py 5 """Xcode-ninja wrapper project file generator.
8 with ninja instead. The Xcode project itself is transformed into a list of
9 executable targets, each with a build step to build with ninja, and a target
16 import gyp.generator.ninja namespace
57 """ Create fake target for xcode-ninja wrapper. """
58 # Determine ninja top level build dir (e.g. /path/to/out).
65 gyp.generator.ninja.ComputeOutputDir(params))
113 'action_name': 'Compile and copy %s via ninja' % target_name,
119 'ninja',
124 'message': 'Compile and copy %s via ninja' % target_name
    [all...]
  /build/core/
soong.mk 8 SOONG_BUILD_NINJA := $(SOONG_OUT_DIR)/build.ninja
main.mk 111 # Mark this is a ninja build.
113 include build/core/ninja.mk
116 # Remove ninja build mark if it exists.
122 # when using ninja.
    [all...]
config.mk 646 # Force gcc to always output color diagnostics. Ninja will strip the ANSI
684 # doesn't change every time, which would cause ninja to rebuild
    [all...]

Completed in 497 milliseconds

12