summaryrefslogtreecommitdiff
path: root/mbgl.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'mbgl.gyp')
-rw-r--r--mbgl.gyp38
1 files changed, 38 insertions, 0 deletions
diff --git a/mbgl.gyp b/mbgl.gyp
new file mode 100644
index 0000000000..2f65caa442
--- /dev/null
+++ b/mbgl.gyp
@@ -0,0 +1,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'
+ ],
+ }],
+ ],
+}