mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2025-04-13 06:01:03 +00:00
10 lines
176 B
Python
10 lines
176 B
Python
{
|
|
'targets': [{
|
|
'target_name': 'test',
|
|
'type': 'executable',
|
|
'dependencies': [
|
|
'testlib/testlib.gyp:proxy',
|
|
'proxy/proxy.gyp:testlib',
|
|
],
|
|
}],
|
|
}
|