xref: /third_party/skia/modules/sksg/sksg.gni (revision cb93a386)
1cb93a386Sopenharmony_ci# Copyright 2018 Google Inc.
2cb93a386Sopenharmony_ci#
3cb93a386Sopenharmony_ci# Use of this source code is governed by a BSD-style license that can be
4cb93a386Sopenharmony_ci# found in the LICENSE file.
5cb93a386Sopenharmony_ci
6cb93a386Sopenharmony_ci# Things are easiest for everyone if these source paths are absolute.
7cb93a386Sopenharmony_ci_src = get_path_info("src", "abspath")
8cb93a386Sopenharmony_ci
9cb93a386Sopenharmony_ciskia_sksg_sources = [
10cb93a386Sopenharmony_ci  "$_src/SkSGClipEffect.cpp",
11cb93a386Sopenharmony_ci  "$_src/SkSGColorFilter.cpp",
12cb93a386Sopenharmony_ci  "$_src/SkSGDraw.cpp",
13cb93a386Sopenharmony_ci  "$_src/SkSGEffectNode.cpp",
14cb93a386Sopenharmony_ci  "$_src/SkSGGeometryEffect.cpp",
15cb93a386Sopenharmony_ci  "$_src/SkSGGeometryNode.cpp",
16cb93a386Sopenharmony_ci  "$_src/SkSGGradient.cpp",
17cb93a386Sopenharmony_ci  "$_src/SkSGGroup.cpp",
18cb93a386Sopenharmony_ci  "$_src/SkSGImage.cpp",
19cb93a386Sopenharmony_ci  "$_src/SkSGInvalidationController.cpp",
20cb93a386Sopenharmony_ci  "$_src/SkSGMaskEffect.cpp",
21cb93a386Sopenharmony_ci  "$_src/SkSGMerge.cpp",
22cb93a386Sopenharmony_ci  "$_src/SkSGNode.cpp",
23cb93a386Sopenharmony_ci  "$_src/SkSGNodePriv.h",
24cb93a386Sopenharmony_ci  "$_src/SkSGOpacityEffect.cpp",
25cb93a386Sopenharmony_ci  "$_src/SkSGPaint.cpp",
26cb93a386Sopenharmony_ci  "$_src/SkSGPath.cpp",
27cb93a386Sopenharmony_ci  "$_src/SkSGPlane.cpp",
28cb93a386Sopenharmony_ci  "$_src/SkSGRect.cpp",
29cb93a386Sopenharmony_ci  "$_src/SkSGRenderEffect.cpp",
30cb93a386Sopenharmony_ci  "$_src/SkSGRenderNode.cpp",
31cb93a386Sopenharmony_ci  "$_src/SkSGScene.cpp",
32cb93a386Sopenharmony_ci  "$_src/SkSGText.cpp",
33cb93a386Sopenharmony_ci  "$_src/SkSGTransform.cpp",
34cb93a386Sopenharmony_ci  "$_src/SkSGTransformPriv.h",
35cb93a386Sopenharmony_ci]
36