aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/tools.gyp
diff options
context:
space:
mode:
authorGravatar mike@reedtribe.org <mike@reedtribe.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-06-09 01:54:56 +0000
committerGravatar mike@reedtribe.org <mike@reedtribe.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-06-09 01:54:56 +0000
commit73d9f1c65114ba638637152605b0f03e871271da (patch)
tree259159fb916da650e6de47ee9ef8532c8131c094 /gyp/tools.gyp
parentfb858245216dafee4de731fce4f0fa58c746d3e9 (diff)
more paint methods to lua
git-svn-id: http://skia.googlecode.com/svn/trunk@9483 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp/tools.gyp')
-rw-r--r--gyp/tools.gyp18
1 files changed, 18 insertions, 0 deletions
diff --git a/gyp/tools.gyp b/gyp/tools.gyp
index aeeafef13f..67ea8b4740 100644
--- a/gyp/tools.gyp
+++ b/gyp/tools.gyp
@@ -16,6 +16,7 @@
'bench_pictures',
'filter',
'lua_pictures',
+ 'lua_app',
'pinspect',
'render_pdfs',
'render_pictures',
@@ -87,6 +88,23 @@
],
},
{
+ 'target_name': 'lua_app',
+ 'type': 'executable',
+ 'sources': [
+ '../tools/lua/lua_app.cpp',
+ '../src/utils/SkLua.cpp',
+ ],
+ 'dependencies': [
+ 'skia_lib.gyp:skia_lib',
+ 'effects.gyp:effects',
+ 'utils.gyp:utils',
+ 'images.gyp:images',
+ 'pdf.gyp:pdf',
+ 'ports.gyp:ports',
+ 'lua.gyp:lua',
+ ],
+ },
+ {
'target_name': 'lua_pictures',
'type': 'executable',
'sources': [