Index: gyp/tools.gyp |
diff --git a/gyp/tools.gyp b/gyp/tools.gyp |
index accdd616815cf486997fd10b466d7b5e52d5409f..8685570347a6d09be2870a9d8b3375baadbec69e 100644 |
--- a/gyp/tools.gyp |
+++ b/gyp/tools.gyp |
@@ -24,9 +24,11 @@ |
'filter', |
'flatten', |
'gpuveto', |
+ 'imgblur', |
+ 'imgconv', |
+ 'imgslice', |
'lua_app', |
'lua_pictures', |
- 'imgconv', |
'pinspect', |
'render_pdfs', |
'render_pictures', |
@@ -36,7 +38,6 @@ |
'skpdiff', |
'skpinfo', |
'skpmaker', |
- 'imgslice', |
'test_image_decoder', |
'test_public_includes', |
'whitelist_typefaces', |
@@ -313,6 +314,22 @@ |
], |
}, |
{ |
+ 'target_name': 'imgblur', |
+ 'type': 'executable', |
+ 'sources': [ |
+ '../tools/imgblur.cpp', |
+ ], |
+ 'include_dirs': [ |
+ '../include/core', |
+ ], |
+ 'dependencies': [ |
+ 'flags.gyp:flags', |
+ 'flags.gyp:flags_common', |
+ 'skia_lib.gyp:skia_lib', |
+ 'tools.gyp:sk_tool_utils', |
+ ], |
+ }, |
+ { |
'target_name': 'imgslice', |
'type': 'executable', |
'sources': [ |