Home | History | Annotate | Download | only in inheritance
      1 {'_DEPTH': '.',
      2  'included_files': ['duplicates.gyp'],
      3  'targets': [{'configurations': {'A': {'cflags': ['-g'],
      4                                        'defines': ['SOMETHING']},
      5                                  'B': {'cflags': ['-g'],
      6                                        'defines': ['SOMETHING'],
      7                                        'inherit_from': ['A']}},
      8               'default_configuration': 'A',
      9               'sources': ['configurations.c'],
     10               'target_name': 'configurations',
     11               'toolset': 'target',
     12               'type': 'executable'}]}
     13