summaryrefslogtreecommitdiff
path: root/test/js-native-api/test_new_target/binding.gyp
blob: f9cc6e83758ced508f1f3450c300cd7f4f8ca464 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  'targets': [
    {
      'target_name': 'test_new_target',
      'defines': [ 'V8_DEPRECATION_WARNINGS=1' ],
      'sources': [
        '../entry_point.c',
        'test_new_target.c'
      ]
    }
  ]
}