summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/headless/headless.gypi17
-rw-r--r--test/miscellaneous/miscellaneous.gypi26
-rw-r--r--test/storage/storage.gypi28
3 files changed, 0 insertions, 71 deletions
diff --git a/test/headless/headless.gypi b/test/headless/headless.gypi
deleted file mode 100644
index 86b40fd543..0000000000
--- a/test/headless/headless.gypi
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- 'targets': [
- { 'target_name': 'test_headless',
- 'type': 'executable',
- 'dependencies': [
- 'test_base',
- '../mapboxgl.gyp:mbgl-core',
- '../mapboxgl.gyp:mbgl-<(platform)',
- '../mapboxgl.gyp:mbgl-headless',
- '../deps/gtest/gtest.gyp:gtest',
- ],
- 'sources': [
- 'headless.cpp',
- ],
- },
- ],
-}
diff --git a/test/miscellaneous/miscellaneous.gypi b/test/miscellaneous/miscellaneous.gypi
deleted file mode 100644
index 023f28fa6d..0000000000
--- a/test/miscellaneous/miscellaneous.gypi
+++ /dev/null
@@ -1,26 +0,0 @@
-{
- 'targets': [
- { 'target_name': 'test_miscellaneous',
- 'type': 'executable',
- 'dependencies': [
- 'test_base',
- '../mapboxgl.gyp:mbgl-core',
- '../mapboxgl.gyp:mbgl-<(platform)',
- '../mapboxgl.gyp:mbgl-headless',
- '../deps/gtest/gtest.gyp:gtest'
- ],
- 'sources': [
- 'main.cpp',
- 'clip_ids.cpp',
- 'comparisons.cpp',
- 'enums.cpp',
- 'functions.cpp',
- 'rotation_range.cpp',
- 'style_parser.cpp',
- 'text_conversions.cpp',
- 'tile.cpp',
- 'variant.cpp',
- ],
- },
- ],
-}
diff --git a/test/storage/storage.gypi b/test/storage/storage.gypi
deleted file mode 100644
index b9b7835317..0000000000
--- a/test/storage/storage.gypi
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- 'targets': [
- { 'target_name': 'test_storage',
- 'type': 'executable',
- 'dependencies': [
- 'test_base',
- '../mapboxgl.gyp:mbgl-core',
- '../mapboxgl.gyp:mbgl-<(platform)',
- '../deps/gtest/gtest.gyp:gtest'
- ],
- 'sources': [
- 'main.cpp',
- 'cache_response.cpp',
- 'cache_revalidate.cpp',
- 'directory_reading.cpp',
- 'file_reading.cpp',
- 'http_cancel.cpp',
- 'http_coalescing.cpp',
- 'http_error.cpp',
- 'http_header_parsing.cpp',
- 'http_load.cpp',
- 'http_noloop.cpp',
- 'http_other_loop.cpp',
- 'http_reading.cpp',
- ],
- },
- ],
-}