Source code

Revision control

Copy as Markdown

Other Tools

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