summaryrefslogtreecommitdiff
path: root/mapboxgl.gyp
blob: 64c0ccc0c7b5663624c4e62cd1dd9745beb9f46b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  'includes': [
    './common.gypi',
    './gyp/shaders.gypi',
    './gyp/npm_install.gypi',
    './gyp/styles.gypi',
    './gyp/fixtures.gypi',
    './gyp/certificates.gypi',
    './gyp/library.gypi',
  ],
  'conditions': [
    ['platform == "osx"', { 'includes': ['./gyp/platform-osx.gypi'] }],
    ['platform == "ios"', { 'includes': ['./gyp/platform-ios.gypi'] }],
    ['platform == "linux"', { 'includes': ['./gyp/platform-linux.gypi'] }],
  ],
}