blob: 60b37f0e5678ef13add03f44680866617b28ef24 [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
10skia_xps_sources = [
Hal Canary23564b92018-09-07 14:33:14 -040011 "$_include/docs/SkXPSDocument.h",
Hal Canaryabc88d22017-02-06 09:26:49 -050012 "$_src/xps/SkXPSDocument.cpp",
Hal Canary6ad3d2f2016-12-20 16:15:56 -050013 "$_src/xps/SkXPSDevice.cpp",
14 "$_src/xps/SkXPSDevice.h",
Hal Canary6ad3d2f2016-12-20 16:15:56 -050015]