summaryrefslogtreecommitdiff
path: root/gyp
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2016-03-05 18:00:11 -0800
committerMinh Nguyễn <mxn@1ec5.org>2016-03-10 17:08:58 -0800
commite36218a8668316e8c1b0bcc06d43dad31461615c (patch)
tree04d5e58ae0c4dea4b0a50e034a8a630564cb7a53 /gyp
parent081ee9fbefbdb37f116a5bf2c0383586bce6608a (diff)
downloadqtlocation-mapboxgl-e36218a8668316e8c1b0bcc06d43dad31461615c.tar.gz
[osx] Added OS X support for offline downloads
Diffstat (limited to 'gyp')
-rw-r--r--gyp/platform-ios.gypi12
-rw-r--r--gyp/platform-osx.gypi18
2 files changed, 18 insertions, 12 deletions
diff --git a/gyp/platform-ios.gypi b/gyp/platform-ios.gypi
index fc89ebcc43..15b2fef0cc 100644
--- a/gyp/platform-ios.gypi
+++ b/gyp/platform-ios.gypi
@@ -50,6 +50,12 @@
'../platform/darwin/src/MGLDownloadController_Private.h',
'../platform/darwin/src/MGLDownloadRegion_Private.h',
'../platform/darwin/src/MGLTilePyramidDownloadRegion.mm',
+ '../platform/darwin/src/MGLAccountManager_Private.h',
+ '../platform/darwin/src/MGLAccountManager.m',
+ '../platform/darwin/src/NSBundle+MGLAdditions.h',
+ '../platform/darwin/src/NSBundle+MGLAdditions.m',
+ '../platform/darwin/src/NSProcessInfo+MGLAdditions.h',
+ '../platform/darwin/src/NSProcessInfo+MGLAdditions.m',
'../platform/ios/src/MGLMapboxEvents.h',
'../platform/ios/src/MGLMapboxEvents.m',
'../platform/ios/src/MGLAPIClient.h',
@@ -57,8 +63,6 @@
'../platform/ios/src/MGLLocationManager.h',
'../platform/ios/src/MGLLocationManager.m',
'../platform/ios/src/MGLMapView.mm',
- '../platform/ios/src/MGLAccountManager_Private.h',
- '../platform/ios/src/MGLAccountManager.m',
'../platform/ios/src/MGLUserLocation_Private.h',
'../platform/ios/src/MGLUserLocation.m',
'../platform/ios/src/MGLUserLocationAnnotationView.h',
@@ -67,10 +71,6 @@
'../platform/ios/src/MGLAnnotationImage.m',
'../platform/ios/src/MGLCompactCalloutView.h',
'../platform/ios/src/MGLCompactCalloutView.m',
- '../platform/ios/src/NSBundle+MGLAdditions.h',
- '../platform/ios/src/NSBundle+MGLAdditions.m',
- '../platform/ios/src/NSProcessInfo+MGLAdditions.h',
- '../platform/ios/src/NSProcessInfo+MGLAdditions.m',
'../platform/ios/vendor/SMCalloutView/SMCalloutView.h',
'../platform/ios/vendor/SMCalloutView/SMCalloutView.m',
'../platform/ios/vendor/Fabric/FABAttributes.h',
diff --git a/gyp/platform-osx.gypi b/gyp/platform-osx.gypi
index 581937ac66..ae09a60d99 100644
--- a/gyp/platform-osx.gypi
+++ b/gyp/platform-osx.gypi
@@ -43,8 +43,18 @@
'../platform/darwin/src/MGLPolyline.mm',
'../platform/darwin/src/MGLPolygon.mm',
'../platform/darwin/src/MGLMapCamera.mm',
- '../platform/osx/src/MGLAccountManager_Private.h',
- '../platform/osx/src/MGLAccountManager.m',
+ '../platform/darwin/src/MGLDownloadable.mm',
+ '../platform/darwin/src/MGLDownloadable_Private.h',
+ '../platform/darwin/src/MGLDownloadController.mm',
+ '../platform/darwin/src/MGLDownloadController_Private.h',
+ '../platform/darwin/src/MGLDownloadRegion_Private.h',
+ '../platform/darwin/src/MGLTilePyramidDownloadRegion.mm',
+ '../platform/darwin/src/MGLAccountManager_Private.h',
+ '../platform/darwin/src/MGLAccountManager.m',
+ '../platform/darwin/src/NSBundle+MGLAdditions.h',
+ '../platform/darwin/src/NSBundle+MGLAdditions.m',
+ '../platform/darwin/src/NSProcessInfo+MGLAdditions.h',
+ '../platform/darwin/src/NSProcessInfo+MGLAdditions.m',
'../platform/osx/src/MGLMapView_Private.h',
'../platform/osx/src/MGLMapView.mm',
'../platform/osx/src/MGLMapView+IBAdditions.m',
@@ -55,10 +65,6 @@
'../platform/osx/src/MGLAttributionButton.h',
'../platform/osx/src/MGLAttributionButton.m',
'../platform/osx/src/MGLAnnotationImage.m',
- '../platform/osx/src/NSBundle+MGLAdditions.h',
- '../platform/osx/src/NSBundle+MGLAdditions.m',
- '../platform/osx/src/NSProcessInfo+MGLAdditions.h',
- '../platform/osx/src/NSProcessInfo+MGLAdditions.m',
],
'variables': {