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