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

Unified Diff: gyp/tools.gyp

Issue 1459583003: Clean up dead code: filter. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 1 month 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/filtermain.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 610eda622e322947f4a08c69d1515edc1edfa626..839ae033da255c0a5c7bf02278da954d78859eaa 100644
--- a/gyp/tools.gyp
+++ b/gyp/tools.gyp
@@ -18,7 +18,6 @@
'type': 'none',
'dependencies': [
'chrome_fuzz',
- 'filter',
'gpuveto',
'imgblur',
'imgconv',
@@ -495,28 +494,6 @@
],
},
{
- 'target_name': 'filter',
- 'type': 'executable',
- 'include_dirs' : [
- '../include/private',
- '../src/core',
- '../src/utils/debugger',
- ],
- 'sources': [
- '../tools/filtermain.cpp',
- '../src/utils/debugger/SkDrawCommand.h',
- '../src/utils/debugger/SkDrawCommand.cpp',
- '../src/utils/debugger/SkDebugCanvas.h',
- '../src/utils/debugger/SkDebugCanvas.cpp',
- '../src/utils/debugger/SkObjectParser.h',
- '../src/utils/debugger/SkObjectParser.cpp',
- ],
- 'dependencies': [
- 'skia_lib.gyp:skia_lib',
- 'tools.gyp:picture_utils',
- ],
- },
- {
'target_name': 'test_image_decoder',
'type': 'executable',
'sources': [
« no previous file with comments | « no previous file | tools/filtermain.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698