| 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 10 matching lines...) Expand all Loading... |
| 21 'sources': [ | 21 'sources': [ |
| 22 '../tests/Test.cpp', | 22 '../tests/Test.cpp', |
| 23 '../tests/Test.h', | 23 '../tests/Test.h', |
| 24 | 24 |
| 25 '../tests/PathOpsAngleTest.cpp', | 25 '../tests/PathOpsAngleTest.cpp', |
| 26 '../tests/PathOpsBoundsTest.cpp', | 26 '../tests/PathOpsBoundsTest.cpp', |
| 27 '../tests/PathOpsBuilderTest.cpp', | 27 '../tests/PathOpsBuilderTest.cpp', |
| 28 '../tests/PathOpsBuildUseTest.cpp', | 28 '../tests/PathOpsBuildUseTest.cpp', |
| 29 '../tests/PathOpsConicIntersectionTest.cpp', | 29 '../tests/PathOpsConicIntersectionTest.cpp', |
| 30 '../tests/PathOpsConicLineIntersectionTest.cpp', | 30 '../tests/PathOpsConicLineIntersectionTest.cpp', |
| 31 '../tests/PathOpsCubicConicIntersectionTest.cpp', |
| 31 '../tests/PathOpsCubicIntersectionTest.cpp', | 32 '../tests/PathOpsCubicIntersectionTest.cpp', |
| 32 '../tests/PathOpsCubicIntersectionTestData.cpp', | 33 '../tests/PathOpsCubicIntersectionTestData.cpp', |
| 33 '../tests/PathOpsCubicLineIntersectionTest.cpp', | 34 '../tests/PathOpsCubicLineIntersectionTest.cpp', |
| 34 '../tests/PathOpsCubicQuadIntersectionTest.cpp', | 35 '../tests/PathOpsCubicQuadIntersectionTest.cpp', |
| 35 '../tests/PathOpsCubicReduceOrderTest.cpp', | 36 '../tests/PathOpsCubicReduceOrderTest.cpp', |
| 36 '../tests/PathOpsDCubicTest.cpp', | 37 '../tests/PathOpsDCubicTest.cpp', |
| 37 '../tests/PathOpsDLineTest.cpp', | 38 '../tests/PathOpsDLineTest.cpp', |
| 38 '../tests/PathOpsDPointTest.cpp', | 39 '../tests/PathOpsDPointTest.cpp', |
| 39 '../tests/PathOpsDRectTest.cpp', | 40 '../tests/PathOpsDRectTest.cpp', |
| 40 '../tests/PathOpsDVectorTest.cpp', | 41 '../tests/PathOpsDVectorTest.cpp', |
| (...skipping 27 matching lines...) Expand all Loading... |
| 68 '../tests/PathOpsTypesTest.cpp', | 69 '../tests/PathOpsTypesTest.cpp', |
| 69 | 70 |
| 70 '../tests/PathOpsCubicIntersectionTestData.h', | 71 '../tests/PathOpsCubicIntersectionTestData.h', |
| 71 '../tests/PathOpsExtendedTest.h', | 72 '../tests/PathOpsExtendedTest.h', |
| 72 '../tests/PathOpsQuadIntersectionTestData.h', | 73 '../tests/PathOpsQuadIntersectionTestData.h', |
| 73 '../tests/PathOpsTestCommon.h', | 74 '../tests/PathOpsTestCommon.h', |
| 74 '../tests/PathOpsThreadedCommon.h', | 75 '../tests/PathOpsThreadedCommon.h', |
| 75 '../tests/PathOpsTSectDebug.h', | 76 '../tests/PathOpsTSectDebug.h', |
| 76 ], | 77 ], |
| 77 } | 78 } |
| OLD | NEW |