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

Unified 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, 5 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
« pylib/gyp/input.py ('K') | « tests/test1/test1.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/test1/test1.gypd.golden
===================================================================
--- tests/test1/test1.gypd.golden (revision 0)
+++ tests/test1/test1.gypd.golden (revision 0)
@@ -0,0 +1,16 @@
+{'included_files': ['test1.gyp'],
+ 'targets': [{'actions': [{'action': ['echo',
+ '"3.14159265359 ABCD"',
+ 'ABCD'],
+ 'action_name': 'test_action',
+ 'inputs': ['3.14159265359 ABCD'],
+ 'outputs': ['ABCD']}],
+ 'configurations': {'Default': {}},
+ 'default_configuration': 'Default',
+ 'target_name': 'foo',
+ 'type': 'none',
+ 'variables': {'var1': '3.14159265359',
+ 'var2': '3.14159265359 ABCD',
+ 'var3': 'ABCD',
+ 'var4': 'ABCD'}}],
+ 'variables': {'letters': 'ABCD', 'pi': 'import math; print math.pi'}}
« 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