diff options
author | reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-06-14 18:58:40 +0000 |
---|---|---|
committer | reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-06-14 18:58:40 +0000 |
commit | 1bdf7fe8f66e46b595451d888f57736caee7f4f2 (patch) | |
tree | ad1a77f5079cda09cec175b6d06923254e0e9cff /gyp | |
parent | b8a5c618d2e18d71707ae4dcafbe5153d7ff427f (diff) |
tools/pinspect: quick tool to inspeact the header (and rough validity) of 1 or more picture files
Review URL: https://codereview.appspot.com/6295085
git-svn-id: http://skia.googlecode.com/svn/trunk@4258 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp')
-rw-r--r-- | gyp/tools.gyp | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/gyp/tools.gyp b/gyp/tools.gyp index 04356c690e..a43b811b3e 100644 --- a/gyp/tools.gyp +++ b/gyp/tools.gyp @@ -19,6 +19,7 @@ 'skhello', 'skimage', 'render_pictures', + 'pinspect', ], }, { @@ -75,6 +76,20 @@ 'ports.gyp:ports', ], }, + { + 'target_name': 'pinspect', + 'type': 'executable', + 'sources': [ + '../tools/pinspect.cpp', + ], + 'dependencies': [ + 'core.gyp:core', + 'effects.gyp:effects', + 'images.gyp:images', + 'ports.gyp:ports', + 'utils.gyp:utils', + ], + }, ], } |