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

9 lines
152 B
Python

{
'includes': ['../../test.gypi'],
'targets': [{
'target_name': 'testlib',
'type': 'static_library',
'sources': ['testlib.cc'],
}],
}