summaryrefslogtreecommitdiff
path: root/test/headless
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2015-01-22 12:26:23 +0100
committerKonstantin Käfer <mail@kkaefer.com>2015-02-04 10:49:06 +0100
commit032c245bfee4977d235015d5b5eb349418f6b645 (patch)
tree29060408f133b6b1b08eb1a563ca05d32ba4d1ab /test/headless
parent4cbe665f7da13de5a7ea59c7a6736bbd10cb199b (diff)
downloadqtlocation-mapboxgl-032c245bfee4977d235015d5b5eb349418f6b645.tar.gz
remove unused files
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',
- ],
- },
- ],
-}