Florin Malita | 8949c8a | 2018-08-02 11:54:16 -0400 | [diff] [blame] | 1 | # Copyright 2018 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_sksg_sources = [ |
| 10 | "$_src/SkSGClipEffect.cpp", |
| 11 | "$_src/SkSGColor.cpp", |
Florin Malita | 36216fb | 2018-08-07 11:09:49 -0400 | [diff] [blame] | 12 | "$_src/SkSGColorFilter.cpp", |
Florin Malita | 8949c8a | 2018-08-02 11:54:16 -0400 | [diff] [blame] | 13 | "$_src/SkSGDraw.cpp", |
| 14 | "$_src/SkSGEffectNode.cpp", |
| 15 | "$_src/SkSGGeometryNode.cpp", |
| 16 | "$_src/SkSGGeometryTransform.cpp", |
| 17 | "$_src/SkSGGradient.cpp", |
| 18 | "$_src/SkSGGroup.cpp", |
| 19 | "$_src/SkSGImage.cpp", |
| 20 | "$_src/SkSGInvalidationController.cpp", |
| 21 | "$_src/SkSGMaskEffect.cpp", |
| 22 | "$_src/SkSGMerge.cpp", |
| 23 | "$_src/SkSGNode.cpp", |
| 24 | "$_src/SkSGOpacityEffect.cpp", |
| 25 | "$_src/SkSGPaintNode.cpp", |
| 26 | "$_src/SkSGPath.cpp", |
| 27 | "$_src/SkSGPlane.cpp", |
| 28 | "$_src/SkSGRect.cpp", |
| 29 | "$_src/SkSGRenderNode.cpp", |
| 30 | "$_src/SkSGRoundEffect.cpp", |
| 31 | "$_src/SkSGScene.cpp", |
| 32 | "$_src/SkSGText.cpp", |
| 33 | "$_src/SkSGTransform.cpp", |
| 34 | "$_src/SkSGTrimEffect.cpp", |
| 35 | ] |