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

13 lines
182 B
Plaintext
Raw Permalink Normal View History

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