nick@chromium.org | 3ac1c4e | 2014-01-16 02:44:42 +0000 | [diff] [blame] | 1 | @echo off
|
| 2 | :: Copyright 2014 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.
|
scottmg@chromium.org | 28974af | 2014-02-26 04:07:29 +0000 | [diff] [blame] | 5 | setlocal
|
nick@chromium.org | 3ac1c4e | 2014-01-16 02:44:42 +0000 | [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 |
|
nick@chromium.org | 3ac1c4e | 2014-01-16 02:44:42 +0000 | [diff] [blame] | 11 | :: Defer control.
|
Josip Sokcevic | 3912091 | 2021-07-20 18:35:42 +0000 | [diff] [blame] | 12 | python3 "%~dp0\clang_format.py" %*
|