| 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 ], |
| 11 'dependencies': [ | 11 'dependencies': [ |
| 12 'flags.gyp:flags', | 12 'flags.gyp:flags', |
| 13 'skia_lib.gyp:skia_lib', | 13 'skia_lib.gyp:skia_lib', |
| 14 'tools.gyp:resources', | 14 'tools.gyp:resources', |
| 15 ], | 15 ], |
| 16 'sources': [ | 16 'sources': [ |
| 17 '../tests/Test.cpp', | 17 '../tests/Test.cpp', |
| 18 '../tests/Test.h', | 18 '../tests/Test.h', |
| 19 | 19 |
| 20 '../tests/PathOpsAngleTest.cpp', | 20 '../tests/PathOpsAngleTest.cpp', |
| 21 '../tests/PathOpsBoundsTest.cpp', | 21 '../tests/PathOpsBoundsTest.cpp', |
| 22 '../tests/PathOpsBuilderTest.cpp', |
| 23 '../tests/PathOpsBuildUseTest.cpp', |
| 22 '../tests/PathOpsCubicIntersectionTest.cpp', | 24 '../tests/PathOpsCubicIntersectionTest.cpp', |
| 23 '../tests/PathOpsCubicIntersectionTestData.cpp', | 25 '../tests/PathOpsCubicIntersectionTestData.cpp', |
| 24 '../tests/PathOpsCubicLineIntersectionTest.cpp', | 26 '../tests/PathOpsCubicLineIntersectionTest.cpp', |
| 25 '../tests/PathOpsCubicQuadIntersectionTest.cpp', | 27 '../tests/PathOpsCubicQuadIntersectionTest.cpp', |
| 26 '../tests/PathOpsCubicReduceOrderTest.cpp', | 28 '../tests/PathOpsCubicReduceOrderTest.cpp', |
| 27 '../tests/PathOpsCubicToQuadsTest.cpp', | |
| 28 '../tests/PathOpsDCubicTest.cpp', | 29 '../tests/PathOpsDCubicTest.cpp', |
| 29 '../tests/PathOpsDLineTest.cpp', | 30 '../tests/PathOpsDLineTest.cpp', |
| 30 '../tests/PathOpsDPointTest.cpp', | 31 '../tests/PathOpsDPointTest.cpp', |
| 31 '../tests/PathOpsDQuadTest.cpp', | |
| 32 '../tests/PathOpsDRectTest.cpp', | 32 '../tests/PathOpsDRectTest.cpp', |
| 33 '../tests/PathOpsDTriangleTest.cpp', | |
| 34 '../tests/PathOpsDVectorTest.cpp', | 33 '../tests/PathOpsDVectorTest.cpp', |
| 35 '../tests/PathOpsExtendedTest.cpp', | 34 '../tests/PathOpsExtendedTest.cpp', |
| 36 '../tests/PathOpsFuzz763Test.cpp', | 35 '../tests/PathOpsFuzz763Test.cpp', |
| 37 '../tests/PathOpsInverseTest.cpp', | 36 '../tests/PathOpsInverseTest.cpp', |
| 38 '../tests/PathOpsLineIntersectionTest.cpp', | 37 '../tests/PathOpsLineIntersectionTest.cpp', |
| 39 '../tests/PathOpsLineParametetersTest.cpp', | 38 '../tests/PathOpsLineParametetersTest.cpp', |
| 40 '../tests/PathOpsOpCubicThreadedTest.cpp', | 39 '../tests/PathOpsOpCubicThreadedTest.cpp', |
| 41 '../tests/PathOpsOpRectThreadedTest.cpp', | 40 '../tests/PathOpsOpRectThreadedTest.cpp', |
| 42 '../tests/PathOpsOpTest.cpp', | 41 '../tests/PathOpsOpTest.cpp', |
| 43 '../tests/PathOpsQuadIntersectionTest.cpp', | 42 '../tests/PathOpsQuadIntersectionTest.cpp', |
| 44 '../tests/PathOpsQuadIntersectionTestData.cpp', | 43 '../tests/PathOpsQuadIntersectionTestData.cpp', |
| 45 '../tests/PathOpsQuadLineIntersectionTest.cpp', | 44 '../tests/PathOpsQuadLineIntersectionTest.cpp', |
| 46 '../tests/PathOpsQuadLineIntersectionThreadedTest.cpp', | 45 '../tests/PathOpsQuadLineIntersectionThreadedTest.cpp', |
| 47 '../tests/PathOpsQuadParameterizationTest.cpp', | |
| 48 '../tests/PathOpsQuadReduceOrderTest.cpp', | 46 '../tests/PathOpsQuadReduceOrderTest.cpp', |
| 49 '../tests/PathOpsSimplifyDegenerateThreadedTest.cpp', | 47 '../tests/PathOpsSimplifyDegenerateThreadedTest.cpp', |
| 50 '../tests/PathOpsSimplifyFailTest.cpp', | 48 '../tests/PathOpsSimplifyFailTest.cpp', |
| 51 '../tests/PathOpsSimplifyQuadralateralsThreadedTest.cpp', | 49 '../tests/PathOpsSimplifyQuadralateralsThreadedTest.cpp', |
| 52 '../tests/PathOpsSimplifyQuadThreadedTest.cpp', | 50 '../tests/PathOpsSimplifyQuadThreadedTest.cpp', |
| 53 '../tests/PathOpsSimplifyRectThreadedTest.cpp', | 51 '../tests/PathOpsSimplifyRectThreadedTest.cpp', |
| 54 '../tests/PathOpsSimplifyTest.cpp', | 52 '../tests/PathOpsSimplifyTest.cpp', |
| 55 '../tests/PathOpsSimplifyTrianglesThreadedTest.cpp', | 53 '../tests/PathOpsSimplifyTrianglesThreadedTest.cpp', |
| 56 '../tests/PathOpsSkpTest.cpp', | 54 '../tests/PathOpsSkpTest.cpp', |
| 57 '../tests/PathOpsTestCommon.cpp', | 55 '../tests/PathOpsTestCommon.cpp', |
| 58 '../tests/PathOpsThreadedCommon.cpp', | 56 '../tests/PathOpsThreadedCommon.cpp', |
| 59 '../tests/PathOpsTightBoundsTest.cpp', | 57 '../tests/PathOpsThreeWayTest.cpp', |
| 58 '../tests/PathOpsTightBoundsTest.cpp', |
| 59 '../tests/PathOpsTypesTest.cpp', |
| 60 |
| 60 '../tests/PathOpsCubicIntersectionTestData.h', | 61 '../tests/PathOpsCubicIntersectionTestData.h', |
| 61 '../tests/PathOpsExtendedTest.h', | 62 '../tests/PathOpsExtendedTest.h', |
| 62 '../tests/PathOpsQuadIntersectionTestData.h', | 63 '../tests/PathOpsQuadIntersectionTestData.h', |
| 63 '../tests/PathOpsTestCommon.h', | 64 '../tests/PathOpsTestCommon.h', |
| 64 '../tests/PathOpsThreadedCommon.h', | 65 '../tests/PathOpsThreadedCommon.h', |
| 66 '../tests/PathOpsTSectDebug.h', |
| 65 ], | 67 ], |
| 66 } | 68 } |
| OLD | NEW |