aboutsummaryrefslogtreecommitdiffhomepage
path: root/gn/tests.gni
diff options
context:
space:
mode:
authorGravatar Robert Phillips <robertphillips@google.com>2017-10-27 15:55:31 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-10-30 11:47:28 +0000
commit511a9d49998ec6a74c375e6cfc55f660f7987c40 (patch)
treeaeed4483c6c5ef50f6bbf7b9b9272a737161811f /gn/tests.gni
parent2d8d196318a62f1985fc313395695b7c92a6af0f (diff)
Fix GrDefaultPathRender inversely wound path bug
Bug: 769898 Change-Id: I3b1a43b1e114b35105493a0cfa01a1f01b65fa56 Reviewed-on: https://skia-review.googlesource.com/64065 Commit-Queue: Robert Phillips <robertphillips@google.com> Reviewed-by: Brian Salomon <bsalomon@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 3c42b80ba2..b051326d8d 100644
--- a/gn/tests.gni
+++ b/gn/tests.gni
@@ -48,6 +48,7 @@ tests_sources = [
"$_tests/DashPathEffectTest.cpp",
"$_tests/DataRefTest.cpp",
"$_tests/DequeTest.cpp",
+ "$_tests/DefaultPathRendererTest.cpp",
"$_tests/DetermineDomainModeTest.cpp",
"$_tests/DeviceLooperTest.cpp",
"$_tests/DeviceTest.cpp",