aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/pathops_unittest.gypi
diff options
context:
space:
mode:
authorGravatar caryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-04-26 19:51:16 +0000
committerGravatar caryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-04-26 19:51:16 +0000
commit66560ca776773858abfffd59974eac32c942acc3 (patch)
tree16902f88fd485608a6d7310c634d154d17ee2f4b /gyp/pathops_unittest.gypi
parent0cc99cf793d2de0523461a2cef1af2a62f4a1695 (diff)
path ops -- handle non-finite numbers
Op() and Simplify() do nothing if the input is non-finite. Add code and tests. Review URL: https://codereview.chromium.org/14407006 git-svn-id: http://skia.googlecode.com/svn/trunk@8882 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp/pathops_unittest.gypi')
-rw-r--r--gyp/pathops_unittest.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/gyp/pathops_unittest.gypi b/gyp/pathops_unittest.gypi
index 21fb929fdc..271edbf0fd 100644
--- a/gyp/pathops_unittest.gypi
+++ b/gyp/pathops_unittest.gypi
@@ -28,6 +28,7 @@
'../tests/PathOpsQuadParameterizationTest.cpp',
'../tests/PathOpsQuadReduceOrderTest.cpp',
'../tests/PathOpsSimplifyDegenerateThreadedTest.cpp',
+ '../tests/PathOpsSimplifyFailTest.cpp',
'../tests/PathOpsSimplifyQuadralateralsThreadedTest.cpp',
'../tests/PathOpsSimplifyQuadThreadedTest.cpp',
'../tests/PathOpsSimplifyRectThreadedTest.cpp',