naiveproxy/tools/gyp/test/mac/identical-name/testlib/testlib.gyp

15 lines
318 B
Plaintext
Raw Normal View History

2018-01-28 19:30:36 +03:00
{
'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'],
}],
}