aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/tools.gyp
diff options
context:
space:
mode:
authorGravatar reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-05-15 19:34:20 +0000
committerGravatar reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-05-15 19:34:20 +0000
commitdff7e11c2000d6745261de046d76b1500a05ece9 (patch)
tree5d49340cf544bccaad31c91720a4cb5d7a679e1a /gyp/tools.gyp
parent9da0e1de1d0615038e27fc894d1fcc44562cecf5 (diff)
add SkLuaCanvas
add lua 5.2 to third_party BUG= R=bungeman@google.com Review URL: https://codereview.chromium.org/14907017 git-svn-id: http://skia.googlecode.com/svn/trunk@9149 2bbb7eff-a529-9590-31e7-b0007b416f81
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': [