naiveproxy/tools/gyp/test/relative/foo/a/c/c.gyp
2018-01-28 13:32:06 -05:00

13 lines
182 B
Python

{
'targets': [
{
'target_name': 'c',
'type': 'static_library',
'sources': ['c.cc'],
'dependencies': [
'../../b/b.gyp:b',
],
},
],
}