mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-24 22:36:09 +03:00
14 lines
203 B
Python
14 lines
203 B
Python
{
|
|
'targets': [
|
|
{
|
|
'target_name': 'a',
|
|
'type': 'executable',
|
|
'sources': ['a.cc'],
|
|
'dependencies': [
|
|
'../../foo/b/b.gyp:b',
|
|
'c/c.gyp:c',
|
|
],
|
|
},
|
|
],
|
|
}
|