2018-08-02 15:54:16 +00:00
|
|
|
# Copyright 2018 Google Inc.
|
|
|
|
#
|
|
|
|
# Use of this source code is governed by a BSD-style license that can be
|
|
|
|
# found in the LICENSE file.
|
|
|
|
|
|
|
|
# Things are easiest for everyone if these source paths are absolute.
|
|
|
|
_src = get_path_info("src", "abspath")
|
|
|
|
|
|
|
|
skia_sksg_sources = [
|
|
|
|
"$_src/SkSGClipEffect.cpp",
|
2018-08-07 15:09:49 +00:00
|
|
|
"$_src/SkSGColorFilter.cpp",
|
2018-08-02 15:54:16 +00:00
|
|
|
"$_src/SkSGDraw.cpp",
|
|
|
|
"$_src/SkSGEffectNode.cpp",
|
2020-07-03 16:06:41 +00:00
|
|
|
"$_src/SkSGGeometryEffect.cpp",
|
2018-08-02 15:54:16 +00:00
|
|
|
"$_src/SkSGGeometryNode.cpp",
|
|
|
|
"$_src/SkSGGradient.cpp",
|
|
|
|
"$_src/SkSGGroup.cpp",
|
|
|
|
"$_src/SkSGImage.cpp",
|
|
|
|
"$_src/SkSGInvalidationController.cpp",
|
|
|
|
"$_src/SkSGMaskEffect.cpp",
|
|
|
|
"$_src/SkSGMerge.cpp",
|
|
|
|
"$_src/SkSGNode.cpp",
|
2019-07-10 17:38:48 +00:00
|
|
|
"$_src/SkSGNodePriv.h",
|
2018-08-02 15:54:16 +00:00
|
|
|
"$_src/SkSGOpacityEffect.cpp",
|
2019-04-01 17:40:58 +00:00
|
|
|
"$_src/SkSGPaint.cpp",
|
2018-08-02 15:54:16 +00:00
|
|
|
"$_src/SkSGPath.cpp",
|
|
|
|
"$_src/SkSGPlane.cpp",
|
|
|
|
"$_src/SkSGRect.cpp",
|
2019-02-10 01:49:46 +00:00
|
|
|
"$_src/SkSGRenderEffect.cpp",
|
2018-08-02 15:54:16 +00:00
|
|
|
"$_src/SkSGRenderNode.cpp",
|
|
|
|
"$_src/SkSGScene.cpp",
|
|
|
|
"$_src/SkSGText.cpp",
|
|
|
|
"$_src/SkSGTransform.cpp",
|
2019-07-10 17:38:48 +00:00
|
|
|
"$_src/SkSGTransformPriv.h",
|
2018-08-02 15:54:16 +00:00
|
|
|
]
|