aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar msarett <msarett@google.com>2016-02-12 14:47:09 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2016-02-12 14:47:09 -0800
commit3478f753ffc28a6f0f0877cc06be7373f960c527 (patch)
treef5d388ff692dd0d3e1c7a189c2802a9ac737f312 /gyp
parent5ab17ed12ec05b9a11b4cfbe901f6cdfa26169ca (diff)
Adding a tool to get images from skps
Diffstat (limited to 'gyp')
-rw-r--r--gyp/tools.gyp12
1 files changed, 12 insertions, 0 deletions
diff --git a/gyp/tools.gyp b/gyp/tools.gyp
index e428076bb9..4b89427545 100644
--- a/gyp/tools.gyp
+++ b/gyp/tools.gyp
@@ -19,6 +19,7 @@
'dependencies': [
'chrome_fuzz',
'dump_record',
+ 'get_images_from_skps',
'gpuveto',
'imgblur',
'imgconv',
@@ -280,6 +281,17 @@
],
},
{
+ 'target_name': 'get_images_from_skps',
+ 'type': 'executable',
+ 'sources': [
+ '../tools/get_images_from_skps.cpp',
+ ],
+ 'dependencies': [
+ 'flags.gyp:flags',
+ 'skia_lib.gyp:skia_lib',
+ ],
+ },
+ {
'target_name': 'gpuveto',
'type': 'executable',
'sources': [