Index: gyp/tools.gyp |
diff --git a/gyp/tools.gyp b/gyp/tools.gyp |
index e428076bb9b67160547cdcdc7a39b9ab44a830b7..4b89427545275db76fd1d8841ee824c2a37d6bce 100644 |
--- a/gyp/tools.gyp |
+++ b/gyp/tools.gyp |
@@ -19,6 +19,7 @@ |
'dependencies': [ |
'chrome_fuzz', |
'dump_record', |
+ 'get_images_from_skps', |
'gpuveto', |
'imgblur', |
'imgconv', |
@@ -280,6 +281,17 @@ |
], |
}, |
{ |
+ 'target_name': 'get_images_from_skps', |
+ 'type': 'executable', |
+ 'sources': [ |
+ '../tools/get_images_from_skps.cpp', |
+ ], |
+ 'dependencies': [ |
+ 'flags.gyp:flags', |
+ 'skia_lib.gyp:skia_lib', |
+ ], |
+ }, |
+ { |
'target_name': 'gpuveto', |
'type': 'executable', |
'sources': [ |