naiveproxy/tools/gyp/test/relative/foo/b/b.gyp
2018-08-14 22:19:20 +00:00

9 lines
122 B
Python

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