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

Unified Diff: gyp/tools.gyp

Issue 804133003: skimage, die die die (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Expectations too Created 6 years 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 | « gm/gm_json.py ('k') | tools/picture_utils.h » ('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 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': [
« no previous file with comments | « gm/gm_json.py ('k') | tools/picture_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698