summaryrefslogtreecommitdiffstats
path: root/blinq.gyp
blob: 46fb87191e87c9fa90fb0b61ba933f225de8c6de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  'targets': [
  {
    'target_name': 'blinq',
    'type': 'none',
    'dependencies': [
      'shared/shared.gyp:*',
      'process/process.gyp:*',
      'lib/lib.gyp:*',
    ],
  }
  ]
}