aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD.gn
diff options
context:
space:
mode:
authorGravatar Florin Malita <fmalita@chromium.org>2018-01-08 12:51:12 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-01-08 18:11:31 +0000
commit493280782430b76251145cfb7d78d6d33b65c1d1 (patch)
tree14973ee0898f4b193664a34e16c551a846509bbd /BUILD.gn
parent7b7d9b374d62c4be5d439a3a1dd761b9ef4b3052 (diff)
[skotty,sksg] Initial image support
TBR= Change-Id: Ib3c918b1d746e4f190ae05708681f2d5519afdb2 Reviewed-on: https://skia-review.googlesource.com/91980 Reviewed-by: Florin Malita <fmalita@chromium.org> Commit-Queue: Florin Malita <fmalita@chromium.org>
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 4a1433f215..0dee148caf 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1379,6 +1379,7 @@ if (skia_enable_tools) {
"experimental/sksg/SkSGEffectNode.cpp",
"experimental/sksg/SkSGGeometryNode.cpp",
"experimental/sksg/SkSGGroup.cpp",
+ "experimental/sksg/SkSGImage.cpp",
"experimental/sksg/SkSGInvalidationController.cpp",
"experimental/sksg/SkSGNode.cpp",
"experimental/sksg/SkSGPaintNode.cpp",