skia2/gn/xps.gni
Hal Canary c25f4e9eaa GN: split out skia_*_public from skia_*_sources
`gn check` passes.  We will work towards removing `check_includes = false`.

Change-Id: I0ab396fadaf31a166921bdea334b2cfedca23dcd
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/195363
Reviewed-by: Ben Wagner <bungeman@google.com>
Commit-Queue: Hal Canary <halcanary@google.com>
2019-03-15 18:29:19 +00:00

20 lines
508 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")
_include = get_path_info("../include", "abspath")
skia_xps_public = [
"$_include/docs/SkXPSDocument.h",
]
skia_xps_sources = [
"$_include/docs/SkXPSDocument.h",
"$_src/xps/SkXPSDocument.cpp",
"$_src/xps/SkXPSDevice.cpp",
"$_src/xps/SkXPSDevice.h",
]