| OLD | NEW |
| 1 { | 1 { |
| 2 'sources': [ | 2 'sources': [ |
| 3 '../tests/PathOpsAngleTest.cpp', | 3 '../tests/PathOpsAngleTest.cpp', |
| 4 '../tests/PathOpsBoundsTest.cpp', | 4 '../tests/PathOpsBoundsTest.cpp', |
| 5 '../tests/PathOpsCubicIntersectionTest.cpp', | 5 '../tests/PathOpsCubicIntersectionTest.cpp', |
| 6 '../tests/PathOpsCubicIntersectionTestData.cpp', | 6 '../tests/PathOpsCubicIntersectionTestData.cpp', |
| 7 '../tests/PathOpsCubicLineIntersectionTest.cpp', | 7 '../tests/PathOpsCubicLineIntersectionTest.cpp', |
| 8 '../tests/PathOpsCubicQuadIntersectionTest.cpp', | 8 '../tests/PathOpsCubicQuadIntersectionTest.cpp', |
| 9 '../tests/PathOpsCubicReduceOrderTest.cpp', | 9 '../tests/PathOpsCubicReduceOrderTest.cpp', |
| 10 '../tests/PathOpsCubicToQuadsTest.cpp', | 10 '../tests/PathOpsCubicToQuadsTest.cpp', |
| (...skipping 20 matching lines...) Expand all Loading... |
| 31 '../tests/PathOpsSimplifyDegenerateThreadedTest.cpp', | 31 '../tests/PathOpsSimplifyDegenerateThreadedTest.cpp', |
| 32 '../tests/PathOpsSimplifyFailTest.cpp', | 32 '../tests/PathOpsSimplifyFailTest.cpp', |
| 33 '../tests/PathOpsSimplifyQuadralateralsThreadedTest.cpp', | 33 '../tests/PathOpsSimplifyQuadralateralsThreadedTest.cpp', |
| 34 '../tests/PathOpsSimplifyQuadThreadedTest.cpp', | 34 '../tests/PathOpsSimplifyQuadThreadedTest.cpp', |
| 35 '../tests/PathOpsSimplifyRectThreadedTest.cpp', | 35 '../tests/PathOpsSimplifyRectThreadedTest.cpp', |
| 36 '../tests/PathOpsSimplifyTest.cpp', | 36 '../tests/PathOpsSimplifyTest.cpp', |
| 37 '../tests/PathOpsSimplifyTrianglesThreadedTest.cpp', | 37 '../tests/PathOpsSimplifyTrianglesThreadedTest.cpp', |
| 38 '../tests/PathOpsSkpTest.cpp', | 38 '../tests/PathOpsSkpTest.cpp', |
| 39 '../tests/PathOpsTestCommon.cpp', | 39 '../tests/PathOpsTestCommon.cpp', |
| 40 '../tests/PathOpsThreadedCommon.cpp', | 40 '../tests/PathOpsThreadedCommon.cpp', |
| 41 '../tests/PathOpsTypesTest.cpp', |
| 41 '../tests/PathOpsCubicIntersectionTestData.h', | 42 '../tests/PathOpsCubicIntersectionTestData.h', |
| 42 '../tests/PathOpsExtendedTest.h', | 43 '../tests/PathOpsExtendedTest.h', |
| 43 '../tests/PathOpsQuadIntersectionTestData.h', | 44 '../tests/PathOpsQuadIntersectionTestData.h', |
| 44 '../tests/PathOpsTestCommon.h', | 45 '../tests/PathOpsTestCommon.h', |
| 45 '../tests/PathOpsThreadedCommon.h', | 46 '../tests/PathOpsThreadedCommon.h', |
| 46 ], | 47 ], |
| 47 } | 48 } |
| OLD | NEW |