| Index: gyp/pathops_unittest.gypi
|
| diff --git a/gyp/pathops_unittest.gypi b/gyp/pathops_unittest.gypi
|
| index e3a6174a5a5a2dd398ea5a9782b1f13a995f3f1a..5117b63caacf7b78b53a9a6cbd2e352559975e40 100644
|
| --- a/gyp/pathops_unittest.gypi
|
| +++ b/gyp/pathops_unittest.gypi
|
| @@ -19,17 +19,18 @@
|
|
|
| '../tests/PathOpsAngleTest.cpp',
|
| '../tests/PathOpsBoundsTest.cpp',
|
| - '../tests/PathOpsBuilderTest.cpp',
|
| - '../tests/PathOpsBuildUseTest.cpp',
|
| '../tests/PathOpsCubicIntersectionTest.cpp',
|
| '../tests/PathOpsCubicIntersectionTestData.cpp',
|
| '../tests/PathOpsCubicLineIntersectionTest.cpp',
|
| '../tests/PathOpsCubicQuadIntersectionTest.cpp',
|
| '../tests/PathOpsCubicReduceOrderTest.cpp',
|
| + '../tests/PathOpsCubicToQuadsTest.cpp',
|
| '../tests/PathOpsDCubicTest.cpp',
|
| '../tests/PathOpsDLineTest.cpp',
|
| '../tests/PathOpsDPointTest.cpp',
|
| + '../tests/PathOpsDQuadTest.cpp',
|
| '../tests/PathOpsDRectTest.cpp',
|
| + '../tests/PathOpsDTriangleTest.cpp',
|
| '../tests/PathOpsDVectorTest.cpp',
|
| '../tests/PathOpsExtendedTest.cpp',
|
| '../tests/PathOpsFuzz763Test.cpp',
|
| @@ -43,6 +44,7 @@
|
| '../tests/PathOpsQuadIntersectionTestData.cpp',
|
| '../tests/PathOpsQuadLineIntersectionTest.cpp',
|
| '../tests/PathOpsQuadLineIntersectionThreadedTest.cpp',
|
| + '../tests/PathOpsQuadParameterizationTest.cpp',
|
| '../tests/PathOpsQuadReduceOrderTest.cpp',
|
| '../tests/PathOpsSimplifyDegenerateThreadedTest.cpp',
|
| '../tests/PathOpsSimplifyFailTest.cpp',
|
| @@ -54,15 +56,11 @@
|
| '../tests/PathOpsSkpTest.cpp',
|
| '../tests/PathOpsTestCommon.cpp',
|
| '../tests/PathOpsThreadedCommon.cpp',
|
| - '../tests/PathOpsThreeWayTest.cpp',
|
| - '../tests/PathOpsTightBoundsTest.cpp',
|
| - '../tests/PathOpsTypesTest.cpp',
|
| -
|
| + '../tests/PathOpsTightBoundsTest.cpp',
|
| '../tests/PathOpsCubicIntersectionTestData.h',
|
| '../tests/PathOpsExtendedTest.h',
|
| '../tests/PathOpsQuadIntersectionTestData.h',
|
| '../tests/PathOpsTestCommon.h',
|
| '../tests/PathOpsThreadedCommon.h',
|
| - '../tests/PathOpsTSectDebug.h',
|
| ],
|
| }
|
|
|