Home | History | Annotate | Download | only in commands
      1 {'_DEPTH': '.',
      2  'included_files': ['commands.gyp', 'commands.gypi'],
      3  'targets': [{'actions': [{'action': ['echo',
      4                                       '"3.14159265359 ABCD"',
      5                                       'ABCD letters_list'],
      6                            'action_name': 'test_action',
      7                            'inputs': ['3.14159265359 ABCD'],
      8                            'outputs': ['ABCD', 'letters_list'],
      9                            'variables': {'var7': 'letters_list'}}],
     10               'configurations': {'Default': {}},
     11               'default_configuration': 'Default',
     12               'target_name': 'foo',
     13               'toolset': 'target',
     14               'type': 'none',
     15               'variables': {'var1': '3.14159265359',
     16                             'var10': '7 8 9',
     17                             'var11': ['7', '8', '9'],
     18                             'var12': ' 10',
     19                             'var13': '11 ',
     20                             'var14': '012',
     21                             'var15': '13.0',
     22                             'var16': '+14',
     23                             'var17': '-15',
     24                             'var18': '0',
     25                             'var19': ['samplepathfoo.cpp'],
     26                             'var2': '3.14159265359 ABCD',
     27                             'var20': 'sample\\path\\foo.cpp',
     28                             'var21': 'my_str',
     29                             'var22': '',
     30                             'var23': '0',
     31                             'var24': '',
     32                             'var25': '0',
     33                             'var3': 'ABCD',
     34                             'var4': 'ABCD',
     35                             'var5': 'letters_',
     36                             'var6': 'list',
     37                             'var7': '5',
     38                             'var8': '5blah',
     39                             'var9': '6'}},
     40              {'configurations': {'Default': {}},
     41               'default_configuration': 'Default',
     42               'target_name': 'dummy',
     43               'toolset': 'target',
     44               'type': 'none'}],
     45  'variables': {'check_included': 'XYZ',
     46                'check_int': '5',
     47                'check_list_int': ['7', '8', '9'],
     48                'check_lists': ['XYZ', 'ABCDEFGHIJK'],
     49                'check_str_int': '6',
     50                'default_empty_files%': '',
     51                'default_empty_str%': '',
     52                'default_int%': '0',
     53                'default_int_files%': '0',
     54                'default_str%': 'my_str',
     55                'included_variable': 'XYZ',
     56                'letters_list': 'ABCD',
     57                'negative_int': '-15',
     58                'not_int_1': ' 10',
     59                'not_int_2': '11 ',
     60                'not_int_3': '012',
     61                'not_int_4': '13.0',
     62                'not_int_5': '+14',
     63                'other_letters': 'ABCDEFG',
     64                'pi': 'import math; print math.pi',
     65                'third_letters': 'ABCDEFGHIJK',
     66                'zero_int': '0'}}
     67