naiveproxy/tools/gyp/test/relative/foo/b/b.gyp
2018-08-11 05:35:24 +00:00

10 lines
122 B
Python

{
'targets': [
{
'target_name': 'b',
'type': 'static_library',
'sources': ['b.cc'],
},
],
}