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

Unified Diff: gyp/dm.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
Index: gyp/dm.gyp
diff --git a/gyp/dm.gyp b/gyp/dm.gyp
index c05826b9f5d9045b17a5b60789f349baff712e5d..be9af86d97cf41362af4d54f43c19c3aa1b4ab82 100644
--- a/gyp/dm.gyp
+++ b/gyp/dm.gyp
@@ -30,6 +30,10 @@
'defines': [ 'SK_BUILD_POPPLER' ],
'dependencies': [ 'poppler.gyp:*' ],
}],
+ ['skia_os == "win"',
+ { 'dependencies': ['xps.gyp:xps',], },
+ { 'dependencies': ['xps.gyp:xps_none',], }
+ ],
],
}]
}

Powered by Google App Engine
This is Rietveld 408576698