blob: 750a65a38a5d8d00b4ac064c6ce0cecc3b9b34f4 [file] [log] [blame]
scroggo3e562272015-03-25 10:22:41 -07001# 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.
caryclarka8d2ffb2014-06-24 07:55:11 -07005# Common gypi for pathops unit tests.
caryclark@google.com7abfa492013-04-12 11:59:41 +00006{
caryclarka8d2ffb2014-06-24 07:55:11 -07007 'include_dirs': [
mtkleincd1f2da2015-07-28 08:55:14 -07008 '../include/private',
caryclarka8d2ffb2014-06-24 07:55:11 -07009 '../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.com7abfa492013-04-12 11:59:41 +000021 'sources': [
caryclarka8d2ffb2014-06-24 07:55:11 -070022 '../tests/Test.cpp',
23 '../tests/Test.h',
24
caryclark@google.comad65a3e2013-04-15 19:13:59 +000025 '../tests/PathOpsAngleTest.cpp',
caryclark@google.com7abfa492013-04-12 11:59:41 +000026 '../tests/PathOpsBoundsTest.cpp',
caryclarkef784fb2015-10-30 12:03:06 -070027 '../tests/PathOpsBuilderConicTest.cpp',
caryclark54359292015-03-26 07:52:43 -070028 '../tests/PathOpsBuilderTest.cpp',
29 '../tests/PathOpsBuildUseTest.cpp',
caryclark1049f122015-04-20 08:31:59 -070030 '../tests/PathOpsConicIntersectionTest.cpp',
31 '../tests/PathOpsConicLineIntersectionTest.cpp',
caryclark26ad22a2015-10-16 09:03:38 -070032 '../tests/PathOpsCubicConicIntersectionTest.cpp',
caryclark@google.com7abfa492013-04-12 11:59:41 +000033 '../tests/PathOpsCubicIntersectionTest.cpp',
34 '../tests/PathOpsCubicIntersectionTestData.cpp',
35 '../tests/PathOpsCubicLineIntersectionTest.cpp',
caryclark@google.coma5e55922013-05-07 18:51:31 +000036 '../tests/PathOpsCubicQuadIntersectionTest.cpp',
caryclark@google.com7abfa492013-04-12 11:59:41 +000037 '../tests/PathOpsCubicReduceOrderTest.cpp',
caryclark@google.com7abfa492013-04-12 11:59:41 +000038 '../tests/PathOpsDCubicTest.cpp',
39 '../tests/PathOpsDLineTest.cpp',
40 '../tests/PathOpsDPointTest.cpp',
caryclark@google.com7abfa492013-04-12 11:59:41 +000041 '../tests/PathOpsDRectTest.cpp',
caryclark@google.com7abfa492013-04-12 11:59:41 +000042 '../tests/PathOpsDVectorTest.cpp',
43 '../tests/PathOpsExtendedTest.cpp',
caryclark65f55312014-11-13 06:58:52 -080044 '../tests/PathOpsFuzz763Test.cpp',
caryclark@google.com7dfbb072013-04-22 14:37:05 +000045 '../tests/PathOpsInverseTest.cpp',
caryclark1049f122015-04-20 08:31:59 -070046 '../tests/PathOpsIssue3651.cpp',
caryclark@google.com7abfa492013-04-12 11:59:41 +000047 '../tests/PathOpsLineIntersectionTest.cpp',
48 '../tests/PathOpsLineParametetersTest.cpp',
caryclark1049f122015-04-20 08:31:59 -070049 '../tests/PathOpsOpCircleThreadedTest.cpp',
caryclark@google.com7abfa492013-04-12 11:59:41 +000050 '../tests/PathOpsOpCubicThreadedTest.cpp',
51 '../tests/PathOpsOpRectThreadedTest.cpp',
52 '../tests/PathOpsOpTest.cpp',
53 '../tests/PathOpsQuadIntersectionTest.cpp',
54 '../tests/PathOpsQuadIntersectionTestData.cpp',
55 '../tests/PathOpsQuadLineIntersectionTest.cpp',
56 '../tests/PathOpsQuadLineIntersectionThreadedTest.cpp',
caryclark@google.com7abfa492013-04-12 11:59:41 +000057 '../tests/PathOpsQuadReduceOrderTest.cpp',
58 '../tests/PathOpsSimplifyDegenerateThreadedTest.cpp',
caryclark@google.com66560ca2013-04-26 19:51:16 +000059 '../tests/PathOpsSimplifyFailTest.cpp',
caryclark@google.com7abfa492013-04-12 11:59:41 +000060 '../tests/PathOpsSimplifyQuadralateralsThreadedTest.cpp',
61 '../tests/PathOpsSimplifyQuadThreadedTest.cpp',
62 '../tests/PathOpsSimplifyRectThreadedTest.cpp',
63 '../tests/PathOpsSimplifyTest.cpp',
64 '../tests/PathOpsSimplifyTrianglesThreadedTest.cpp',
caryclark@google.com7eaa53d2013-10-02 14:49:34 +000065 '../tests/PathOpsSkpTest.cpp',
caryclark@google.com7abfa492013-04-12 11:59:41 +000066 '../tests/PathOpsTestCommon.cpp',
67 '../tests/PathOpsThreadedCommon.cpp',
caryclark54359292015-03-26 07:52:43 -070068 '../tests/PathOpsThreeWayTest.cpp',
mtkleincd1f2da2015-07-28 08:55:14 -070069 '../tests/PathOpsTightBoundsTest.cpp',
70 '../tests/PathOpsTypesTest.cpp',
caryclarkef784fb2015-10-30 12:03:06 -070071 '../tests/SubsetPath.cpp',
caryclark54359292015-03-26 07:52:43 -070072
caryclark@google.com7abfa492013-04-12 11:59:41 +000073 '../tests/PathOpsCubicIntersectionTestData.h',
74 '../tests/PathOpsExtendedTest.h',
75 '../tests/PathOpsQuadIntersectionTestData.h',
76 '../tests/PathOpsTestCommon.h',
77 '../tests/PathOpsThreadedCommon.h',
caryclark54359292015-03-26 07:52:43 -070078 '../tests/PathOpsTSectDebug.h',
caryclarkef784fb2015-10-30 12:03:06 -070079 '../tests/SubsetPath.h',
caryclark@google.com7abfa492013-04-12 11:59:41 +000080 ],
81}