initial import
[vuplus_webkit] / Source / ThirdParty / gyp / test / variables / filelist / filelist.gypd.golden
1 {'_DEPTH': '.',
2  'included_files': ['filelist.gyp'],
3  'targets': [{'actions': [{'action': ['python', 'dummy.py', 'names.txt'],
4                            'action_name': 'test_action',
5                            'inputs': ['names.txt',
6                                       'John',
7                                       'Jacob',
8                                       'Jingleheimer',
9                                       'Schmidt'],
10                            'outputs': ['dummy_foo']}],
11               'configurations': {'Default': {}},
12               'default_configuration': 'Default',
13               'target_name': 'foo',
14               'toolset': 'target',
15               'type': 'none',
16               'variables': {'names_listfile': 'names.txt'}},
17              {'actions': [{'action': ['python', 'dummy.py', 'sources.txt'],
18                            'action_name': 'test_action',
19                            'inputs': ['sources.txt',
20                                       'John',
21                                       'Jacob',
22                                       'Jingleheimer',
23                                       'Schmidt'],
24                            'outputs': ['dummy_foo']}],
25               'configurations': {'Default': {}},
26               'default_configuration': 'Default',
27               'sources': ['John', 'Jacob', 'Jingleheimer', 'Schmidt'],
28               'sources_excluded': ['Astor', 'Jerome', 'Schultz'],
29               'target_name': 'bar',
30               'toolset': 'target',
31               'type': 'none',
32               'variables': {'sources_listfile': 'sources.txt'}}],
33  'variables': {'names': ['John',
34                          'Jacob',
35                          'Astor',
36                          'Jingleheimer',
37                          'Jerome',
38                          'Schmidt',
39                          'Schultz'],
40                'names!': ['Astor'],
41                'names/': [['exclude', 'Sch.*'],
42                           ['include', '.*dt'],
43                           ['exclude', 'Jer.*']]}}