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