summaryrefslogtreecommitdiff
path: root/test/js-native-api/test_object/binding.gyp
blob: e681f98f73ace6d4b10a4032deee2ad76da02cb8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "targets": [
    {
      "target_name": "test_object",
      "sources": [
        "../common.c",
        "../entry_point.c",
        "test_null.c",
        "test_object.c"
      ]
    }
  ]
}