aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/tools.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'gyp/tools.gyp')
-rw-r--r--gyp/tools.gyp20
1 files changed, 20 insertions, 0 deletions
diff --git a/gyp/tools.gyp b/gyp/tools.gyp
index ec521cf971..4ece77cbe6 100644
--- a/gyp/tools.gyp
+++ b/gyp/tools.gyp
@@ -15,6 +15,7 @@
'dependencies': [
'bench_pictures',
'filter',
+ 'lua_pictures',
'pinspect',
'render_pdfs',
'render_pictures',
@@ -93,6 +94,25 @@
],
},
{
+ 'target_name': 'lua_pictures',
+ 'type': 'executable',
+ 'sources': [
+ '../tools/lua/lua_pictures.cpp',
+ '../src/utils/SkLuaCanvas.cpp',
+ ],
+ 'dependencies': [
+ 'skia_base_libs.gyp:skia_base_libs',
+ 'effects.gyp:effects',
+ 'utils.gyp:utils',
+ 'images.gyp:images',
+ 'tools.gyp:picture_renderer',
+ 'tools.gyp:picture_utils',
+ 'ports.gyp:ports',
+ 'flags.gyp:flags',
+ 'lua.gyp:lua',
+ ],
+ },
+ {
'target_name': 'render_pictures',
'type': 'executable',
'sources': [