13 lines
182 B
Plaintext
Raw Normal View History

2018-02-02 05:49:39 -05:00
{
'targets': [
{
'target_name': 'c',
'type': 'static_library',
'sources': ['c.cc'],
'dependencies': [
'../../b/b.gyp:b',
],
},
],
}