1{ 2 'targets': [ 3 { 4 'target_name': 'test_new_target', 5 'defines': [ 'V8_DEPRECATION_WARNINGS=1' ], 6 'sources': [ 7 '../entry_point.c', 8 'test_new_target.c' 9 ] 10 } 11 ] 12} 13