summaryrefslogtreecommitdiff
path: root/tools.gyp
diff options
context:
space:
mode:
authormike@reedtribe.org <mike@reedtribe.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-06-09 01:54:56 +0000
committermike@reedtribe.org <mike@reedtribe.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-06-09 01:54:56 +0000
commit8000ae3089e5e3e9deec833be8e3acf70647feda (patch)
treec924de48b93b1a3a3639909b5ac22d1ca24afa2b /tools.gyp
parenta9b2cc62e0cb21ae19502b16c9c433fab8e13c81 (diff)
downloadgyp-8000ae3089e5e3e9deec833be8e3acf70647feda.tar.gz
more paint methods to lua
git-svn-id: http://skia.googlecode.com/svn/trunk/gyp@9483 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'tools.gyp')
-rw-r--r--tools.gyp18
1 files changed, 18 insertions, 0 deletions
diff --git a/tools.gyp b/tools.gyp
index aeeafef..67ea8b4 100644
--- a/tools.gyp
+++ b/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': [