aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar robertphillips <robertphillips@google.com>2015-09-18 09:04:43 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-09-18 09:04:43 -0700
commit5ce341fcd7eb63fc98c182b34c5503fb1780faf5 (patch)
treeecce151c4587a03b423abfc67ab0030265bb19ff /gyp
parent0b93e3149d2cb30860c51f9f3204ae811d9a97ca (diff)
Add slice tool
Don't know if we want to add this but I found it useful when tracking down blur circle bugs. Review URL: https://codereview.chromium.org/1350323002
Diffstat (limited to 'gyp')
-rw-r--r--gyp/tools.gyp15
1 files changed, 15 insertions, 0 deletions
diff --git a/gyp/tools.gyp b/gyp/tools.gyp
index 1c443229ee..9516b23c73 100644
--- a/gyp/tools.gyp
+++ b/gyp/tools.gyp
@@ -36,6 +36,7 @@
'skpdiff',
'skpinfo',
'skpmaker',
+ 'imgslice',
'test_image_decoder',
'test_public_includes',
'whitelist_typefaces',
@@ -310,6 +311,20 @@
],
},
{
+ 'target_name': 'imgslice',
+ 'type': 'executable',
+ 'sources': [
+ '../tools/imgslice.cpp',
+ ],
+ 'include_dirs': [
+ '../include/core',
+ ],
+ 'dependencies': [
+ 'flags.gyp:flags',
+ 'skia_lib.gyp:skia_lib',
+ ],
+ },
+ {
'target_name': 'flatten',
'type': 'executable',
'sources': [