mirror of https://github.com/nodejs/node.git
14 lines
203 B
Plaintext
14 lines
203 B
Plaintext
|
{
|
||
|
'targets': [
|
||
|
{
|
||
|
'target_name': 'a',
|
||
|
'type': 'executable',
|
||
|
'sources': ['a.cc'],
|
||
|
'dependencies': [
|
||
|
'../../foo/b/b.gyp:b',
|
||
|
'c/c.gyp:c',
|
||
|
],
|
||
|
},
|
||
|
],
|
||
|
}
|