Lines Matching refs:ninja
5 " Adds a "Compile this file" function, using ninja. On Mac, binds Cmd-k to
9 " Adds a "Build this target" function, using ninja. This is not bound
13 " Requires that gyp has already generated build.ninja files, and that ninja is
17 " so /path/to/src/tools/vim/ninja-build.vim
45 """Default to the configuration with either a newer build.ninja or a newer
59 if is_release_15s_newer('build.ninja') or is_release_15s_newer('protoc'):
69 # ninja needs filepaths for the ^ syntax to be relative to the
74 build_cmd = ' '.join(['ninja', '-C', build_dir, file_to_build + '^'])
84 build_cmd = ' '.join(['ninja', '-C', build_dir, targets])