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

Unified Diff: gyp/tools.gyp

Issue 892533002: Initial SVG backend stubbing (Closed) Base URL: https://chromium.googlesource.com/skia.git@master
Patch Set: optional output file arg Created 5 years, 11 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 | « experimental/svg/skp2svg.cpp ('k') | no next file » | 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 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': [
« no previous file with comments | « experimental/svg/skp2svg.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698