mirror of https://github.com/lukechilds/node.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
55 lines
2.3 KiB
55 lines
2.3 KiB
13 years ago
|
{'_DEPTH': '.',
|
||
|
'included_files': ['commands.gyp', 'commands.gypi'],
|
||
|
'targets': [{'actions': [{'action': ['echo',
|
||
|
'"3.14159265359 ABCD"',
|
||
|
'ABCD letters_list'],
|
||
|
'action_name': 'test_action',
|
||
|
'inputs': ['3.14159265359 ABCD'],
|
||
|
'outputs': ['ABCD', 'letters_list'],
|
||
|
'variables': {'var7': 'letters_list'}}],
|
||
|
'configurations': {'Default': {}},
|
||
|
'default_configuration': 'Default',
|
||
|
'target_name': 'foo',
|
||
|
'toolset': 'target',
|
||
|
'type': 'none',
|
||
|
'variables': {'var1': '3.14159265359',
|
||
|
'var10': '7 8 9',
|
||
|
'var11': ['7', '8', '9'],
|
||
|
'var12': ' 10',
|
||
|
'var13': '11 ',
|
||
|
'var14': '012',
|
||
|
'var15': '13.0',
|
||
|
'var16': '+14',
|
||
|
'var17': '-15',
|
||
|
'var18': '0',
|
||
|
'var2': '3.14159265359 ABCD',
|
||
|
'var3': 'ABCD',
|
||
|
'var4': 'ABCD',
|
||
|
'var5': 'letters_',
|
||
|
'var6': 'list',
|
||
|
'var7': '5',
|
||
|
'var8': '5blah',
|
||
|
'var9': '6'}},
|
||
|
{'configurations': {'Default': {}},
|
||
|
'default_configuration': 'Default',
|
||
|
'target_name': 'dummy',
|
||
|
'toolset': 'target',
|
||
|
'type': 'none'}],
|
||
|
'variables': {'check_included': 'XYZ',
|
||
|
'check_int': '5',
|
||
|
'check_list_int': ['7', '8', '9'],
|
||
|
'check_lists': ['XYZ', 'ABCDEFGHIJK'],
|
||
|
'check_str_int': '6',
|
||
|
'included_variable': 'XYZ',
|
||
|
'letters_list': 'ABCD',
|
||
|
'negative_int': '-15',
|
||
|
'not_int_1': ' 10',
|
||
|
'not_int_2': '11 ',
|
||
|
'not_int_3': '012',
|
||
|
'not_int_4': '13.0',
|
||
|
'not_int_5': '+14',
|
||
|
'other_letters': 'ABCDEFG',
|
||
|
'pi': 'import math; print math.pi',
|
||
|
'third_letters': 'ABCDEFGHIJK',
|
||
|
'zero_int': '0'}}
|