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

9 lines
152 B
Plaintext
Raw Normal View History

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