Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(366)

Unified Diff: gyp/tools.gyp

Issue 1384203002: Add imgblur tool to assist BlurMaskFilter debugging (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: update to ToT Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tools/imgblur.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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': [
« no previous file with comments | « no previous file | tools/imgblur.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698