summaryrefslogtreecommitdiff
path: root/deps/gyp/test/mac/identical-name/testlib/testlib.gyp
blob: aa8b851004dc1744dd9ea726f31ae052b512945e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  'includes': ['../test.gypi'],
  'targets': [{
    'target_name': 'proxy',
    'type': 'static_library',
    'sources': ['void.cc'],
    'dependencies': ['testlib'],
    'export_dependent_settings': ['testlib'],
  }, {
    'target_name': 'testlib',
    'type': 'static_library',
    'sources': ['main.cc'],
  }],
}