summaryrefslogtreecommitdiff
path: root/deps/gyp/test/mac/identical-name/proxy/proxy.gyp
blob: 38f44af1b57eec4a3b4077d0c0157627bec133bc (plain)
1
2
3
4
5
6
7
8
9
{
  'includes': ['../test.gypi'],
  'targets': [{
    'target_name': 'testlib',
    'type': 'none',
    'dependencies': ['testlib/testlib.gyp:testlib'],
    'sources': ['proxy.cc'],
  }],
}