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

Side by Side Diff: test/variables/commands.gypd.golden

Issue 271019: Adding cross-compile ability to the make build (Closed) Base URL: http://gyp.googlecode.com/svn/trunk/
Patch Set: '' Created 11 years, 2 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
« no previous file with comments | « test/variables/commands.gyp.ignore-env.stdout ('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
1 {'_DEPTH': '.', 1 {'_DEPTH': '.',
2 'included_files': ['commands.gyp', 'commands.gypi'], 2 'included_files': ['commands.gyp', 'commands.gypi'],
3 'targets': [{'actions': [{'action': ['echo', 3 'targets': [{'actions': [{'action': ['echo',
4 '"3.14159265359 ABCD"', 4 '"3.14159265359 ABCD"',
5 'ABCD letters_list'], 5 'ABCD letters_list'],
6 'action_name': 'test_action', 6 'action_name': 'test_action',
7 'inputs': ['3.14159265359 ABCD'], 7 'inputs': ['3.14159265359 ABCD'],
8 'outputs': ['ABCD', 'letters_list'], 8 'outputs': ['ABCD', 'letters_list'],
9 'variables': {'var7': 'letters_list'}}], 9 'variables': {'var7': 'letters_list'}}],
10 'configurations': {'Default': {}}, 10 'configurations': {'Default': {}},
11 'default_configuration': 'Default', 11 'default_configuration': 'Default',
12 'target_name': 'foo', 12 'target_name': 'foo',
13 'toolset': 'target',
13 'type': 'none', 14 'type': 'none',
14 'variables': {'var1': '3.14159265359', 15 'variables': {'var1': '3.14159265359',
15 'var10': '7 8 9', 16 'var10': '7 8 9',
16 'var11': ['7', '8', '9'], 17 'var11': ['7', '8', '9'],
17 'var12': ' 10', 18 'var12': ' 10',
18 'var13': '11 ', 19 'var13': '11 ',
19 'var14': '012', 20 'var14': '012',
20 'var15': '13.0', 21 'var15': '13.0',
21 'var16': '+14', 22 'var16': '+14',
22 'var17': '-15', 23 'var17': '-15',
23 'var18': '0', 24 'var18': '0',
24 'var2': '3.14159265359 ABCD', 25 'var2': '3.14159265359 ABCD',
25 'var3': 'ABCD', 26 'var3': 'ABCD',
26 'var4': 'ABCD', 27 'var4': 'ABCD',
27 'var5': 'letters_', 28 'var5': 'letters_',
28 'var6': 'list', 29 'var6': 'list',
29 'var7': '5', 30 'var7': '5',
30 'var8': '5blah', 31 'var8': '5blah',
31 'var9': '6'}}, 32 'var9': '6'}},
32 {'configurations': {'Default': {}}, 33 {'configurations': {'Default': {}},
33 'default_configuration': 'Default', 34 'default_configuration': 'Default',
34 'target_name': 'dummy', 35 'target_name': 'dummy',
36 'toolset': 'target',
35 'type': 'none'}], 37 'type': 'none'}],
36 'variables': {'check_included': 'XYZ', 38 'variables': {'check_included': 'XYZ',
37 'check_int': '5', 39 'check_int': '5',
38 'check_list_int': ['7', '8', '9'], 40 'check_list_int': ['7', '8', '9'],
39 'check_lists': ['XYZ', 'ABCDEFGHIJK'], 41 'check_lists': ['XYZ', 'ABCDEFGHIJK'],
40 'check_str_int': '6', 42 'check_str_int': '6',
41 'included_variable': 'XYZ', 43 'included_variable': 'XYZ',
42 'letters_list': 'ABCD', 44 'letters_list': 'ABCD',
43 'negative_int': '-15', 45 'negative_int': '-15',
44 'not_int_1': ' 10', 46 'not_int_1': ' 10',
45 'not_int_2': '11 ', 47 'not_int_2': '11 ',
46 'not_int_3': '012', 48 'not_int_3': '012',
47 'not_int_4': '13.0', 49 'not_int_4': '13.0',
48 'not_int_5': '+14', 50 'not_int_5': '+14',
49 'other_letters': 'ABCDEFG', 51 'other_letters': 'ABCDEFG',
50 'pi': 'import math; print math.pi', 52 'pi': 'import math; print math.pi',
51 'third_letters': 'ABCDEFGHIJK', 53 'third_letters': 'ABCDEFGHIJK',
52 'zero_int': '0'}} 54 'zero_int': '0'}}
OLDNEW
« no previous file with comments | « test/variables/commands.gyp.ignore-env.stdout ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698