blob: 717220e8666ad97b568f08a3d647643653982dec (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
{
'includes': ['test.gypi'],
'targets': [{
'target_name': 'test',
'type': 'executable',
'dependencies': [
'testlib/testlib.gyp:proxy',
'proxy/proxy.gyp:testlib',
],
}],
}
|