Index: gyp/tools.gyp |
diff --git a/gyp/tools.gyp b/gyp/tools.gyp |
index 23790a6a3fe927dd4c1e4106925b7720a051a63b..ffd5676a75fe6fcad069f3a2b44762070bb5c837 100644 |
--- a/gyp/tools.gyp |
+++ b/gyp/tools.gyp |
@@ -28,7 +28,6 @@ |
'skpdiff', |
'skpinfo', |
'skpmaker', |
- 'skimage', |
'test_image_decoder', |
'test_public_includes', |
], |
@@ -42,7 +41,7 @@ |
], |
], |
}, |
- { # This would go in gm.gyp, but it's also used by skimage below. |
+ { |
'target_name': 'gm_expectations', |
'type': 'static_library', |
'include_dirs' : [ '../src/utils/' ], |
@@ -267,24 +266,6 @@ |
], |
}, |
{ |
- 'target_name': 'skimage', |
- 'type': 'executable', |
- 'sources': [ |
- '../tools/skimage_main.cpp', |
- ], |
- 'include_dirs': [ |
- # For SkBitmapHasher.h |
- '../src/utils/', |
- '../tools/', |
- ], |
- 'dependencies': [ |
- 'gm_expectations', |
- 'flags.gyp:flags', |
- 'jsoncpp.gyp:jsoncpp', |
- 'skia_lib.gyp:skia_lib', |
- ], |
- }, |
- { |
'target_name': 'skpinfo', |
'type': 'executable', |
'sources': [ |