Index: gyp/pathops_unittest.gypi |
diff --git a/gyp/pathops_unittest.gypi b/gyp/pathops_unittest.gypi |
index ace789fa5db76bd7dcca8845f6a8dfcce1b70c58..75e824b9fb427959a0a4aabe05fe75546660e3a1 100644 |
--- a/gyp/pathops_unittest.gypi |
+++ b/gyp/pathops_unittest.gypi |
@@ -25,6 +25,8 @@ |
'../tests/PathOpsBoundsTest.cpp', |
'../tests/PathOpsBuilderTest.cpp', |
'../tests/PathOpsBuildUseTest.cpp', |
+ '../tests/PathOpsConicIntersectionTest.cpp', |
+ '../tests/PathOpsConicLineIntersectionTest.cpp', |
'../tests/PathOpsCubicIntersectionTest.cpp', |
'../tests/PathOpsCubicIntersectionTestData.cpp', |
'../tests/PathOpsCubicLineIntersectionTest.cpp', |
@@ -38,8 +40,10 @@ |
'../tests/PathOpsExtendedTest.cpp', |
'../tests/PathOpsFuzz763Test.cpp', |
'../tests/PathOpsInverseTest.cpp', |
+ '../tests/PathOpsIssue3651.cpp', |
'../tests/PathOpsLineIntersectionTest.cpp', |
'../tests/PathOpsLineParametetersTest.cpp', |
+ '../tests/PathOpsOpCircleThreadedTest.cpp', |
'../tests/PathOpsOpCubicThreadedTest.cpp', |
'../tests/PathOpsOpRectThreadedTest.cpp', |
'../tests/PathOpsOpTest.cpp', |