scroggo | 3e56227 | 2015-03-25 10:22:41 -0700 | [diff] [blame] | 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. |
caryclark | a8d2ffb | 2014-06-24 07:55:11 -0700 | [diff] [blame] | 5 | # Common gypi for pathops unit tests. |
caryclark@google.com | 7abfa49 | 2013-04-12 11:59:41 +0000 | [diff] [blame] | 6 | { |
caryclark | a8d2ffb | 2014-06-24 07:55:11 -0700 | [diff] [blame] | 7 | 'include_dirs': [ |
mtklein | cd1f2da | 2015-07-28 08:55:14 -0700 | [diff] [blame] | 8 | '../include/private', |
caryclark | a8d2ffb | 2014-06-24 07:55:11 -0700 | [diff] [blame] | 9 | '../src/core', |
| 10 | '../src/effects', |
| 11 | '../src/lazy', |
| 12 | '../src/pathops', |
| 13 | '../src/pipe/utils', |
| 14 | '../src/utils', |
| 15 | ], |
| 16 | 'dependencies': [ |
| 17 | 'flags.gyp:flags', |
| 18 | 'skia_lib.gyp:skia_lib', |
| 19 | 'tools.gyp:resources', |
| 20 | ], |
caryclark@google.com | 7abfa49 | 2013-04-12 11:59:41 +0000 | [diff] [blame] | 21 | 'sources': [ |
caryclark | a8d2ffb | 2014-06-24 07:55:11 -0700 | [diff] [blame] | 22 | '../tests/Test.cpp', |
| 23 | '../tests/Test.h', |
| 24 | |
caryclark@google.com | ad65a3e | 2013-04-15 19:13:59 +0000 | [diff] [blame] | 25 | '../tests/PathOpsAngleTest.cpp', |
caryclark@google.com | 7abfa49 | 2013-04-12 11:59:41 +0000 | [diff] [blame] | 26 | '../tests/PathOpsBoundsTest.cpp', |
caryclark | 5435929 | 2015-03-26 07:52:43 -0700 | [diff] [blame] | 27 | '../tests/PathOpsBuilderTest.cpp', |
| 28 | '../tests/PathOpsBuildUseTest.cpp', |
caryclark | 1049f12 | 2015-04-20 08:31:59 -0700 | [diff] [blame] | 29 | '../tests/PathOpsConicIntersectionTest.cpp', |
| 30 | '../tests/PathOpsConicLineIntersectionTest.cpp', |
caryclark | 26ad22a | 2015-10-16 09:03:38 -0700 | [diff] [blame] | 31 | '../tests/PathOpsCubicConicIntersectionTest.cpp', |
caryclark@google.com | 7abfa49 | 2013-04-12 11:59:41 +0000 | [diff] [blame] | 32 | '../tests/PathOpsCubicIntersectionTest.cpp', |
| 33 | '../tests/PathOpsCubicIntersectionTestData.cpp', |
| 34 | '../tests/PathOpsCubicLineIntersectionTest.cpp', |
caryclark@google.com | a5e5592 | 2013-05-07 18:51:31 +0000 | [diff] [blame] | 35 | '../tests/PathOpsCubicQuadIntersectionTest.cpp', |
caryclark@google.com | 7abfa49 | 2013-04-12 11:59:41 +0000 | [diff] [blame] | 36 | '../tests/PathOpsCubicReduceOrderTest.cpp', |
caryclark@google.com | 7abfa49 | 2013-04-12 11:59:41 +0000 | [diff] [blame] | 37 | '../tests/PathOpsDCubicTest.cpp', |
| 38 | '../tests/PathOpsDLineTest.cpp', |
| 39 | '../tests/PathOpsDPointTest.cpp', |
caryclark@google.com | 7abfa49 | 2013-04-12 11:59:41 +0000 | [diff] [blame] | 40 | '../tests/PathOpsDRectTest.cpp', |
caryclark@google.com | 7abfa49 | 2013-04-12 11:59:41 +0000 | [diff] [blame] | 41 | '../tests/PathOpsDVectorTest.cpp', |
| 42 | '../tests/PathOpsExtendedTest.cpp', |
caryclark | 65f5531 | 2014-11-13 06:58:52 -0800 | [diff] [blame] | 43 | '../tests/PathOpsFuzz763Test.cpp', |
caryclark@google.com | 7dfbb07 | 2013-04-22 14:37:05 +0000 | [diff] [blame] | 44 | '../tests/PathOpsInverseTest.cpp', |
caryclark | 1049f12 | 2015-04-20 08:31:59 -0700 | [diff] [blame] | 45 | '../tests/PathOpsIssue3651.cpp', |
caryclark@google.com | 7abfa49 | 2013-04-12 11:59:41 +0000 | [diff] [blame] | 46 | '../tests/PathOpsLineIntersectionTest.cpp', |
| 47 | '../tests/PathOpsLineParametetersTest.cpp', |
caryclark | 1049f12 | 2015-04-20 08:31:59 -0700 | [diff] [blame] | 48 | '../tests/PathOpsOpCircleThreadedTest.cpp', |
caryclark@google.com | 7abfa49 | 2013-04-12 11:59:41 +0000 | [diff] [blame] | 49 | '../tests/PathOpsOpCubicThreadedTest.cpp', |
| 50 | '../tests/PathOpsOpRectThreadedTest.cpp', |
| 51 | '../tests/PathOpsOpTest.cpp', |
| 52 | '../tests/PathOpsQuadIntersectionTest.cpp', |
| 53 | '../tests/PathOpsQuadIntersectionTestData.cpp', |
| 54 | '../tests/PathOpsQuadLineIntersectionTest.cpp', |
| 55 | '../tests/PathOpsQuadLineIntersectionThreadedTest.cpp', |
caryclark@google.com | 7abfa49 | 2013-04-12 11:59:41 +0000 | [diff] [blame] | 56 | '../tests/PathOpsQuadReduceOrderTest.cpp', |
| 57 | '../tests/PathOpsSimplifyDegenerateThreadedTest.cpp', |
caryclark@google.com | 66560ca | 2013-04-26 19:51:16 +0000 | [diff] [blame] | 58 | '../tests/PathOpsSimplifyFailTest.cpp', |
caryclark@google.com | 7abfa49 | 2013-04-12 11:59:41 +0000 | [diff] [blame] | 59 | '../tests/PathOpsSimplifyQuadralateralsThreadedTest.cpp', |
| 60 | '../tests/PathOpsSimplifyQuadThreadedTest.cpp', |
| 61 | '../tests/PathOpsSimplifyRectThreadedTest.cpp', |
| 62 | '../tests/PathOpsSimplifyTest.cpp', |
| 63 | '../tests/PathOpsSimplifyTrianglesThreadedTest.cpp', |
caryclark@google.com | 7eaa53d | 2013-10-02 14:49:34 +0000 | [diff] [blame] | 64 | '../tests/PathOpsSkpTest.cpp', |
caryclark@google.com | 7abfa49 | 2013-04-12 11:59:41 +0000 | [diff] [blame] | 65 | '../tests/PathOpsTestCommon.cpp', |
| 66 | '../tests/PathOpsThreadedCommon.cpp', |
caryclark | 5435929 | 2015-03-26 07:52:43 -0700 | [diff] [blame] | 67 | '../tests/PathOpsThreeWayTest.cpp', |
mtklein | cd1f2da | 2015-07-28 08:55:14 -0700 | [diff] [blame] | 68 | '../tests/PathOpsTightBoundsTest.cpp', |
| 69 | '../tests/PathOpsTypesTest.cpp', |
caryclark | 5435929 | 2015-03-26 07:52:43 -0700 | [diff] [blame] | 70 | |
caryclark@google.com | 7abfa49 | 2013-04-12 11:59:41 +0000 | [diff] [blame] | 71 | '../tests/PathOpsCubicIntersectionTestData.h', |
| 72 | '../tests/PathOpsExtendedTest.h', |
| 73 | '../tests/PathOpsQuadIntersectionTestData.h', |
| 74 | '../tests/PathOpsTestCommon.h', |
| 75 | '../tests/PathOpsThreadedCommon.h', |
caryclark | 5435929 | 2015-03-26 07:52:43 -0700 | [diff] [blame] | 76 | '../tests/PathOpsTSectDebug.h', |
caryclark@google.com | 7abfa49 | 2013-04-12 11:59:41 +0000 | [diff] [blame] | 77 | ], |
| 78 | } |