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

Side by Side Diff: tests/test1/test1.gypd.golden

Issue 159605: This changes variable expansion so that it is recursive (Closed) Base URL: http://gyp.googlecode.com/svn/trunk/
Patch Set: '' Created 11 years, 4 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
« pylib/gyp/input.py ('K') | « tests/test1/test1.gyp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 {'included_files': ['test1.gyp'],
2 'targets': [{'actions': [{'action': ['echo',
3 '"3.14159265359 ABCD"',
4 'ABCD'],
5 'action_name': 'test_action',
6 'inputs': ['3.14159265359 ABCD'],
7 'outputs': ['ABCD']}],
8 'configurations': {'Default': {}},
9 'default_configuration': 'Default',
10 'target_name': 'foo',
11 'type': 'none',
12 'variables': {'var1': '3.14159265359',
13 'var2': '3.14159265359 ABCD',
14 'var3': 'ABCD',
15 'var4': 'ABCD'}}],
16 'variables': {'letters': 'ABCD', 'pi': 'import math; print math.pi'}}
OLDNEW
« pylib/gyp/input.py ('K') | « tests/test1/test1.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698