summaryrefslogtreecommitdiff
path: root/mbgl.gyp
blob: 2f65caa4424a8eaa36dd70f8846f6298384d7fe0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
  'includes': [
    './gyp/common.gypi',
    './gyp/shaders.gypi',
    './gyp/version.gypi',
    './gyp/styles.gypi',
    './gyp/certificates.gypi',
    './gyp/mbgl-core.gypi',
    './gyp/mbgl-headless.gypi',
    './gyp/mbgl-storage-curl.gypi',
    './gyp/install.gypi',
  ],

  'conditions': [
    ['platform == "osx"', {
      'includes': [
        './gyp/mbgl-osx.gypi',
        './gyp/mbgl-storage-cocoa.gypi'
      ],
    }],
    ['platform == "ios"', {
      'includes': [
        './gyp/mbgl-ios.gypi',
        './gyp/mbgl-storage-cocoa.gypi'
      ],
    }],
    ['platform == "linux"', {
      'includes': [
        './gyp/mbgl-linux.gypi'
      ],
    }],
    ['platform == "android"', {
      'includes': [
        './gyp/mbgl-android.gypi'
      ],
    }],
  ],
}