summaryrefslogtreecommitdiff
path: root/cmake/node.cmake
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <tmpsantos@gmail.com>2017-07-11 15:33:45 +0300
committerThiago Marcos P. Santos <tmpsantos@gmail.com>2017-07-11 19:33:07 +0300
commitab86acec722c9e7f751b1f2b8c7d82ec7a36d34a (patch)
tree52513ce4bd2552b8110ac4feb3280cd32c18e51d /cmake/node.cmake
parent90c61c195622c8b3106ed4a3d5c6080dfa8a65e0 (diff)
downloadqtlocation-mapboxgl-ab86acec722c9e7f751b1f2b8c7d82ec7a36d34a.tar.gz
[node] Use the DefaultFileSource
We can remove a lot of code and make the bindings a lot simpler by reusing the DefaultFileSource that is backed by curl. This file source is widely tested by the [core] unit tests and used by all the SDKs. The curl backend is used by the Linux port and is known to be very stable. This will also simplify the request logic. Previously the flow for making a resource request was complicated to be implemented in the bindings and had issues regarding object lifecycle.
Diffstat (limited to 'cmake/node.cmake')
-rw-r--r--cmake/node.cmake2
1 files changed, 0 insertions, 2 deletions
diff --git a/cmake/node.cmake b/cmake/node.cmake
index 502edd8293..fcd99413fc 100644
--- a/cmake/node.cmake
+++ b/cmake/node.cmake
@@ -15,8 +15,6 @@ target_sources(mbgl-node
PRIVATE platform/node/src/node_logging.cpp
PRIVATE platform/node/src/node_map.hpp
PRIVATE platform/node/src/node_map.cpp
- PRIVATE platform/node/src/node_request.hpp
- PRIVATE platform/node/src/node_request.cpp
PRIVATE platform/node/src/node_feature.hpp
PRIVATE platform/node/src/node_feature.cpp
PRIVATE platform/node/src/node_thread_pool.hpp