From 9a0d6d6c88b87b3d0195e5633403325b6e922b8c Mon Sep 17 00:00:00 2001 From: mtklein Date: Mon, 15 Dec 2014 12:47:51 -0800 Subject: skimage, die die die DM's running with --images on all the bots now. They look happy. BUG=skia:3235 Review URL: https://codereview.chromium.org/804133003 --- gyp/tools.gyp | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) (limited to 'gyp') diff --git a/gyp/tools.gyp b/gyp/tools.gyp index 23790a6a3f..ffd5676a75 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/' ], @@ -266,24 +265,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', -- cgit v1.2.3