aboutsummaryrefslogtreecommitdiffhomepage
path: root/gn/xps.gni
diff options
context:
space:
mode:
authorGravatar Hal Canary <halcanary@google.com>2017-02-06 09:26:49 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-02-06 17:13:38 +0000
commitabc88d26365efa14b58d26ca3b8fbfb58a7dcbad (patch)
treefb67e60271b59650ff09dba4c4cfdce1fa8393e1 /gn/xps.gni
parentef46b2f8e44e45b6cb9723df09ddbc5493afd3e9 (diff)
SkXPS: Begin refactoring SkXPSDevice
A later CL will move all document-level fields and methods into SkXPSDocument. * SkXPSDocument cnstructor requires a xps factory ptr. * All device layers share ownership of a single factory. * renames SkDocument_XPS to the easier-to-say SkXPSDocument. * Moves autocoinitialize to DM. TODO: pipe the IXpsOMObjectFactory* into the SkDocument api. No change in rendered documents. Change-Id: I8a4680a3603951b1ce5f6c1de48714d4902061a9 Reviewed-on: https://skia-review.googlesource.com/7998 Reviewed-by: Ben Wagner <bungeman@google.com> Commit-Queue: Hal Canary <halcanary@google.com>
Diffstat (limited to 'gn/xps.gni')
-rw-r--r--gn/xps.gni3
1 files changed, 2 insertions, 1 deletions
diff --git a/gn/xps.gni b/gn/xps.gni
index d551f9f687..570b5730a1 100644
--- a/gn/xps.gni
+++ b/gn/xps.gni
@@ -7,7 +7,8 @@
_src = get_path_info("../src", "abspath")
skia_xps_sources = [
- "$_src/xps/SkDocument_XPS.cpp",
+ "$_src/xps/SkXPSDocument.cpp",
+ "$_src/xps/SkXPSDocument.h",
"$_src/xps/SkXPSDevice.cpp",
"$_src/xps/SkXPSDevice.h",
"$_src/xps/SkDocument_XPS_None.cpp",