pathops_unittest.gypi 1.93 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
{
  'sources': [
    '../tests/PathOpsAngleTest.cpp',
    '../tests/PathOpsBoundsTest.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/PathOpsInverseTest.cpp',
    '../tests/PathOpsLineIntersectionTest.cpp',
    '../tests/PathOpsLineParametetersTest.cpp',
    '../tests/PathOpsOpCubicThreadedTest.cpp',
    '../tests/PathOpsOpRectThreadedTest.cpp',
    '../tests/PathOpsOpTest.cpp',
    '../tests/PathOpsQuadIntersectionTest.cpp',
    '../tests/PathOpsQuadIntersectionTestData.cpp',
    '../tests/PathOpsQuadLineIntersectionTest.cpp',
    '../tests/PathOpsQuadLineIntersectionThreadedTest.cpp',
    '../tests/PathOpsQuadParameterizationTest.cpp',
    '../tests/PathOpsQuadReduceOrderTest.cpp',
    '../tests/PathOpsSimplifyDegenerateThreadedTest.cpp',
    '../tests/PathOpsSimplifyFailTest.cpp',
    '../tests/PathOpsSimplifyQuadralateralsThreadedTest.cpp',
    '../tests/PathOpsSimplifyQuadThreadedTest.cpp',
    '../tests/PathOpsSimplifyRectThreadedTest.cpp',
    '../tests/PathOpsSimplifyTest.cpp',
    '../tests/PathOpsSimplifyTrianglesThreadedTest.cpp',
38
    '../tests/PathOpsSkpTest.cpp',
39 40 41 42 43 44 45 46 47
    '../tests/PathOpsTestCommon.cpp',
    '../tests/PathOpsThreadedCommon.cpp',
    '../tests/PathOpsCubicIntersectionTestData.h',
    '../tests/PathOpsExtendedTest.h',
    '../tests/PathOpsQuadIntersectionTestData.h',
    '../tests/PathOpsTestCommon.h',
    '../tests/PathOpsThreadedCommon.h',
  ],
}