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

Unified Diff: gyp/tools.gyp

Issue 1760583003: Remove unused tools and unused includes of SkImageDecoder (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 10 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/VisualBench/VisualInteractiveModule.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 89e07a0a5b207032c24917a689fc3e286bd74ced..e60879bc5c0566991fb708e37a2d389ce322ac15 100644
--- a/gyp/tools.gyp
+++ b/gyp/tools.gyp
@@ -22,7 +22,6 @@
'get_images_from_skps',
'gpuveto',
'imgblur',
- 'imgconv',
'imgslice',
'lua_app',
'lua_pictures',
@@ -31,7 +30,6 @@
'skhello',
'skpinfo',
'skpmaker',
- 'test_image_decoder',
'test_public_includes',
'whitelist_typefaces',
],
@@ -371,27 +369,6 @@
],
},
{
- 'target_name': 'imgconv',
- 'type': 'executable',
- 'sources': [
- '../tools/imgconv.cpp',
- ],
- 'dependencies': [
- 'flags.gyp:flags',
- 'skia_lib.gyp:skia_lib',
- ],
- },
- {
- 'target_name': 'test_image_decoder',
- 'type': 'executable',
- 'sources': [
- '../tools/test_image_decoder.cpp',
- ],
- 'dependencies': [
- 'skia_lib.gyp:skia_lib',
- ],
- },
- {
'target_name': 'proc_stats',
'type': 'static_library',
'sources': [
« no previous file with comments | « no previous file | tools/VisualBench/VisualInteractiveModule.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698