naiveproxy/tools/gyp/test/mac/identical-name/test-should-fail.gyp
2018-01-29 00:30:36 +08:00

11 lines
176 B
Python

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