Lines Matching defs:ninja
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
59 """ Create fake target for xcode-ninja wrapper. """
60 # Determine ninja top level build dir (e.g. /path/to/out).
66 options.toplevel_dir, gyp.generator.ninja.ComputeOutputDir(params)
118 "action_name": "Compile and copy %s via ninja" % target_name,
124 "ninja",
129 "message": "Compile and copy %s via ninja" % target_name,
167 """Initialize targets for the ninja wrapper.
170 that use ninja as an external builder.
183 # and prepend .ninja before the .gyp extension.
188 main_gyp = build_file_root + ".ninja" + build_file_ext
201 # Normally the xcode-ninja generator includes only valid executable targets.