summaryrefslogtreecommitdiff
path: root/gyp/standalone.gypi
diff options
context:
space:
mode:
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