blob: 0ff76fcb8404bc567932bb86034eb138b79e0c7f [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',
caryclarkb36a3cd2016-10-18 07:59:44 -070030 '../tests/PathOpsChalkboardTest.cpp',
caryclark1049f122015-04-20 08:31:59 -070031 '../tests/PathOpsConicIntersectionTest.cpp',
32 '../tests/PathOpsConicLineIntersectionTest.cpp',
caryclark6c3b9cd2016-09-26 05:36:58 -070033 '../tests/PathOpsConicQuadIntersectionTest.cpp',
caryclark26ad22a2015-10-16 09:03:38 -070034 '../tests/PathOpsCubicConicIntersectionTest.cpp',
caryclark@google.com7abfa492013-04-12 11:59:41 +000035 '../tests/PathOpsCubicIntersectionTest.cpp',
36 '../tests/PathOpsCubicIntersectionTestData.cpp',
37 '../tests/PathOpsCubicLineIntersectionTest.cpp',
caryclark@google.coma5e55922013-05-07 18:51:31 +000038 '../tests/PathOpsCubicQuadIntersectionTest.cpp',
caryclark@google.com7abfa492013-04-12 11:59:41 +000039 '../tests/PathOpsCubicReduceOrderTest.cpp',
caryclark@google.com7abfa492013-04-12 11:59:41 +000040 '../tests/PathOpsDCubicTest.cpp',
41 '../tests/PathOpsDLineTest.cpp',
42 '../tests/PathOpsDPointTest.cpp',
caryclark@google.com7abfa492013-04-12 11:59:41 +000043 '../tests/PathOpsDRectTest.cpp',
caryclark@google.com7abfa492013-04-12 11:59:41 +000044 '../tests/PathOpsDVectorTest.cpp',
45 '../tests/PathOpsExtendedTest.cpp',
caryclark65f55312014-11-13 06:58:52 -080046 '../tests/PathOpsFuzz763Test.cpp',
caryclark@google.com7dfbb072013-04-22 14:37:05 +000047 '../tests/PathOpsInverseTest.cpp',
caryclark1049f122015-04-20 08:31:59 -070048 '../tests/PathOpsIssue3651.cpp',
caryclark@google.com7abfa492013-04-12 11:59:41 +000049 '../tests/PathOpsLineIntersectionTest.cpp',
50 '../tests/PathOpsLineParametetersTest.cpp',
caryclark1049f122015-04-20 08:31:59 -070051 '../tests/PathOpsOpCircleThreadedTest.cpp',
caryclark@google.com7abfa492013-04-12 11:59:41 +000052 '../tests/PathOpsOpCubicThreadedTest.cpp',
53 '../tests/PathOpsOpRectThreadedTest.cpp',
54 '../tests/PathOpsOpTest.cpp',
55 '../tests/PathOpsQuadIntersectionTest.cpp',
56 '../tests/PathOpsQuadIntersectionTestData.cpp',
57 '../tests/PathOpsQuadLineIntersectionTest.cpp',
58 '../tests/PathOpsQuadLineIntersectionThreadedTest.cpp',
caryclark@google.com7abfa492013-04-12 11:59:41 +000059 '../tests/PathOpsQuadReduceOrderTest.cpp',
60 '../tests/PathOpsSimplifyDegenerateThreadedTest.cpp',
caryclark@google.com66560ca2013-04-26 19:51:16 +000061 '../tests/PathOpsSimplifyFailTest.cpp',
caryclark@google.com7abfa492013-04-12 11:59:41 +000062 '../tests/PathOpsSimplifyQuadralateralsThreadedTest.cpp',
63 '../tests/PathOpsSimplifyQuadThreadedTest.cpp',
64 '../tests/PathOpsSimplifyRectThreadedTest.cpp',
65 '../tests/PathOpsSimplifyTest.cpp',
66 '../tests/PathOpsSimplifyTrianglesThreadedTest.cpp',
caryclark@google.com7eaa53d2013-10-02 14:49:34 +000067 '../tests/PathOpsSkpTest.cpp',
caryclark@google.com7abfa492013-04-12 11:59:41 +000068 '../tests/PathOpsTestCommon.cpp',
69 '../tests/PathOpsThreadedCommon.cpp',
caryclark54359292015-03-26 07:52:43 -070070 '../tests/PathOpsThreeWayTest.cpp',
caryclarka8a9dde2016-09-26 10:25:26 -070071 '../tests/PathOpsTigerTest.cpp',
mtkleincd1f2da2015-07-28 08:55:14 -070072 '../tests/PathOpsTightBoundsTest.cpp',
73 '../tests/PathOpsTypesTest.cpp',
caryclarkef784fb2015-10-30 12:03:06 -070074 '../tests/SubsetPath.cpp',
caryclark54359292015-03-26 07:52:43 -070075
caryclark@google.com7abfa492013-04-12 11:59:41 +000076 '../tests/PathOpsCubicIntersectionTestData.h',
77 '../tests/PathOpsExtendedTest.h',
78 '../tests/PathOpsQuadIntersectionTestData.h',
79 '../tests/PathOpsTestCommon.h',
80 '../tests/PathOpsThreadedCommon.h',
caryclark54359292015-03-26 07:52:43 -070081 '../tests/PathOpsTSectDebug.h',
caryclarkef784fb2015-10-30 12:03:06 -070082 '../tests/SubsetPath.h',
caryclark@google.com7abfa492013-04-12 11:59:41 +000083 ],
84}