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

Unified Diff: native_client_sdk/src/examples/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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « native_client_sdk/src/examples/favicon.ico ('k') | native_client_sdk/src/examples/resources/background.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: native_client_sdk/src/examples/httpd.cmd
diff --git a/native_client_sdk/src/examples/httpd.cmd b/native_client_sdk/src/examples/httpd.cmd
deleted file mode 100644
index d7aec88e8e21102aa00eba605537b0d9cd537ae1..0000000000000000000000000000000000000000
--- a/native_client_sdk/src/examples/httpd.cmd
+++ /dev/null
@@ -1,8 +0,0 @@
-@echo off
-setlocal
-
-PATH=%CYGWIN%;%PATH%
-REM Use the path to this file (httpd.cmd) to get the
-REM path to httpd.py, so that we can run httpd.cmd from
-REM any directory. Pass up to 9 arguments to httpd.py.
-python %~dp0\..\tools\httpd.py %1 %2 %3 %4 %5 %6 %7 %8 %9
« no previous file with comments | « native_client_sdk/src/examples/favicon.ico ('k') | native_client_sdk/src/examples/resources/background.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698