Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4)

Side by Side Diff: tools/checkbins/checkbins.bat

Issue 345015: Rename checkbin to checkbins (because it checks multiple binaries) and set sv... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « tools/checkbins/checkbin.sh ('k') | tools/checkbins/checkbins.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 @echo off 1 @echo off
2 setlocal 2 setlocal
3 set PYTHONPATH=%~dp0..\..\third_party\pefile;%PYTHONPATH% 3 set PYTHONPATH=%~dp0..\..\third_party\pefile;%PYTHONPATH%
4 %~dp0..\..\third_party\python_24\python.exe %~dp0checkbin.py %* 4 %~dp0..\..\third_party\python_24\python.exe %~dp0checkbins.py %*
OLDNEW
« no previous file with comments | « tools/checkbins/checkbin.sh ('k') | tools/checkbins/checkbins.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698