naiveproxy/tools/gyp/test/relative/foo/b/b.gyp

10 lines
122 B
Plaintext
Raw Normal View History

2018-08-11 08:35:24 +03:00
{
'targets': [
{
'target_name': 'b',
'type': 'static_library',
'sources': ['b.cc'],
},
],
}