Index: gyp/tools.gyp |
diff --git a/gyp/tools.gyp b/gyp/tools.gyp |
index 1c443229eefaac09e431faf513abf8e5cf159d9c..9516b23c73fe5e36e8b02a03f6aa2488b7801586 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': [ |