Index: gyp/tools.gyp |
diff --git a/gyp/tools.gyp b/gyp/tools.gyp |
index 1b196a75b1bd557af1888dbbb85e8a028b260ff9..dfeb6efecd9fec8b3d78eb921ac8293f21746d97 100644 |
--- a/gyp/tools.gyp |
+++ b/gyp/tools.gyp |
@@ -25,6 +25,7 @@ |
'render_pictures', |
'skdiff', |
'skhello', |
+ 'skp2svg', |
'skpdiff', |
'skpinfo', |
'skpmaker', |
@@ -264,6 +265,26 @@ |
], |
}, |
{ |
+ 'target_name': 'skp2svg', |
+ 'type': 'executable', |
+ 'sources': [ |
+ '../experimental/svg/skp2svg.cpp', |
+ '../experimental/svg/SkSVGDevice.cpp', |
+ '../experimental/svg/SkSVGDevice.h', |
+ '../tools/LazyDecodeBitmap.cpp', |
+ ], |
+ 'include_dirs': [ |
+ '../src/core/', |
+ '../src/lazy/', |
+ '../tools/', |
+ ], |
+ 'dependencies': [ |
+ 'flags.gyp:flags', |
+ 'skia_lib.gyp:skia_lib', |
+ 'xml.gyp:xml', |
+ ], |
+ }, |
+ { |
'target_name': 'gpuveto', |
'type': 'executable', |
'sources': [ |