Source code

Revision control

Copy as Markdown

Other Tools

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