| OLD | NEW |
| 1 # Copyright 2015 Google Inc. | 1 # Copyright 2015 Google Inc. |
| 2 # | 2 # |
| 3 # Use of this source code is governed by a BSD-style license that can be | 3 # Use of this source code is governed by a BSD-style license that can be |
| 4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
| 5 # Common gypi for pathops unit tests. | 5 # Common gypi for pathops unit tests. |
| 6 { | 6 { |
| 7 'include_dirs': [ | 7 'include_dirs': [ |
| 8 '../include/private', | 8 '../include/private', |
| 9 '../src/core', | 9 '../src/core', |
| 10 '../src/effects', | 10 '../src/effects', |
| (...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 60 '../tests/PathOpsSimplifyFailTest.cpp', | 60 '../tests/PathOpsSimplifyFailTest.cpp', |
| 61 '../tests/PathOpsSimplifyQuadralateralsThreadedTest.cpp', | 61 '../tests/PathOpsSimplifyQuadralateralsThreadedTest.cpp', |
| 62 '../tests/PathOpsSimplifyQuadThreadedTest.cpp', | 62 '../tests/PathOpsSimplifyQuadThreadedTest.cpp', |
| 63 '../tests/PathOpsSimplifyRectThreadedTest.cpp', | 63 '../tests/PathOpsSimplifyRectThreadedTest.cpp', |
| 64 '../tests/PathOpsSimplifyTest.cpp', | 64 '../tests/PathOpsSimplifyTest.cpp', |
| 65 '../tests/PathOpsSimplifyTrianglesThreadedTest.cpp', | 65 '../tests/PathOpsSimplifyTrianglesThreadedTest.cpp', |
| 66 '../tests/PathOpsSkpTest.cpp', | 66 '../tests/PathOpsSkpTest.cpp', |
| 67 '../tests/PathOpsTestCommon.cpp', | 67 '../tests/PathOpsTestCommon.cpp', |
| 68 '../tests/PathOpsThreadedCommon.cpp', | 68 '../tests/PathOpsThreadedCommon.cpp', |
| 69 '../tests/PathOpsThreeWayTest.cpp', | 69 '../tests/PathOpsThreeWayTest.cpp', |
| 70 '../tests/PathOpsTigerTest.cpp', |
| 70 '../tests/PathOpsTightBoundsTest.cpp', | 71 '../tests/PathOpsTightBoundsTest.cpp', |
| 71 '../tests/PathOpsTypesTest.cpp', | 72 '../tests/PathOpsTypesTest.cpp', |
| 72 '../tests/SubsetPath.cpp', | 73 '../tests/SubsetPath.cpp', |
| 73 | 74 |
| 74 '../tests/PathOpsCubicIntersectionTestData.h', | 75 '../tests/PathOpsCubicIntersectionTestData.h', |
| 75 '../tests/PathOpsExtendedTest.h', | 76 '../tests/PathOpsExtendedTest.h', |
| 76 '../tests/PathOpsQuadIntersectionTestData.h', | 77 '../tests/PathOpsQuadIntersectionTestData.h', |
| 77 '../tests/PathOpsTestCommon.h', | 78 '../tests/PathOpsTestCommon.h', |
| 78 '../tests/PathOpsThreadedCommon.h', | 79 '../tests/PathOpsThreadedCommon.h', |
| 79 '../tests/PathOpsTSectDebug.h', | 80 '../tests/PathOpsTSectDebug.h', |
| 80 '../tests/SubsetPath.h', | 81 '../tests/SubsetPath.h', |
| 81 ], | 82 ], |
| 82 } | 83 } |
| OLD | NEW |