summaryrefslogtreecommitdiff
path: root/deps/gyp/test/relative/foo/a/c/c.gyp
blob: c1f087db9934feac7834f14df15617a9c0007504 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  'targets': [
    {
      'target_name': 'c',
      'type': 'static_library',
      'sources': ['c.cc'],
      'dependencies': [
        '../../b/b.gyp:b',
      ],
    },
  ],
}