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

Unified Diff: test/variables/commands/commands.gyp

Issue 8937016: Add a test for escaping of backslashes in list expansion (Closed) Base URL: http://gyp.googlecode.com/svn/trunk/
Patch Set: '' Created 9 years 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 | « no previous file | test/variables/commands/commands.gyp.stdout » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/variables/commands/commands.gyp
===================================================================
--- test/variables/commands/commands.gyp (revision 1106)
+++ test/variables/commands/commands.gyp (working copy)
@@ -58,6 +58,8 @@
'var16': '<(not_int_5)',
'var17': '<(negative_int)',
'var18': '<(zero_int)',
+ 'var19': ['<!@(python test.py)'],
+ 'var20': '<!(python test.py)',
},
'actions': [
{
« no previous file with comments | « no previous file | test/variables/commands/commands.gyp.stdout » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698