mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-28 16:26:10 +03:00
15 lines
318 B
Python
15 lines
318 B
Python
{
|
|
'includes': ['../test.gypi'],
|
|
'targets': [{
|
|
'target_name': 'proxy',
|
|
'type': 'static_library',
|
|
'sources': ['void.cc'],
|
|
'dependencies': ['testlib'],
|
|
'export_dependent_settings': ['testlib'],
|
|
}, {
|
|
'target_name': 'testlib',
|
|
'type': 'static_library',
|
|
'sources': ['main.cc'],
|
|
}],
|
|
}
|