maruel@chromium.org | 70444a0 | 2011-09-27 23:38:46 +0000 | [diff] [blame] | 1 | @echo off
|
Dan Jacques | 74809c1 | 2017-06-01 13:54:57 -0700 | [diff] [blame^] | 2 | :: Copyright 2016 The Chromium Authors. All rights reserved.
|
| 3 | :: Use of this source code is governed by a BSD-style license that can be
|
| 4 | :: found in the LICENSE file.
|
maruel@chromium.org | 70444a0 | 2011-09-27 23:38:46 +0000 | [diff] [blame] | 5 | setlocal
|
Dan Jacques | 1b9a43a | 2017-05-21 10:44:06 -0700 | [diff] [blame] | 6 |
|
Dan Jacques | 74809c1 | 2017-06-01 13:54:57 -0700 | [diff] [blame^] | 7 | :: Ensure that "depot_tools" is somewhere in PATH so this tool can be used
|
| 8 | :: standalone, but allow other PATH manipulations to take priority.
|
| 9 | set PATH=%PATH%;%~dp0
|
| 10 |
|
| 11 | python "%~dp0cpplint.py" %*
|