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