| OLD | NEW |
| 1 # Common gypi for pathops unit tests. | 1 # Common gypi for pathops unit tests. |
| 2 { | 2 { |
| 3 'include_dirs': [ | 3 'include_dirs': [ |
| 4 '../src/core', | 4 '../src/core', |
| 5 '../src/effects', | 5 '../src/effects', |
| 6 '../src/lazy', | 6 '../src/lazy', |
| 7 '../src/pathops', | 7 '../src/pathops', |
| 8 '../src/pipe/utils', | 8 '../src/pipe/utils', |
| 9 '../src/utils', | 9 '../src/utils', |
| 10 ], | 10 ], |
| (...skipping 15 matching lines...) Expand all Loading... |
| 26 '../tests/PathOpsCubicReduceOrderTest.cpp', | 26 '../tests/PathOpsCubicReduceOrderTest.cpp', |
| 27 '../tests/PathOpsCubicToQuadsTest.cpp', | 27 '../tests/PathOpsCubicToQuadsTest.cpp', |
| 28 '../tests/PathOpsDCubicTest.cpp', | 28 '../tests/PathOpsDCubicTest.cpp', |
| 29 '../tests/PathOpsDLineTest.cpp', | 29 '../tests/PathOpsDLineTest.cpp', |
| 30 '../tests/PathOpsDPointTest.cpp', | 30 '../tests/PathOpsDPointTest.cpp', |
| 31 '../tests/PathOpsDQuadTest.cpp', | 31 '../tests/PathOpsDQuadTest.cpp', |
| 32 '../tests/PathOpsDRectTest.cpp', | 32 '../tests/PathOpsDRectTest.cpp', |
| 33 '../tests/PathOpsDTriangleTest.cpp', | 33 '../tests/PathOpsDTriangleTest.cpp', |
| 34 '../tests/PathOpsDVectorTest.cpp', | 34 '../tests/PathOpsDVectorTest.cpp', |
| 35 '../tests/PathOpsExtendedTest.cpp', | 35 '../tests/PathOpsExtendedTest.cpp', |
| 36 '../tests/PathOpsFuzz763Test.cpp', |
| 36 '../tests/PathOpsInverseTest.cpp', | 37 '../tests/PathOpsInverseTest.cpp', |
| 37 '../tests/PathOpsLineIntersectionTest.cpp', | 38 '../tests/PathOpsLineIntersectionTest.cpp', |
| 38 '../tests/PathOpsLineParametetersTest.cpp', | 39 '../tests/PathOpsLineParametetersTest.cpp', |
| 39 '../tests/PathOpsOpCubicThreadedTest.cpp', | 40 '../tests/PathOpsOpCubicThreadedTest.cpp', |
| 40 '../tests/PathOpsOpRectThreadedTest.cpp', | 41 '../tests/PathOpsOpRectThreadedTest.cpp', |
| 41 '../tests/PathOpsOpTest.cpp', | 42 '../tests/PathOpsOpTest.cpp', |
| 42 '../tests/PathOpsQuadIntersectionTest.cpp', | 43 '../tests/PathOpsQuadIntersectionTest.cpp', |
| 43 '../tests/PathOpsQuadIntersectionTestData.cpp', | 44 '../tests/PathOpsQuadIntersectionTestData.cpp', |
| 44 '../tests/PathOpsQuadLineIntersectionTest.cpp', | 45 '../tests/PathOpsQuadLineIntersectionTest.cpp', |
| 45 '../tests/PathOpsQuadLineIntersectionThreadedTest.cpp', | 46 '../tests/PathOpsQuadLineIntersectionThreadedTest.cpp', |
| (...skipping 10 matching lines...) Expand all Loading... |
| 56 '../tests/PathOpsTestCommon.cpp', | 57 '../tests/PathOpsTestCommon.cpp', |
| 57 '../tests/PathOpsThreadedCommon.cpp', | 58 '../tests/PathOpsThreadedCommon.cpp', |
| 58 '../tests/PathOpsTightBoundsTest.cpp', | 59 '../tests/PathOpsTightBoundsTest.cpp', |
| 59 '../tests/PathOpsCubicIntersectionTestData.h', | 60 '../tests/PathOpsCubicIntersectionTestData.h', |
| 60 '../tests/PathOpsExtendedTest.h', | 61 '../tests/PathOpsExtendedTest.h', |
| 61 '../tests/PathOpsQuadIntersectionTestData.h', | 62 '../tests/PathOpsQuadIntersectionTestData.h', |
| 62 '../tests/PathOpsTestCommon.h', | 63 '../tests/PathOpsTestCommon.h', |
| 63 '../tests/PathOpsThreadedCommon.h', | 64 '../tests/PathOpsThreadedCommon.h', |
| 64 ], | 65 ], |
| 65 } | 66 } |
| OLD | NEW |