1{
2  'targets': [
3    {
4      'target_name': 'c',
5      'type': 'static_library',
6      'sources': ['c.cc'],
7      'dependencies': [
8        '../../b/b.gyp:b',
9      ],
10    },
11  ],
12}
13