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

Unified Diff: test/variables/filelist/filelist.gyp.stdout

Issue 7053018: Rebase stdout files, add new command_string capturing group. (Closed) Base URL: http://gyp.googlecode.com/svn/trunk/
Patch Set: '' Created 9 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/variables/commands/commands.gyp.ignore-env.stdout ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/variables/filelist/filelist.gyp.stdout
===================================================================
--- test/variables/filelist/filelist.gyp.stdout (revision 925)
+++ test/variables/filelist/filelist.gyp.stdout (working copy)
@@ -29,8 +29,8 @@
VARIABLES: Expanding 'Schultz' to 'Schultz'
VARIABLES: Expanding 'Astor' to 'Astor'
VARIABLES: Expanding '.' to '.'
-VARIABLES: Matches: {'content': 'names.txt <@(names', 'is_array': '', 'type': '<|', 'replace': '<|(names.txt <@(names)'}
-VARIABLES: Matches: {'content': 'names', 'is_array': '', 'type': '<@', 'replace': '<@(names)'}
+VARIABLES: Matches: {'content': 'names.txt <@(names', 'is_array': '', 'replace': '<|(names.txt <@(names)', 'type': '<|', 'command_string': None}
+VARIABLES: Matches: {'content': 'names', 'is_array': '', 'replace': '<@(names)', 'type': '<@', 'command_string': None}
VARIABLES: Expanding 'names' to 'names'
VARIABLES: Expanding 'John' to 'John'
VARIABLES: Expanding 'Jacob' to 'Jacob'
@@ -48,18 +48,18 @@
VARIABLES: Expanding 'test_action' to 'test_action'
VARIABLES: Expanding 'python' to 'python'
VARIABLES: Expanding 'dummy.py' to 'dummy.py'
-VARIABLES: Matches: {'content': 'names_listfile', 'is_array': '', 'type': '<', 'replace': '<(names_listfile)'}
+VARIABLES: Matches: {'content': 'names_listfile', 'is_array': '', 'replace': '<(names_listfile)', 'type': '<', 'command_string': None}
VARIABLES: Expanding 'names_listfile' to 'names_listfile'
VARIABLES: Found output 'names.txt', recursing.
VARIABLES: Expanding 'names.txt' to 'names.txt'
VARIABLES: Expanding '<(names_listfile)' to 'names.txt'
-VARIABLES: Matches: {'content': 'names_listfile', 'is_array': '', 'type': '<', 'replace': '<(names_listfile)'}
+VARIABLES: Matches: {'content': 'names_listfile', 'is_array': '', 'replace': '<(names_listfile)', 'type': '<', 'command_string': None}
VARIABLES: Expanding 'names_listfile' to 'names_listfile'
VARIABLES: Found output 'names.txt', recursing.
VARIABLES: Expanding 'names.txt' to 'names.txt'
VARIABLES: Expanding '<(names_listfile)' to 'names.txt'
-VARIABLES: Matches: {'content': 'cat <(names_listfile', 'is_array': '', 'type': '<!@', 'replace': '<!@(cat <(names_listfile)'}
-VARIABLES: Matches: {'content': 'names_listfile', 'is_array': '', 'type': '<', 'replace': '<(names_listfile)'}
+VARIABLES: Matches: {'content': 'cat <(names_listfile', 'is_array': '', 'replace': '<!@(cat <(names_listfile)', 'type': '<!@', 'command_string': None}
+VARIABLES: Matches: {'content': 'names_listfile', 'is_array': '', 'replace': '<(names_listfile)', 'type': '<', 'command_string': None}
VARIABLES: Expanding 'names_listfile' to 'names_listfile'
VARIABLES: Found output 'cat names.txt', recursing.
VARIABLES: Expanding 'cat names.txt' to 'cat names.txt'
@@ -72,8 +72,8 @@
VARIABLES: Expanding 'Schmidt' to 'Schmidt'
VARIABLES: Expanding '<!@(cat <(names_listfile))' to ['John', 'Jacob', 'Jingleheimer', 'Schmidt']
VARIABLES: Expanding 'dummy_foo' to 'dummy_foo'
-VARIABLES: Matches: {'content': 'sources.txt <@(_sources', 'is_array': '', 'type': '<|', 'replace': '<|(sources.txt <@(_sources)'}
-VARIABLES: Matches: {'content': '_sources', 'is_array': '', 'type': '<@', 'replace': '<@(_sources)'}
+VARIABLES: Matches: {'content': 'sources.txt <@(_sources', 'is_array': '', 'replace': '<|(sources.txt <@(_sources)', 'type': '<|', 'command_string': None}
+VARIABLES: Matches: {'content': '_sources', 'is_array': '', 'replace': '<@(_sources)', 'type': '<@', 'command_string': None}
VARIABLES: Expanding '_sources' to '_sources'
VARIABLES: Expanding 'John' to 'John'
VARIABLES: Expanding 'Jacob' to 'Jacob'
@@ -98,18 +98,18 @@
VARIABLES: Expanding 'test_action' to 'test_action'
VARIABLES: Expanding 'python' to 'python'
VARIABLES: Expanding 'dummy.py' to 'dummy.py'
-VARIABLES: Matches: {'content': 'sources_listfile', 'is_array': '', 'type': '<', 'replace': '<(sources_listfile)'}
+VARIABLES: Matches: {'content': 'sources_listfile', 'is_array': '', 'replace': '<(sources_listfile)', 'type': '<', 'command_string': None}
VARIABLES: Expanding 'sources_listfile' to 'sources_listfile'
VARIABLES: Found output 'sources.txt', recursing.
VARIABLES: Expanding 'sources.txt' to 'sources.txt'
VARIABLES: Expanding '<(sources_listfile)' to 'sources.txt'
-VARIABLES: Matches: {'content': 'sources_listfile', 'is_array': '', 'type': '<', 'replace': '<(sources_listfile)'}
+VARIABLES: Matches: {'content': 'sources_listfile', 'is_array': '', 'replace': '<(sources_listfile)', 'type': '<', 'command_string': None}
VARIABLES: Expanding 'sources_listfile' to 'sources_listfile'
VARIABLES: Found output 'sources.txt', recursing.
VARIABLES: Expanding 'sources.txt' to 'sources.txt'
VARIABLES: Expanding '<(sources_listfile)' to 'sources.txt'
-VARIABLES: Matches: {'content': 'cat <(sources_listfile', 'is_array': '', 'type': '<!@', 'replace': '<!@(cat <(sources_listfile)'}
-VARIABLES: Matches: {'content': 'sources_listfile', 'is_array': '', 'type': '<', 'replace': '<(sources_listfile)'}
+VARIABLES: Matches: {'content': 'cat <(sources_listfile', 'is_array': '', 'replace': '<!@(cat <(sources_listfile)', 'type': '<!@', 'command_string': None}
+VARIABLES: Matches: {'content': 'sources_listfile', 'is_array': '', 'replace': '<(sources_listfile)', 'type': '<', 'command_string': None}
VARIABLES: Expanding 'sources_listfile' to 'sources_listfile'
VARIABLES: Found output 'cat sources.txt', recursing.
VARIABLES: Expanding 'cat sources.txt' to 'cat sources.txt'
« no previous file with comments | « test/variables/commands/commands.gyp.ignore-env.stdout ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698