naiveproxy/tools/gyp/test/mac/identical-name/test.gyp
2018-08-11 05:35:24 +00:00

11 lines
204 B
Python

{
'includes': ['test.gypi'],
'targets': [{
'target_name': 'test',
'type': 'executable',
'dependencies': [
'testlib/testlib.gyp:proxy',
'proxy/proxy.gyp:testlib',
],
}],
}