| Index: gyp/pathops_unittest.gypi
|
| diff --git a/gyp/pathops_unittest.gypi b/gyp/pathops_unittest.gypi
|
| index 75e824b9fb427959a0a4aabe05fe75546660e3a1..d8eac0134e786d6328a4f8190cfc551dcda8593c 100644
|
| --- a/gyp/pathops_unittest.gypi
|
| +++ b/gyp/pathops_unittest.gypi
|
| @@ -5,6 +5,7 @@
|
| # Common gypi for pathops unit tests.
|
| {
|
| 'include_dirs': [
|
| + '../include/private',
|
| '../src/core',
|
| '../src/effects',
|
| '../src/lazy',
|
| @@ -63,8 +64,8 @@
|
| '../tests/PathOpsTestCommon.cpp',
|
| '../tests/PathOpsThreadedCommon.cpp',
|
| '../tests/PathOpsThreeWayTest.cpp',
|
| - '../tests/PathOpsTightBoundsTest.cpp',
|
| - '../tests/PathOpsTypesTest.cpp',
|
| + '../tests/PathOpsTightBoundsTest.cpp',
|
| + '../tests/PathOpsTypesTest.cpp',
|
|
|
| '../tests/PathOpsCubicIntersectionTestData.h',
|
| '../tests/PathOpsExtendedTest.h',
|
|
|