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

10 lines
122 B
Plaintext
Raw Normal View History

2018-02-02 13:49:39 +03:00
{
'targets': [
{
'target_name': 'b',
'type': 'static_library',
'sources': ['b.cc'],
},
],
}