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

Unified Diff: test/win/no-quoting/somecmd.bat

Issue 10384100: ninja windows: support msvs_quote_cmd support (Closed) Base URL: http://git.chromium.org/external/gyp.git@master
Patch Set: use namedtuple instead Created 8 years, 7 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 | « test/win/no-quoting/no-quoting.gyp ('k') | test/win/no-quoting/sub dir space/infile » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/win/no-quoting/somecmd.bat
diff --git a/test/win/no-quoting/somecmd.bat b/test/win/no-quoting/somecmd.bat
new file mode 100644
index 0000000000000000000000000000000000000000..0c2c28ac115949f4c9596ce2e2b37b83530ecef5
--- /dev/null
+++ b/test/win/no-quoting/somecmd.bat
@@ -0,0 +1,2 @@
+@echo off
+copy /y %1 %2 >nul 2>nul
« no previous file with comments | « test/win/no-quoting/no-quoting.gyp ('k') | test/win/no-quoting/sub dir space/infile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698