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