Gitiles
Code Review
Sign In
gerrit.openfyde.cn
/
chromium.googlesource.com
/
chromium
/
tools
/
depot_tools
/
70444a0907e7dbb3064d564a4c0e05537e81d43b
/
.
/
cpplint.bat
blob: a64a9db7239b48ee7557da0030c49ed4cd0197e9 [
file
] [
log
] [
blame
]
maruel@chromium.org
70444a0
2011-09-27 23:38:46 +0000
[
diff
] [
blame^
]
1
@echo
off
2
setlocal
3
::
This
is
required
with
cygwin only
.
4
PATH
=%~
dp0
;%
PATH
%
5
call python
"%~dp0cpplint.py"
%*