Hal Canary | 6ad3d2f | 2016-12-20 16:15:56 -0500 | [diff] [blame] | 1 | # 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 | |
| 9 | skia_xps_sources = [ |
Hal Canary | abc88d2 | 2017-02-06 09:26:49 -0500 | [diff] [blame] | 10 | "$_src/xps/SkXPSDocument.cpp", |
| 11 | "$_src/xps/SkXPSDocument.h", |
Hal Canary | 6ad3d2f | 2016-12-20 16:15:56 -0500 | [diff] [blame] | 12 | "$_src/xps/SkXPSDevice.cpp", |
| 13 | "$_src/xps/SkXPSDevice.h", |
Hal Canary | 6ad3d2f | 2016-12-20 16:15:56 -0500 | [diff] [blame] | 14 | ] |