naiveproxy/tools/gyp/test/relative/foo/b/b.gyp
2018-01-29 00:30:36 +08:00

10 lines
122 B
Python

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