blob: d551f9f687f516675a5562fc95811e328ad60874 [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")
8
9skia_xps_sources = [
10 "$_src/xps/SkDocument_XPS.cpp",
11 "$_src/xps/SkXPSDevice.cpp",
12 "$_src/xps/SkXPSDevice.h",
13 "$_src/xps/SkDocument_XPS_None.cpp",
14]