naiveproxy/tools/gyp/test/arflags/test.gyp

11 lines
162 B
Plaintext
Raw Permalink Normal View History

2018-01-28 21:32:06 +03:00
{
'targets': [
{
'target_name': 'lib',
'type': 'static_library',
'sources': ['lib.cc'],
'arflags': ['--nonexistent'],
},
],
}