summaryrefslogtreecommitdiff
path: root/gyp
diff options
context:
space:
mode:
authorLeith Bade <leith@mapbox.com>2015-01-27 12:34:55 +1100
committerLeith Bade <leith@mapbox.com>2015-01-27 12:38:40 +1100
commitaaedd9c83b07d9ba13668a65647089e84a677064 (patch)
tree14e83ff67dcb99e4d448f7e82752a0fb00b0ae4f /gyp
parenta8f86d47f659b5f7df7c8699fbf33144e69e7f36 (diff)
downloadqtlocation-mapboxgl-aaedd9c83b07d9ba13668a65647089e84a677064.tar.gz
Remove program binary caching
Diffstat (limited to 'gyp')
-rw-r--r--gyp/mbgl-android.gypi1
-rw-r--r--gyp/mbgl-ios.gypi1
-rw-r--r--gyp/mbgl-linux.gypi1
-rw-r--r--gyp/mbgl-osx.gypi1
4 files changed, 0 insertions, 4 deletions
diff --git a/gyp/mbgl-android.gypi b/gyp/mbgl-android.gypi
index 84ec2f99e2..0edc0ef433 100644
--- a/gyp/mbgl-android.gypi
+++ b/gyp/mbgl-android.gypi
@@ -34,7 +34,6 @@
},
'sources': [
'../platform/android/cache_database_data.cpp',
- '../platform/android/shader_cache_data.cpp',
'../platform/android/log_android.cpp',
'../platform/android/asset_request_libzip.cpp',
'../platform/default/string_stdlib.cpp',
diff --git a/gyp/mbgl-ios.gypi b/gyp/mbgl-ios.gypi
index bd96486d69..b1a55c8176 100644
--- a/gyp/mbgl-ios.gypi
+++ b/gyp/mbgl-ios.gypi
@@ -35,7 +35,6 @@
],
'sources': [
'../platform/ios/cache_database_library.mm',
- '../platform/ios/shader_cache_library.mm',
'../platform/darwin/log_nslog.mm',
'../platform/darwin/string_nsstring.mm',
'../platform/darwin/http_request_baton_cocoa.mm',
diff --git a/gyp/mbgl-linux.gypi b/gyp/mbgl-linux.gypi
index d9268d9200..2bcc03ffa6 100644
--- a/gyp/mbgl-linux.gypi
+++ b/gyp/mbgl-linux.gypi
@@ -31,7 +31,6 @@
},
'sources': [
'../platform/default/cache_database_tmp.cpp',
- '../platform/default/shader_cache_tmp.cpp',
'../platform/default/log_stderr.cpp',
'../platform/default/string_stdlib.cpp',
'../platform/default/asset_request_libuv.cpp',
diff --git a/gyp/mbgl-osx.gypi b/gyp/mbgl-osx.gypi
index 0cc29f6e73..98b66e62b7 100644
--- a/gyp/mbgl-osx.gypi
+++ b/gyp/mbgl-osx.gypi
@@ -10,7 +10,6 @@
],
'sources': [
'../platform/osx/cache_database_application_support.mm',
- '../platform/osx/shader_cache_application_support.mm',
'../platform/darwin/log_nslog.mm',
'../platform/darwin/string_nsstring.mm',
'../platform/darwin/http_request_baton_cocoa.mm',