~hjd/ubuntu/wily/gyp/debian-merged

« back to all changes in this revision

Viewing changes to test/configurations/inheritance/duplicates.gypd.golden

  • Committer: Hans Joachim Desserud
  • Date: 2015-10-31 12:46:59 UTC
  • mfrom: (6.2.6 sid)
  • Revision ID: hans_joachim_desserud-20151031124659-lzxekr6woskh4k0b
Merge latest Debian version

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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'}]}