Sign in
chromium
/
chromium
/
tools
/
depot_tools.git
/
8a1396cd723c08cac666e06ab60e3f01828be7d7
/
.
/
cpplint.bat
blob: ff3f84a0d7aac69f9343d07154d604e3737eef76 [
file
] [
log
] [
blame
]
@echo
off
setlocal
::
This
is
required
with
cygwin only
.
PATH
=%~
dp0
;%
PATH
%
call python
"%~dp0cpplint.py"
%*