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

Unified Diff: gyp/dm.gyp

Issue 963953002: XPS, DM: add SkDocument::CreateXPS (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: fix conics 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 | « dm/DMSrcSink.cpp ('k') | gyp/xps.gyp » ('j') | include/core/SkDocument.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/dm.gyp
diff --git a/gyp/dm.gyp b/gyp/dm.gyp
index c05826b9f5d9045b17a5b60789f349baff712e5d..8530fcc7ab8c37a4845c81ccddb85d46cf0d1bfc 100644
--- a/gyp/dm.gyp
+++ b/gyp/dm.gyp
@@ -30,6 +30,7 @@
'defines': [ 'SK_BUILD_POPPLER' ],
'dependencies': [ 'poppler.gyp:*' ],
}],
+ ['skia_os == "win"', { 'dependencies': ['xps.gyp:xps',]}]
],
}]
}
« no previous file with comments | « dm/DMSrcSink.cpp ('k') | gyp/xps.gyp » ('j') | include/core/SkDocument.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698