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

Unified Diff: gyp/tools.gyp

Issue 1696763002: Adding a tool to get images from skps (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Track unknown images Created 4 years, 10 months 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 | « no previous file | tools/flags/SkCommandLineFlags.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 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': [
« no previous file with comments | « no previous file | tools/flags/SkCommandLineFlags.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698