aboutsummaryrefslogtreecommitdiffhomepage
path: root/gn
diff options
context:
space:
mode:
authorGravatar Jim Van Verth <jvanverth@google.com>2017-03-24 09:40:51 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-03-24 14:56:01 +0000
commite5f5bf5175e426ebb6aa234f4387831c898f20ad (patch)
treeea2cf33429703896dc57c066ea5d3ec931f25525 /gn
parentcf3f2347c8933596aeba873d4ece597a9339392f (diff)
Create new inset algorithm for spot shadows
BUG=skia: Change-Id: If7c67c2a5b9beea28f86d13362a5156b46394d0e Reviewed-on: https://skia-review.googlesource.com/9875 Commit-Queue: Ravi Mistry <rmistry@google.com> Reviewed-by: Brian Salomon <bsalomon@google.com> Reviewed-by: Robert Phillips <robertphillips@google.com>
Diffstat (limited to 'gn')
-rw-r--r--gn/tests.gni1
-rw-r--r--gn/utils.gni2
2 files changed, 3 insertions, 0 deletions
diff --git a/gn/tests.gni b/gn/tests.gni
index 124be390cf..44351121d2 100644
--- a/gn/tests.gni
+++ b/gn/tests.gni
@@ -112,6 +112,7 @@ tests_sources = [
"$_tests/ImageTest.cpp",
"$_tests/IndexedPngOverflowTest.cpp",
"$_tests/InfRectTest.cpp",
+ "$_tests/InsetConvexPolyTest.cpp",
"$_tests/InterpolatorTest.cpp",
"$_tests/IntTextureTest.cpp",
"$_tests/InvalidIndexedPngTest.cpp",
diff --git a/gn/utils.gni b/gn/utils.gni
index 807ae587b1..bb0bd94ee4 100644
--- a/gn/utils.gni
+++ b/gn/utils.gni
@@ -42,6 +42,8 @@ skia_utils_sources = [
"$_src/utils/SkDumpCanvas.cpp",
"$_src/utils/SkEventTracer.cpp",
"$_src/utils/SkFloatUtils.h",
+ "$_src/utils/SkInsetConvexPolygon.cpp",
+ "$_src/utils/SkInsetConvexPolygon.h",
"$_src/utils/SkInterpolator.cpp",
"$_src/utils/SkMatrix22.cpp",
"$_src/utils/SkMatrix22.h",