1{ 2 'targets': [ 3 { 4 'target_name': 'binding', 5 'sources': ['binding.c'] 6 }, 7 { 8 'target_name': 'test_uncaught_exception_v9', 9 'defines': [ 10 'NAPI_VERSION=9' 11 ], 12 'sources': ['test_uncaught_exception.c'] 13 }, 14 { 15 'target_name': 'test_uncaught_exception', 16 'defines': [ 17 'NAPI_EXPERIMENTAL' 18 ], 19 'sources': ['test_uncaught_exception.c'] 20 } 21 ] 22} 23