summaryrefslogtreecommitdiffstats
path: root/Source/gyp/common.gypi
blob: 892009c7d47df0ba128c4c908f0260f6d3b09415 (plain)
1
2
3
4
5
6
7
8
9
10
{
  'target_defaults': {
    'configurations': {
      'Debug': {},
      'Release': {},
      'Production': {},
    },
    'default_configuration': 'Debug',
  },
}