mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-25 06:46:09 +03:00
10 lines
190 B
Plaintext
10 lines
190 B
Plaintext
|
{
|
||
|
'includes': ['../test.gypi'],
|
||
|
'targets': [{
|
||
|
'target_name': 'testlib',
|
||
|
'type': 'none',
|
||
|
'dependencies': ['testlib/testlib.gyp:testlib'],
|
||
|
'sources': ['proxy.cc'],
|
||
|
}],
|
||
|
}
|