| 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 '../src/core', | 9 '../src/core', |
| 9 '../src/effects', | 10 '../src/effects', |
| 10 '../src/lazy', | 11 '../src/lazy', |
| 11 '../src/pathops', | 12 '../src/pathops', |
| 12 '../src/pipe/utils', | 13 '../src/pipe/utils', |
| 13 '../src/utils', | 14 '../src/utils', |
| 14 ], | 15 ], |
| 15 'dependencies': [ | 16 'dependencies': [ |
| 16 'flags.gyp:flags', | 17 'flags.gyp:flags', |
| 17 'skia_lib.gyp:skia_lib', | 18 'skia_lib.gyp:skia_lib', |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 56 '../tests/PathOpsSimplifyFailTest.cpp', | 57 '../tests/PathOpsSimplifyFailTest.cpp', |
| 57 '../tests/PathOpsSimplifyQuadralateralsThreadedTest.cpp', | 58 '../tests/PathOpsSimplifyQuadralateralsThreadedTest.cpp', |
| 58 '../tests/PathOpsSimplifyQuadThreadedTest.cpp', | 59 '../tests/PathOpsSimplifyQuadThreadedTest.cpp', |
| 59 '../tests/PathOpsSimplifyRectThreadedTest.cpp', | 60 '../tests/PathOpsSimplifyRectThreadedTest.cpp', |
| 60 '../tests/PathOpsSimplifyTest.cpp', | 61 '../tests/PathOpsSimplifyTest.cpp', |
| 61 '../tests/PathOpsSimplifyTrianglesThreadedTest.cpp', | 62 '../tests/PathOpsSimplifyTrianglesThreadedTest.cpp', |
| 62 '../tests/PathOpsSkpTest.cpp', | 63 '../tests/PathOpsSkpTest.cpp', |
| 63 '../tests/PathOpsTestCommon.cpp', | 64 '../tests/PathOpsTestCommon.cpp', |
| 64 '../tests/PathOpsThreadedCommon.cpp', | 65 '../tests/PathOpsThreadedCommon.cpp', |
| 65 '../tests/PathOpsThreeWayTest.cpp', | 66 '../tests/PathOpsThreeWayTest.cpp', |
| 66 '../tests/PathOpsTightBoundsTest.cpp', | 67 '../tests/PathOpsTightBoundsTest.cpp', |
| 67 '../tests/PathOpsTypesTest.cpp', | 68 '../tests/PathOpsTypesTest.cpp', |
| 68 | 69 |
| 69 '../tests/PathOpsCubicIntersectionTestData.h', | 70 '../tests/PathOpsCubicIntersectionTestData.h', |
| 70 '../tests/PathOpsExtendedTest.h', | 71 '../tests/PathOpsExtendedTest.h', |
| 71 '../tests/PathOpsQuadIntersectionTestData.h', | 72 '../tests/PathOpsQuadIntersectionTestData.h', |
| 72 '../tests/PathOpsTestCommon.h', | 73 '../tests/PathOpsTestCommon.h', |
| 73 '../tests/PathOpsThreadedCommon.h', | 74 '../tests/PathOpsThreadedCommon.h', |
| 74 '../tests/PathOpsTSectDebug.h', | 75 '../tests/PathOpsTSectDebug.h', |
| 75 ], | 76 ], |
| 76 } | 77 } |
| OLD | NEW |