summaryrefslogtreecommitdiff
path: root/gyp/standalone.gypi
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2016-03-31 11:50:21 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2016-04-01 09:56:40 -0700
commit6c0d6eac55036ec18702bfba7daf0135c3dbd8ea (patch)
treee01f1aa705f3ae8af7b0dae0dc397e946a7a5db4 /gyp/standalone.gypi
parent879382f72405edd1840d2f37744bcba49131859a (diff)
downloadqtlocation-mapboxgl-6c0d6eac55036ec18702bfba7daf0135c3dbd8ea.tar.gz
[build] Remove install/standalone/mbgl-config build cruft
This is all believed to be unused, and most or all of it is probably broken.
Diffstat (limited to 'gyp/standalone.gypi')
-rw-r--r--gyp/standalone.gypi30
1 files changed, 0 insertions, 30 deletions
diff --git a/gyp/standalone.gypi b/gyp/standalone.gypi
deleted file mode 100644
index 732682cdf2..0000000000
--- a/gyp/standalone.gypi
+++ /dev/null
@@ -1,30 +0,0 @@
-{
- 'targets': [
- { 'target_name': 'everything',
- 'type': 'none',
- 'hard_dependency': 1,
-
- 'dependencies': [
- 'core',
- 'platform-<(platform_lib)',
- 'http-<(http_lib)',
- 'asset-<(asset_lib)',
- 'headless-<(headless_lib)',
- ],
- },
-
- { 'target_name': 'standalone',
- 'product_name': 'libmbgl.a',
- 'type': 'executable',
- 'hard_dependency': 1,
-
- 'dependencies': [
- 'core',
- 'platform-<(platform_lib)',
- 'http-<(http_lib)',
- 'asset-<(asset_lib)',
- 'headless-<(headless_lib)',
- ],
- },
- ],
-} \ No newline at end of file