summaryrefslogtreecommitdiff
path: root/binding.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'binding.gyp')
-rw-r--r--binding.gyp4
1 files changed, 2 insertions, 2 deletions
diff --git a/binding.gyp b/binding.gyp
index fb18393908..dc030205b3 100644
--- a/binding.gyp
+++ b/binding.gyp
@@ -11,12 +11,12 @@
'sources': [
'src/mbgl.cpp',
+ 'src/compress_png.hpp',
+ 'src/compress_png.cpp',
'src/node_file_source.hpp',
'src/node_file_source.cpp',
'src/node_map.hpp',
'src/node_map.cpp',
- 'src/node_map_render_worker.hpp',
- 'src/node_map_render_worker.cpp',
'src/node_request.hpp',
'src/node_request.cpp',
],