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

Side by Side Diff: native_client_sdk/src/resources/httpd.cmd

Issue 23919004: [NaCl SDK] Create a resources/ directory and move files to it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: move httpd.cmd too Created 7 years, 3 months 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
OLDNEW
1 @echo off 1 @echo off
2 setlocal 2 setlocal
3 3
4 PATH=%CYGWIN%;%PATH% 4 PATH=%CYGWIN%;%PATH%
5 REM Use the path to this file (httpd.cmd) to get the 5 REM Use the path to this file (httpd.cmd) to get the
6 REM path to httpd.py, so that we can run httpd.cmd from 6 REM path to httpd.py, so that we can run httpd.cmd from
7 REM any directory. Pass up to 9 arguments to httpd.py. 7 REM any directory. Pass up to 9 arguments to httpd.py.
8 python %~dp0\..\tools\httpd.py %1 %2 %3 %4 %5 %6 %7 %8 %9 8 python %~dp0\..\tools\httpd.py %1 %2 %3 %4 %5 %6 %7 %8 %9
OLDNEW
« no previous file with comments | « native_client_sdk/src/resources/favicon.ico ('k') | native_client_sdk/src/resources/icon128.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698