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

Unified Diff: gyp/dm.gypi

Issue 892693002: SVG backend in DM (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: sort 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 | « dm/DMSrcSink.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/dm.gypi
diff --git a/gyp/dm.gypi b/gyp/dm.gypi
index 4bfda6f72346e1d2dc28cc907b9c6df9fc1ab556..9ace2ac5eb2194ac160063206c534f5597ae951a 100644
--- a/gyp/dm.gypi
+++ b/gyp/dm.gypi
@@ -2,15 +2,16 @@
{
'include_dirs': [
'../dm',
+ '../experimental/svg',
'../gm',
- '../tests',
- '../src/images',
- '../src/lazy',
'../src/core',
'../src/effects',
+ '../src/images',
+ '../src/lazy',
'../src/pipe/utils/',
'../src/utils',
'../src/utils/debugger',
+ '../tests',
'../tools',
],
'dependencies': [
@@ -22,6 +23,7 @@
'tools.gyp:proc_stats',
'tools.gyp:sk_tool_utils',
'tools.gyp:timer',
+ 'xml.gyp:xml',
],
'includes': [
'gmslides.gypi',
@@ -34,6 +36,7 @@
'../dm/DMJsonWriter.cpp',
'../gm/gm.cpp',
+ '../experimental/svg/SkSVGDevice.cpp',
'../src/pipe/utils/SamplePipeControllers.cpp',
'../src/utils/debugger/SkDebugCanvas.cpp',
'../src/utils/debugger/SkDrawCommand.cpp',
« no previous file with comments | « dm/DMSrcSink.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698