summaryrefslogtreecommitdiff
path: root/test/headless
diff options
context:
space:
mode:
Diffstat (limited to 'test/headless')
-rw-r--r--test/headless/headless.gypi17
1 files changed, 0 insertions, 17 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',
- ],
- },
- ],
-}