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