aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/tools.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'gyp/tools.gyp')
-rw-r--r--gyp/tools.gyp3
1 files changed, 3 insertions, 0 deletions
diff --git a/gyp/tools.gyp b/gyp/tools.gyp
index 8084c7b112..6f419712b5 100644
--- a/gyp/tools.gyp
+++ b/gyp/tools.gyp
@@ -101,7 +101,10 @@
'target_name': 'picture_renderer',
'type': 'static_library',
'sources': [
+ '../tools/PictureRenderer.h',
'../tools/PictureRenderer.cpp',
+ '../tools/CopyTilesRenderer.h',
+ '../tools/CopyTilesRenderer.cpp',
'../src/pipe/utils/SamplePipeControllers.h',
'../src/pipe/utils/SamplePipeControllers.cpp',
],