aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar mtklein <mtklein@chromium.org>2014-12-15 12:47:51 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2014-12-15 12:47:52 -0800
commit9a0d6d6c88b87b3d0195e5633403325b6e922b8c (patch)
tree108a90d3bcb39ff86f388f2aa12c4cab9232e310 /gyp
parent54160f32865e8bbba18c9a1eb6e46711c8233cdf (diff)
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
Diffstat (limited to 'gyp')
-rw-r--r--gyp/tools.gyp21
1 files changed, 1 insertions, 20 deletions
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/' ],
@@ -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': [