summaryrefslogtreecommitdiff
path: root/test/addons/non-node-context/binding.gyp
blob: 2eb456719623b93eae7401c4ea0ee2fbdc7edfb6 (plain)
1
2
3
4
5
6
7
8
9
{
  'targets': [
    {
      'target_name': 'binding',
      'sources': ['binding.cc'],
      'includes': ['../common.gypi'],
    },
  ]
}