Index: gyp/tools.gyp |
diff --git a/gyp/tools.gyp b/gyp/tools.gyp |
index ec521cf97153bd414a344115f8ffaad98c932b16..4ece77cbe6ab667fd0a450a9aa23dc946c4bd413 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': [ |