naiveproxy/tools/gyp/test/mac/identical-name/test-should-fail.gyp

11 lines
176 B
Plaintext
Raw Normal View History

2018-01-28 19:30:36 +03:00
{
'targets': [{
'target_name': 'test',
'type': 'executable',
'dependencies': [
'testlib/testlib.gyp:proxy',
'proxy/proxy.gyp:testlib',
],
}],
}