abc88d2636
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>
16 lines
433 B
Plaintext
16 lines
433 B
Plaintext
# Copyright 2016 Google Inc.
|
|
#
|
|
# Use of this source code is governed by a BSD-style license that can be
|
|
# found in the LICENSE file.
|
|
|
|
# Things are easiest for everyone if these source paths are absolute.
|
|
_src = get_path_info("../src", "abspath")
|
|
|
|
skia_xps_sources = [
|
|
"$_src/xps/SkXPSDocument.cpp",
|
|
"$_src/xps/SkXPSDocument.h",
|
|
"$_src/xps/SkXPSDevice.cpp",
|
|
"$_src/xps/SkXPSDevice.h",
|
|
"$_src/xps/SkDocument_XPS_None.cpp",
|
|
]
|