mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-25 06:46:09 +03:00
9 lines
152 B
Python
9 lines
152 B
Python
{
|
|
'includes': ['../../test.gypi'],
|
|
'targets': [{
|
|
'target_name': 'testlib',
|
|
'type': 'static_library',
|
|
'sources': ['testlib.cc'],
|
|
}],
|
|
}
|