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