aboutsummaryrefslogtreecommitdiffhomepage
path: root/gn/tests.gni
diff options
context:
space:
mode:
authorGravatar Jim Van Verth <jvanverth@google.com>2018-04-03 10:00:37 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-04-03 14:37:50 +0000
commit4db18edb95c8aa4ce71476ae9dd9c05e3d6a3d9f (patch)
treed702968a8878ad09e705f9f94f922d7b214bac8f /gn/tests.gni
parent141edce891201141e75710cacf9c1d432c63efc6 (diff)
Add SkOffsetSimplePolygon.
Performs inset and outset operations on simple polygons and returns a simple polygon, if possible. Bug: skia: Change-Id: I6d468174ad70b5279b736c532e19cbb84ff9f955 Reviewed-on: https://skia-review.googlesource.com/116483 Commit-Queue: Jim Van Verth <jvanverth@google.com> Reviewed-by: Robert Phillips <robertphillips@google.com>
Diffstat (limited to 'gn/tests.gni')
-rw-r--r--gn/tests.gni1
1 files changed, 1 insertions, 0 deletions
diff --git a/gn/tests.gni b/gn/tests.gni
index 958ef3a9cc..154e300858 100644
--- a/gn/tests.gni
+++ b/gn/tests.gni
@@ -160,6 +160,7 @@ tests_sources = [
"$_tests/PDFMetadataAttributeTest.cpp",
"$_tests/PDFOpaqueSrcModeToSrcOverTest.cpp",
"$_tests/PDFPrimitivesTest.cpp",
+ "$_tests/OffsetSimplePolyTest.cpp",
"$_tests/OnFlushCallbackTest.cpp",
"$_tests/PathRendererCacheTests.cpp",
"$_tests/PictureBBHTest.cpp",