summaryrefslogtreecommitdiff
path: root/deps/gyp/test/mac/identical-name/test-should-fail.gyp
blob: 72bfc7af0f8ef0c32fea3702a206a41a363e4cda (plain)
1
2
3
4
5
6
7
8
9
10
{
  'targets': [{
    'target_name': 'test',
    'type': 'executable',
    'dependencies': [
      'testlib/testlib.gyp:proxy',
      'proxy/proxy.gyp:testlib',
    ],
  }],
}