summaryrefslogtreecommitdiff
path: root/test/test.gypi
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <thiago@mapbox.com>2015-06-02 17:53:42 +0300
committerThiago Marcos P. Santos <thiago@mapbox.com>2015-06-02 20:43:00 +0300
commit5c4c6648d1bbc66b38d702cc28e8bac8c5485247 (patch)
tree09eea6ff101fcd109f42963b81866a2c7c506637 /test/test.gypi
parent68989e671cba847ba65f3d6afd4327b4677be1f3 (diff)
downloadqtlocation-mapboxgl-5c4c6648d1bbc66b38d702cc28e8bac8c5485247.tar.gz
Rebase the resource loading tests
Update the ResourceLoader tests to reflect the changes after we merged ResourceLoader with Style.
Diffstat (limited to 'test/test.gypi')
-rw-r--r--test/test.gypi9
1 files changed, 5 insertions, 4 deletions
diff --git a/test/test.gypi b/test/test.gypi
index 4a733b4570..6e06400692 100644
--- a/test/test.gypi
+++ b/test/test.gypi
@@ -59,10 +59,6 @@
'miscellaneous/variant.cpp',
'miscellaneous/worker.cpp',
- 'resources/mock_file_source.cpp',
- 'resources/mock_file_source.hpp',
- 'resources/mock_view.hpp',
-
'storage/storage.hpp',
'storage/storage.cpp',
'storage/cache_response.cpp',
@@ -78,6 +74,11 @@
'storage/http_load.cpp',
'storage/http_other_loop.cpp',
'storage/http_reading.cpp',
+
+ 'style/mock_file_source.cpp',
+ 'style/mock_file_source.hpp',
+ 'style/mock_view.hpp',
+ 'style/resource_loading.cpp',
],
'libraries': [
'<@(uv_static_libs)',