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