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': [ |