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

Unified Diff: gyp/xps.gyp

Issue 963953002: XPS, DM: add SkDocument::CreateXPS (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: 2015-03-02 (Monday) 17:31:32 EST 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
« dm/DM.cpp ('K') | « gyp/dm.gyp ('k') | include/core/SkDocument.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/xps.gyp
diff --git a/gyp/xps.gyp b/gyp/xps.gyp
index 080dc62b6c345e5fa9a0e8408ce0ae8a9d30edc3..5712f8e7600db82089cba522c58f8ca5e2c68a23 100644
--- a/gyp/xps.gyp
+++ b/gyp/xps.gyp
@@ -1,6 +1,13 @@
{
'targets': [
{
+ 'target_name': 'xps_none',
+ 'type': 'static_library',
+ 'standalone_static_library': 1,
+ 'dependencies': [ 'skia_lib.gyp:skia_lib', ],
+ 'sources': [ '../src/doc/SkDocument_XPS_None.cpp', ],
+ },
+ {
'target_name': 'xps',
'product_name': 'skia_xps',
'type': 'static_library',
@@ -20,7 +27,9 @@
'../include/device/xps/SkXPSDevice.h',
'../src/device/xps/SkXPSDevice.cpp',
+ '../src/doc/SkDocument_XPS.cpp',
],
+ 'defines': [ 'SK_SUPPORT_XPS', ],
bungeman-skia 2015/03/02 22:39:12 I don't think this define is used anywhere anymore
hal.canary 2015/03/02 23:08:25 Done.
'conditions': [
[ 'skia_os == "win"', {
'link_settings': {
« dm/DM.cpp ('K') | « gyp/dm.gyp ('k') | include/core/SkDocument.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698