blob: 48b054c3edd94b503093c1c322999c377ff441b3 [file] [log] [blame]
Hal Canary6ad3d2f2016-12-20 16:15:56 -05001# Copyright 2016 Google Inc.
2#
3# Use of this source code is governed by a BSD-style license that can be
4# found in the LICENSE file.
5
6# Things are easiest for everyone if these source paths are absolute.
7_src = get_path_info("../src", "abspath")
Hal Canary23564b92018-09-07 14:33:14 -04008_include = get_path_info("../include", "abspath")
Hal Canary6ad3d2f2016-12-20 16:15:56 -05009
Hal Canaryc25f4e92019-02-26 11:54:25 -050010skia_xps_public = [
11 "$_include/docs/SkXPSDocument.h",
12]
13
Hal Canary6ad3d2f2016-12-20 16:15:56 -050014skia_xps_sources = [
Hal Canary23564b92018-09-07 14:33:14 -040015 "$_include/docs/SkXPSDocument.h",
Hal Canaryabc88d22017-02-06 09:26:49 -050016 "$_src/xps/SkXPSDocument.cpp",
Hal Canary6ad3d2f2016-12-20 16:15:56 -050017 "$_src/xps/SkXPSDevice.cpp",
18 "$_src/xps/SkXPSDevice.h",
Hal Canary6ad3d2f2016-12-20 16:15:56 -050019]