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

Unified Diff: gyp/tools.gyp

Issue 902583006: Add SkSVGCanvas (Closed) Base URL: https://chromium.googlesource.com/skia.git@master
Patch Set: fix win warning Created 5 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 | « gyp/svg.gyp ('k') | include/svg/SkSVGCanvas.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 c844ebefcf9da7c061bd8928b58008034a8504f6..a83522c0db414d9551e63ce8f295d729b5292fa2 100644
--- a/gyp/tools.gyp
+++ b/gyp/tools.gyp
@@ -265,12 +265,11 @@
],
},
{
+ # Superseded by dm, should be removed.
'target_name': 'skp2svg',
'type': 'executable',
'sources': [
- '../experimental/svg/skp2svg.cpp',
- '../experimental/svg/SkSVGDevice.cpp',
- '../experimental/svg/SkSVGDevice.h',
+ '../src/svg/skp2svg.cpp',
'../tools/LazyDecodeBitmap.cpp',
],
'include_dirs': [
@@ -281,6 +280,7 @@
'dependencies': [
'flags.gyp:flags',
'skia_lib.gyp:skia_lib',
+ 'svg.gyp:svg',
'xml.gyp:xml',
],
},
« no previous file with comments | « gyp/svg.gyp ('k') | include/svg/SkSVGCanvas.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698