naiveproxy/tools/gyp/test/relative/foo/a/a.gyp
2018-01-28 13:32:06 -05:00

14 lines
203 B
Python

{
'targets': [
{
'target_name': 'a',
'type': 'executable',
'sources': ['a.cc'],
'dependencies': [
'../../foo/b/b.gyp:b',
'c/c.gyp:c',
],
},
],
}