| OLD | NEW |
| 1 # Copyright 2015 Google Inc. |
| 2 # |
| 3 # Use of this source code is governed by a BSD-style license that can be |
| 4 # found in the LICENSE file. |
| 1 # Common gypi for pathops unit tests. | 5 # Common gypi for pathops unit tests. |
| 2 { | 6 { |
| 3 'include_dirs': [ | 7 'include_dirs': [ |
| 4 '../src/core', | 8 '../src/core', |
| 5 '../src/effects', | 9 '../src/effects', |
| 6 '../src/lazy', | 10 '../src/lazy', |
| 7 '../src/pathops', | 11 '../src/pathops', |
| 8 '../src/pipe/utils', | 12 '../src/pipe/utils', |
| 9 '../src/utils', | 13 '../src/utils', |
| 10 ], | 14 ], |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 57 '../tests/PathOpsTestCommon.cpp', | 61 '../tests/PathOpsTestCommon.cpp', |
| 58 '../tests/PathOpsThreadedCommon.cpp', | 62 '../tests/PathOpsThreadedCommon.cpp', |
| 59 '../tests/PathOpsTightBoundsTest.cpp', | 63 '../tests/PathOpsTightBoundsTest.cpp', |
| 60 '../tests/PathOpsCubicIntersectionTestData.h', | 64 '../tests/PathOpsCubicIntersectionTestData.h', |
| 61 '../tests/PathOpsExtendedTest.h', | 65 '../tests/PathOpsExtendedTest.h', |
| 62 '../tests/PathOpsQuadIntersectionTestData.h', | 66 '../tests/PathOpsQuadIntersectionTestData.h', |
| 63 '../tests/PathOpsTestCommon.h', | 67 '../tests/PathOpsTestCommon.h', |
| 64 '../tests/PathOpsThreadedCommon.h', | 68 '../tests/PathOpsThreadedCommon.h', |
| 65 ], | 69 ], |
| 66 } | 70 } |
| OLD | NEW |