summaryrefslogtreecommitdiff
path: root/deps/gyp/test/configurations/inheritance/duplicates.gypd.golden
blob: 719b70861e326f841ae9299e16b987fcd5779e10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{'_DEPTH': '.',
 'included_files': ['duplicates.gyp'],
 'targets': [{'configurations': {'A': {'cflags': ['-g'],
                                       'defines': ['SOMETHING']},
                                 'B': {'cflags': ['-g'],
                                       'defines': ['SOMETHING'],
                                       'inherit_from': ['A']}},
              'default_configuration': 'A',
              'sources': ['configurations.c'],
              'target_name': 'configurations',
              'toolset': 'target',
              'type': 'executable'}]}