summaryrefslogtreecommitdiff
path: root/gyp/platform-osx.gypi
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/platform-osx.gypi
parent081ee9fbefbdb37f116a5bf2c0383586bce6608a (diff)
downloadqtlocation-mapboxgl-e36218a8668316e8c1b0bcc06d43dad31461615c.tar.gz
[osx] Added OS X support for offline downloads
Diffstat (limited to 'gyp/platform-osx.gypi')
-rw-r--r--gyp/platform-osx.gypi18
1 files changed, 12 insertions, 6 deletions
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': {