summaryrefslogtreecommitdiff
path: root/test/test.gypi
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2016-05-10 11:48:22 +0200
committerKonstantin Käfer <mail@kkaefer.com>2016-05-10 14:50:56 +0200
commit7332ae00735a7cb1a0a4528d48e5956aa593b8b8 (patch)
tree5d680f5388c2019834975a22cd941d0cefb59a31 /test/test.gypi
parentec70125e41e4e9db5f1d0941c0129d80f5792896 (diff)
downloadqtlocation-mapboxgl-7332ae00735a7cb1a0a4528d48e5956aa593b8b8.tar.gz
[core] retain tiles differently and remove old TileID class
Diffstat (limited to 'test/test.gypi')
-rw-r--r--test/test.gypi3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/test.gypi b/test/test.gypi
index 2cb98df654..1db886e097 100644
--- a/test/test.gypi
+++ b/test/test.gypi
@@ -35,6 +35,8 @@
'algorithm/covered_by_children.cpp',
'algorithm/generate_clip_ids.cpp',
+ 'algorithm/mock.hpp',
+ 'algorithm/update_renderables.cpp',
'api/annotations.cpp',
'api/api_misuse.cpp',
@@ -46,7 +48,6 @@
'geometry/binpack.cpp',
'map/map.cpp',
- 'map/tile.cpp',
'map/transform.cpp',
'math/minmax.cpp',