naiveproxy/tools/gyp/test/relative/foo/a/a.gyp

14 lines
203 B
Plaintext
Raw Permalink Normal View History

2018-01-28 21:32:06 +03:00
{
'targets': [
{
'target_name': 'a',
'type': 'executable',
'sources': ['a.cc'],
'dependencies': [
'../../foo/b/b.gyp:b',
'c/c.gyp:c',
],
},
],
}