1 { 2 'targets': [ 3 { 4 'target_name': 'lib', 5 'type': 'static_library', 6 'sources': ['lib.cc'], 7 'arflags': ['--nonexistent'], 8 }, 9 ], 10 } 11