[vim] Add ninja-powered CrBuild/CrCompileFile functions.
authorbmeurer <bmeurer@chromium.org>
Wed, 11 Feb 2015 06:59:00 +0000 (22:59 -0800)
committerCommit bot <commit-bot@chromium.org>
Wed, 11 Feb 2015 06:59:14 +0000 (06:59 +0000)
commitb10d55fd34320ed2c6d42836192dbca004b22734
tree244314cf7d99902dfb911f4fb189e568143cfb85
parent7c72f27a97bda1e688b95c08858fc878c8262c2b
[vim] Add ninja-powered CrBuild/CrCompileFile functions.

These are based on the ninja-build.vim file found in Chromium, adapted
to V8, and enhanced with goma support (automatically increase job limit
for ninja if goma is detected).

Review URL: https://codereview.chromium.org/915963002

Cr-Commit-Position: refs/heads/master@{#26563}
tools/vim/ninja-build.vim [new file with mode: 0644]
tools/vim/ninja_output.py [new file with mode: 0644]