blob: dfbc89c636d97c09627918cfa6696c4182b536ea [file] [log] [blame]
caryclark@google.com7abfa492013-04-12 11:59:41 +00001{
2 'sources': [
caryclark@google.comad65a3e2013-04-15 19:13:59 +00003 '../tests/PathOpsAngleTest.cpp',
caryclark@google.com7abfa492013-04-12 11:59:41 +00004 '../tests/PathOpsBoundsTest.cpp',
5 '../tests/PathOpsCubicIntersectionTest.cpp',
6 '../tests/PathOpsCubicIntersectionTestData.cpp',
7 '../tests/PathOpsCubicLineIntersectionTest.cpp',
caryclark@google.coma5e55922013-05-07 18:51:31 +00008 '../tests/PathOpsCubicQuadIntersectionTest.cpp',
caryclark@google.com7abfa492013-04-12 11:59:41 +00009 '../tests/PathOpsCubicReduceOrderTest.cpp',
10 '../tests/PathOpsCubicToQuadsTest.cpp',
11 '../tests/PathOpsDCubicTest.cpp',
12 '../tests/PathOpsDLineTest.cpp',
13 '../tests/PathOpsDPointTest.cpp',
14 '../tests/PathOpsDQuadTest.cpp',
15 '../tests/PathOpsDRectTest.cpp',
16 '../tests/PathOpsDTriangleTest.cpp',
17 '../tests/PathOpsDVectorTest.cpp',
18 '../tests/PathOpsExtendedTest.cpp',
caryclark@google.com7dfbb072013-04-22 14:37:05 +000019 '../tests/PathOpsInverseTest.cpp',
caryclark@google.com7abfa492013-04-12 11:59:41 +000020 '../tests/PathOpsLineIntersectionTest.cpp',
21 '../tests/PathOpsLineParametetersTest.cpp',
22 '../tests/PathOpsOpCubicThreadedTest.cpp',
23 '../tests/PathOpsOpRectThreadedTest.cpp',
24 '../tests/PathOpsOpTest.cpp',
25 '../tests/PathOpsQuadIntersectionTest.cpp',
26 '../tests/PathOpsQuadIntersectionTestData.cpp',
27 '../tests/PathOpsQuadLineIntersectionTest.cpp',
28 '../tests/PathOpsQuadLineIntersectionThreadedTest.cpp',
29 '../tests/PathOpsQuadParameterizationTest.cpp',
30 '../tests/PathOpsQuadReduceOrderTest.cpp',
31 '../tests/PathOpsSimplifyDegenerateThreadedTest.cpp',
caryclark@google.com66560ca2013-04-26 19:51:16 +000032 '../tests/PathOpsSimplifyFailTest.cpp',
caryclark@google.com7abfa492013-04-12 11:59:41 +000033 '../tests/PathOpsSimplifyQuadralateralsThreadedTest.cpp',
34 '../tests/PathOpsSimplifyQuadThreadedTest.cpp',
35 '../tests/PathOpsSimplifyRectThreadedTest.cpp',
36 '../tests/PathOpsSimplifyTest.cpp',
37 '../tests/PathOpsSimplifyTrianglesThreadedTest.cpp',
38 '../tests/PathOpsTestCommon.cpp',
39 '../tests/PathOpsThreadedCommon.cpp',
40 '../tests/PathOpsCubicIntersectionTestData.h',
41 '../tests/PathOpsExtendedTest.h',
42 '../tests/PathOpsQuadIntersectionTestData.h',
43 '../tests/PathOpsTestCommon.h',
44 '../tests/PathOpsThreadedCommon.h',
45 ],
46}