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

Side by Side Diff: tests/test1.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
OLDNEW
(Empty)
1 GENERAL: running with these options:
2 GENERAL: msvs_version: None
3 GENERAL: suffix: ''
4 GENERAL: includes: None
5 GENERAL: depth: '..'
6 GENERAL: generator_flags: []
7 GENERAL: formats: ['gypd']
8 GENERAL: debug: ['variables', 'general']
9 GENERAL: defines: None
10 VARIABLES: Expanding 'import math; print math.pi' to 'import math; print math.pi '
11 VARIABLES: Expanding 'ABCD' to 'ABCD'
12 VARIABLES: Expanding 'python -c "print 'letters'"' to 'python -c "print 'letters '"'
13 VARIABLES: Executing command 'python -c "print 'letters'"'
14 VARIABLES: Expanding '<!(python -c "print 'letters'")' to 'letters'
15 VARIABLES: Expanding '<(<!(python -c "print 'letters'"))' to 'ABCD'
16 VARIABLES: Expanding 'pi' to 'pi'
17 VARIABLES: Expanding '["python", "-c", "<(pi)"]' to '["python", "-c", "import ma th; print math.pi"]'
18 VARIABLES: Executing command '['python', '-c', 'import math; print math.pi']'
19 VARIABLES: Expanding '<!(["python", "-c", "<(pi)"])' to '3.14159265359'
20 VARIABLES: Expanding 'letters' to 'letters'
21 VARIABLES: Expanding 'python -c "print '<(letters)'"' to 'python -c "print 'ABCD '"'
22 VARIABLES: Executing command 'python -c "print 'ABCD'"'
23 VARIABLES: Expanding '<!(python -c "print '<(letters)'")' to 'ABCD'
24 VARIABLES: Expanding 'letters' to 'letters'
25 VARIABLES: Expanding 'letters' to 'letters'
26 VARIABLES: Expanding 'pi' to 'pi'
27 VARIABLES: Expanding 'python -c "<(pi)"' to 'python -c "import math; print math. pi"'
28 VARIABLES: Executing command 'python -c "import math; print math.pi"'
29 VARIABLES: Expanding 'python -c "print '<!(python -c "<(pi)") <(letters)'"' to ' python -c "print '3.14159265359 ABCD'"'
30 VARIABLES: Executing command 'python -c "print '3.14159265359 ABCD'"'
31 VARIABLES: Expanding '<!(python -c "print '<!(python -c "<(pi)") <(letters)'")' to '3.14159265359 ABCD'
32 VARIABLES: Expanding 'foo' to 'foo'
33 VARIABLES: Expanding 'none' to 'none'
34 VARIABLES: Expanding 'test_action' to 'test_action'
35 VARIABLES: Expanding 'echo' to 'echo'
36 VARIABLES: Expanding '_inputs' to '_inputs'
37 VARIABLES: Expanding 'var2' to 'var2'
38 VARIABLES: Expanding '<(var2)' to '3.14159265359 ABCD'
39 VARIABLES: Expanding '<(_inputs)' to '"3.14159265359 ABCD"'
40 VARIABLES: Expanding '_outputs' to '_outputs'
41 VARIABLES: Expanding 'var4' to 'var4'
42 VARIABLES: Expanding '<(var4)' to 'ABCD'
43 VARIABLES: Expanding '<(_outputs)' to 'ABCD'
44 VARIABLES: Expanding '3.14159265359 ABCD' to '3.14159265359 ABCD'
45 VARIABLES: Expanding 'ABCD' to 'ABCD'
46 VARIABLES: Expanding 'test1.gyp' to 'test1.gyp'
47 VARIABLES: Expanding 'ABCD' to 'ABCD'
48 VARIABLES: Expanding '3.14159265359' to '3.14159265359'
49 VARIABLES: Expanding 'ABCD' to 'ABCD'
50 VARIABLES: Expanding '3.14159265359 ABCD' to '3.14159265359 ABCD'
51 VARIABLES: Expanding 'foo' to 'foo'
52 VARIABLES: Expanding 'none' to 'none'
53 VARIABLES: Expanding 'test_action' to 'test_action'
54 VARIABLES: Expanding 'echo' to 'echo'
55 VARIABLES: Expanding '"3.14159265359 ABCD"' to '"3.14159265359 ABCD"'
56 VARIABLES: Expanding 'ABCD' to 'ABCD'
57 VARIABLES: Expanding '3.14159265359 ABCD' to '3.14159265359 ABCD'
58 VARIABLES: Expanding 'ABCD' to 'ABCD'
OLDNEW
« pylib/gyp/input.py ('K') | « tests/run_tests.py ('k') | tests/test1/test1.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698