caryclark@google.com | 7abfa49 | 2013-04-12 11:59:41 +0000 | [diff] [blame] | 1 | { |
| 2 | 'sources': [ |
caryclark@google.com | ad65a3e | 2013-04-15 19:13:59 +0000 | [diff] [blame] | 3 | '../tests/PathOpsAngleTest.cpp', |
caryclark@google.com | 7abfa49 | 2013-04-12 11:59:41 +0000 | [diff] [blame] | 4 | '../tests/PathOpsBoundsTest.cpp', |
| 5 | '../tests/PathOpsCubicIntersectionTest.cpp', |
| 6 | '../tests/PathOpsCubicIntersectionTestData.cpp', |
| 7 | '../tests/PathOpsCubicLineIntersectionTest.cpp', |
caryclark@google.com | a5e5592 | 2013-05-07 18:51:31 +0000 | [diff] [blame] | 8 | '../tests/PathOpsCubicQuadIntersectionTest.cpp', |
caryclark@google.com | 7abfa49 | 2013-04-12 11:59:41 +0000 | [diff] [blame] | 9 | '../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.com | 7dfbb07 | 2013-04-22 14:37:05 +0000 | [diff] [blame] | 19 | '../tests/PathOpsInverseTest.cpp', |
caryclark@google.com | 7abfa49 | 2013-04-12 11:59:41 +0000 | [diff] [blame] | 20 | '../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.com | 66560ca | 2013-04-26 19:51:16 +0000 | [diff] [blame] | 32 | '../tests/PathOpsSimplifyFailTest.cpp', |
caryclark@google.com | 7abfa49 | 2013-04-12 11:59:41 +0000 | [diff] [blame] | 33 | '../tests/PathOpsSimplifyQuadralateralsThreadedTest.cpp', |
| 34 | '../tests/PathOpsSimplifyQuadThreadedTest.cpp', |
| 35 | '../tests/PathOpsSimplifyRectThreadedTest.cpp', |
| 36 | '../tests/PathOpsSimplifyTest.cpp', |
| 37 | '../tests/PathOpsSimplifyTrianglesThreadedTest.cpp', |
caryclark@google.com | 7eaa53d | 2013-10-02 14:49:34 +0000 | [diff] [blame] | 38 | '../tests/PathOpsSkpTest.cpp', |
caryclark@google.com | 7abfa49 | 2013-04-12 11:59:41 +0000 | [diff] [blame] | 39 | '../tests/PathOpsTestCommon.cpp', |
| 40 | '../tests/PathOpsThreadedCommon.cpp', |
| 41 | '../tests/PathOpsCubicIntersectionTestData.h', |
| 42 | '../tests/PathOpsExtendedTest.h', |
| 43 | '../tests/PathOpsQuadIntersectionTestData.h', |
| 44 | '../tests/PathOpsTestCommon.h', |
| 45 | '../tests/PathOpsThreadedCommon.h', |
| 46 | ], |
| 47 | } |