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

10 lines
190 B
Plaintext
Raw Normal View History

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