| Index: gyp/pathops_unittest.gypi
|
| diff --git a/gyp/pathops_unittest.gypi b/gyp/pathops_unittest.gypi
|
| index 923a25a5b82146d6fcd159ff240dfc936495a251..750a65a38a5d8d00b4ac064c6ce0cecc3b9b34f4 100644
|
| --- a/gyp/pathops_unittest.gypi
|
| +++ b/gyp/pathops_unittest.gypi
|
| @@ -24,6 +24,7 @@
|
|
|
| '../tests/PathOpsAngleTest.cpp',
|
| '../tests/PathOpsBoundsTest.cpp',
|
| + '../tests/PathOpsBuilderConicTest.cpp',
|
| '../tests/PathOpsBuilderTest.cpp',
|
| '../tests/PathOpsBuildUseTest.cpp',
|
| '../tests/PathOpsConicIntersectionTest.cpp',
|
| @@ -67,6 +68,7 @@
|
| '../tests/PathOpsThreeWayTest.cpp',
|
| '../tests/PathOpsTightBoundsTest.cpp',
|
| '../tests/PathOpsTypesTest.cpp',
|
| + '../tests/SubsetPath.cpp',
|
|
|
| '../tests/PathOpsCubicIntersectionTestData.h',
|
| '../tests/PathOpsExtendedTest.h',
|
| @@ -74,5 +76,6 @@
|
| '../tests/PathOpsTestCommon.h',
|
| '../tests/PathOpsThreadedCommon.h',
|
| '../tests/PathOpsTSectDebug.h',
|
| + '../tests/SubsetPath.h',
|
| ],
|
| }
|
|
|