Florin Malita | b341810 | 2020-10-15 18:10:29 -0400 | [diff] [blame] | 1 | # Copyright 2020 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 | _include = get_path_info("include", "abspath") |
| 9 | |
| 10 | skia_svg_public = [ |
| 11 | "$_include/SkSVGAttribute.h", |
| 12 | "$_include/SkSVGAttributeParser.h", |
| 13 | "$_include/SkSVGCircle.h", |
| 14 | "$_include/SkSVGClipPath.h", |
| 15 | "$_include/SkSVGContainer.h", |
| 16 | "$_include/SkSVGDefs.h", |
| 17 | "$_include/SkSVGDOM.h", |
| 18 | "$_include/SkSVGEllipse.h", |
Tyler Denniston | df208a3 | 2020-10-30 16:01:54 -0400 | [diff] [blame] | 19 | "$_include/SkSVGFe.h", |
Tyler Denniston | a25e1a3 | 2021-01-15 12:38:29 -0500 | [diff] [blame] | 20 | "$_include/SkSVGFeBlend.h", |
Tyler Denniston | 70bb18d | 2020-11-06 12:07:53 -0500 | [diff] [blame] | 21 | "$_include/SkSVGFeColorMatrix.h", |
Tyler Denniston | b25caae | 2020-11-09 12:46:02 -0500 | [diff] [blame] | 22 | "$_include/SkSVGFeComposite.h", |
Tyler Denniston | f005c8a | 2021-01-25 12:56:13 -0500 | [diff] [blame] | 23 | "$_include/SkSVGFeDisplacementMap.h", |
Tyler Denniston | 8ed0443 | 2020-12-10 15:51:04 -0500 | [diff] [blame] | 24 | "$_include/SkSVGFeFlood.h", |
Tyler Denniston | 187d811 | 2021-01-12 09:34:23 -0500 | [diff] [blame] | 25 | "$_include/SkSVGFeGaussianBlur.h", |
Tyler Denniston | 95b2cf9 | 2021-05-05 09:22:43 -0400 | [diff] [blame] | 26 | "$_include/SkSVGFeImage.h", |
Tyler Denniston | 32b3089 | 2021-01-26 14:36:32 -0500 | [diff] [blame] | 27 | "$_include/SkSVGFeLightSource.h", |
Tyler Denniston | 8eedcd2 | 2021-01-27 09:18:06 -0500 | [diff] [blame] | 28 | "$_include/SkSVGFeLighting.h", |
Tyler Denniston | 4c89481be | 2021-01-20 09:41:22 -0500 | [diff] [blame] | 29 | "$_include/SkSVGFeMorphology.h", |
Tyler Denniston | 5878ece | 2021-01-15 09:17:55 -0500 | [diff] [blame] | 30 | "$_include/SkSVGFeOffset.h", |
Tyler Denniston | dada960 | 2020-11-03 10:04:25 -0500 | [diff] [blame] | 31 | "$_include/SkSVGFeTurbulence.h", |
Tyler Denniston | df208a3 | 2020-10-30 16:01:54 -0400 | [diff] [blame] | 32 | "$_include/SkSVGFilter.h", |
| 33 | "$_include/SkSVGFilterContext.h", |
Florin Malita | b341810 | 2020-10-15 18:10:29 -0400 | [diff] [blame] | 34 | "$_include/SkSVGG.h", |
| 35 | "$_include/SkSVGGradient.h", |
| 36 | "$_include/SkSVGHiddenContainer.h", |
| 37 | "$_include/SkSVGIDMapper.h", |
Tyler Denniston | 8ca4626 | 2021-02-02 16:16:21 -0500 | [diff] [blame] | 38 | "$_include/SkSVGImage.h", |
Florin Malita | b341810 | 2020-10-15 18:10:29 -0400 | [diff] [blame] | 39 | "$_include/SkSVGLinearGradient.h", |
| 40 | "$_include/SkSVGLine.h", |
Florin Malita | 836c2ca | 2021-01-13 11:48:02 -0500 | [diff] [blame] | 41 | "$_include/SkSVGMask.h", |
Florin Malita | b341810 | 2020-10-15 18:10:29 -0400 | [diff] [blame] | 42 | "$_include/SkSVGNode.h", |
| 43 | "$_include/SkSVGPath.h", |
| 44 | "$_include/SkSVGPattern.h", |
| 45 | "$_include/SkSVGPoly.h", |
| 46 | "$_include/SkSVGRadialGradient.h", |
| 47 | "$_include/SkSVGRect.h", |
| 48 | "$_include/SkSVGRenderContext.h", |
| 49 | "$_include/SkSVGShape.h", |
| 50 | "$_include/SkSVGStop.h", |
| 51 | "$_include/SkSVGSVG.h", |
| 52 | "$_include/SkSVGText.h", |
| 53 | "$_include/SkSVGTransformableNode.h", |
| 54 | "$_include/SkSVGTypes.h", |
| 55 | "$_include/SkSVGUse.h", |
| 56 | "$_include/SkSVGValue.h", |
| 57 | ] |
| 58 | |
| 59 | skia_svg_sources = [ |
| 60 | "$_src/SkSVGAttribute.cpp", |
| 61 | "$_src/SkSVGAttributeParser.cpp", |
| 62 | "$_src/SkSVGCircle.cpp", |
| 63 | "$_src/SkSVGClipPath.cpp", |
| 64 | "$_src/SkSVGContainer.cpp", |
| 65 | "$_src/SkSVGDOM.cpp", |
| 66 | "$_src/SkSVGEllipse.cpp", |
Tyler Denniston | df208a3 | 2020-10-30 16:01:54 -0400 | [diff] [blame] | 67 | "$_src/SkSVGFe.cpp", |
Tyler Denniston | a25e1a3 | 2021-01-15 12:38:29 -0500 | [diff] [blame] | 68 | "$_src/SkSVGFeBlend.cpp", |
Tyler Denniston | 70bb18d | 2020-11-06 12:07:53 -0500 | [diff] [blame] | 69 | "$_src/SkSVGFeColorMatrix.cpp", |
Tyler Denniston | b25caae | 2020-11-09 12:46:02 -0500 | [diff] [blame] | 70 | "$_src/SkSVGFeComposite.cpp", |
Tyler Denniston | f005c8a | 2021-01-25 12:56:13 -0500 | [diff] [blame] | 71 | "$_src/SkSVGFeDisplacementMap.cpp", |
Tyler Denniston | 8ed0443 | 2020-12-10 15:51:04 -0500 | [diff] [blame] | 72 | "$_src/SkSVGFeFlood.cpp", |
Tyler Denniston | 187d811 | 2021-01-12 09:34:23 -0500 | [diff] [blame] | 73 | "$_src/SkSVGFeGaussianBlur.cpp", |
Tyler Denniston | 95b2cf9 | 2021-05-05 09:22:43 -0400 | [diff] [blame] | 74 | "$_src/SkSVGFeImage.cpp", |
Tyler Denniston | 32b3089 | 2021-01-26 14:36:32 -0500 | [diff] [blame] | 75 | "$_src/SkSVGFeLightSource.cpp", |
Tyler Denniston | 8eedcd2 | 2021-01-27 09:18:06 -0500 | [diff] [blame] | 76 | "$_src/SkSVGFeLighting.cpp", |
Tyler Denniston | 4c89481be | 2021-01-20 09:41:22 -0500 | [diff] [blame] | 77 | "$_src/SkSVGFeMorphology.cpp", |
Tyler Denniston | 5878ece | 2021-01-15 09:17:55 -0500 | [diff] [blame] | 78 | "$_src/SkSVGFeOffset.cpp", |
Tyler Denniston | dada960 | 2020-11-03 10:04:25 -0500 | [diff] [blame] | 79 | "$_src/SkSVGFeTurbulence.cpp", |
Tyler Denniston | df208a3 | 2020-10-30 16:01:54 -0400 | [diff] [blame] | 80 | "$_src/SkSVGFilter.cpp", |
| 81 | "$_src/SkSVGFilterContext.cpp", |
Florin Malita | b341810 | 2020-10-15 18:10:29 -0400 | [diff] [blame] | 82 | "$_src/SkSVGGradient.cpp", |
Tyler Denniston | 8ca4626 | 2021-02-02 16:16:21 -0500 | [diff] [blame] | 83 | "$_src/SkSVGImage.cpp", |
Florin Malita | b341810 | 2020-10-15 18:10:29 -0400 | [diff] [blame] | 84 | "$_src/SkSVGLine.cpp", |
| 85 | "$_src/SkSVGLinearGradient.cpp", |
Florin Malita | 836c2ca | 2021-01-13 11:48:02 -0500 | [diff] [blame] | 86 | "$_src/SkSVGMask.cpp", |
Florin Malita | b341810 | 2020-10-15 18:10:29 -0400 | [diff] [blame] | 87 | "$_src/SkSVGNode.cpp", |
| 88 | "$_src/SkSVGPath.cpp", |
| 89 | "$_src/SkSVGPattern.cpp", |
| 90 | "$_src/SkSVGPoly.cpp", |
| 91 | "$_src/SkSVGRadialGradient.cpp", |
| 92 | "$_src/SkSVGRect.cpp", |
| 93 | "$_src/SkSVGRenderContext.cpp", |
| 94 | "$_src/SkSVGSVG.cpp", |
| 95 | "$_src/SkSVGShape.cpp", |
| 96 | "$_src/SkSVGStop.cpp", |
| 97 | "$_src/SkSVGText.cpp", |
Florin Malita | dec7802 | 2020-12-17 16:36:54 -0500 | [diff] [blame] | 98 | "$_src/SkSVGTextPriv.h", |
Florin Malita | b341810 | 2020-10-15 18:10:29 -0400 | [diff] [blame] | 99 | "$_src/SkSVGTransformableNode.cpp", |
| 100 | "$_src/SkSVGUse.cpp", |
| 101 | "$_src/SkSVGValue.cpp", |
| 102 | ] |