| Index: tools/vim/PRESUBMIT.py
|
| diff --git a/tools/vim/PRESUBMIT.py b/tools/vim/PRESUBMIT.py
|
| index 0456d37e86b253b1657275063c4ff16af79aadc6..33cdd6d82bc4b80468b15d9f0d983acb892d35a1 100644
|
| --- a/tools/vim/PRESUBMIT.py
|
| +++ b/tools/vim/PRESUBMIT.py
|
| @@ -21,6 +21,7 @@ def CheckChangeOnUpload(input_api, output_api):
|
| # test requires access to 'ninja' and hasn't been tested on platforms other
|
| # than Linux.
|
| if 'chromium.ycm_extra_conf.py' in affected_files or \
|
| + 'ninja_output.py' in affected_files or \
|
| any([input_api.re.match(r'tests(/|\\)',f) for f in affected_files]):
|
| results += input_api.RunTests(
|
| input_api.canned_checks.GetUnitTests(
|
|
|