summaryrefslogtreecommitdiff
path: root/mapboxgl.gyp
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-10-24 17:39:18 +0200
committerKonstantin Käfer <mail@kkaefer.com>2014-10-24 17:44:51 +0200
commit0e928b5204ad5e2a8cfc1dd1a993396be0bd9d87 (patch)
tree1eca3f4f0446c07c38d93049d48a6272b2c989d6 /mapboxgl.gyp
parentd299e580886353e0813d30f9dee74639f899924a (diff)
downloadqtlocation-mapboxgl-0e928b5204ad5e2a8cfc1dd1a993396be0bd9d87.tar.gz
make tests work
Diffstat (limited to 'mapboxgl.gyp')
-rw-r--r--mapboxgl.gyp8
1 files changed, 2 insertions, 6 deletions
diff --git a/mapboxgl.gyp b/mapboxgl.gyp
index 64c0ccc0c7..8b805ae6d7 100644
--- a/mapboxgl.gyp
+++ b/mapboxgl.gyp
@@ -1,16 +1,12 @@
{
'includes': [
- './common.gypi',
+ './gyp/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'] }],
+ './gyp/platform.gypi',
],
}