blob: 5117b63caacf7b78b53a9a6cbd2e352559975e40 [file] [log] [blame]
caryclarka8d2ffb2014-06-24 07:55:11 -07001# Common gypi for pathops unit tests.
caryclark@google.com7abfa492013-04-12 11:59:41 +00002{
caryclarka8d2ffb2014-06-24 07:55:11 -07003 'include_dirs': [
4 '../src/core',
5 '../src/effects',
6 '../src/lazy',
7 '../src/pathops',
8 '../src/pipe/utils',
9 '../src/utils',
10 ],
11 'dependencies': [
12 'flags.gyp:flags',
13 'skia_lib.gyp:skia_lib',
14 'tools.gyp:resources',
15 ],
caryclark@google.com7abfa492013-04-12 11:59:41 +000016 'sources': [
caryclarka8d2ffb2014-06-24 07:55:11 -070017 '../tests/Test.cpp',
18 '../tests/Test.h',
19
caryclark@google.comad65a3e2013-04-15 19:13:59 +000020 '../tests/PathOpsAngleTest.cpp',
caryclark@google.com7abfa492013-04-12 11:59:41 +000021 '../tests/PathOpsBoundsTest.cpp',
22 '../tests/PathOpsCubicIntersectionTest.cpp',
23 '../tests/PathOpsCubicIntersectionTestData.cpp',
24 '../tests/PathOpsCubicLineIntersectionTest.cpp',
caryclark@google.coma5e55922013-05-07 18:51:31 +000025 '../tests/PathOpsCubicQuadIntersectionTest.cpp',
caryclark@google.com7abfa492013-04-12 11:59:41 +000026 '../tests/PathOpsCubicReduceOrderTest.cpp',
27 '../tests/PathOpsCubicToQuadsTest.cpp',
28 '../tests/PathOpsDCubicTest.cpp',
29 '../tests/PathOpsDLineTest.cpp',
30 '../tests/PathOpsDPointTest.cpp',
31 '../tests/PathOpsDQuadTest.cpp',
32 '../tests/PathOpsDRectTest.cpp',
33 '../tests/PathOpsDTriangleTest.cpp',
34 '../tests/PathOpsDVectorTest.cpp',
35 '../tests/PathOpsExtendedTest.cpp',
caryclark65f55312014-11-13 06:58:52 -080036 '../tests/PathOpsFuzz763Test.cpp',
caryclark@google.com7dfbb072013-04-22 14:37:05 +000037 '../tests/PathOpsInverseTest.cpp',
caryclark@google.com7abfa492013-04-12 11:59:41 +000038 '../tests/PathOpsLineIntersectionTest.cpp',
39 '../tests/PathOpsLineParametetersTest.cpp',
40 '../tests/PathOpsOpCubicThreadedTest.cpp',
41 '../tests/PathOpsOpRectThreadedTest.cpp',
42 '../tests/PathOpsOpTest.cpp',
43 '../tests/PathOpsQuadIntersectionTest.cpp',
44 '../tests/PathOpsQuadIntersectionTestData.cpp',
45 '../tests/PathOpsQuadLineIntersectionTest.cpp',
46 '../tests/PathOpsQuadLineIntersectionThreadedTest.cpp',
47 '../tests/PathOpsQuadParameterizationTest.cpp',
48 '../tests/PathOpsQuadReduceOrderTest.cpp',
49 '../tests/PathOpsSimplifyDegenerateThreadedTest.cpp',
caryclark@google.com66560ca2013-04-26 19:51:16 +000050 '../tests/PathOpsSimplifyFailTest.cpp',
caryclark@google.com7abfa492013-04-12 11:59:41 +000051 '../tests/PathOpsSimplifyQuadralateralsThreadedTest.cpp',
52 '../tests/PathOpsSimplifyQuadThreadedTest.cpp',
53 '../tests/PathOpsSimplifyRectThreadedTest.cpp',
54 '../tests/PathOpsSimplifyTest.cpp',
55 '../tests/PathOpsSimplifyTrianglesThreadedTest.cpp',
caryclark@google.com7eaa53d2013-10-02 14:49:34 +000056 '../tests/PathOpsSkpTest.cpp',
caryclark@google.com7abfa492013-04-12 11:59:41 +000057 '../tests/PathOpsTestCommon.cpp',
58 '../tests/PathOpsThreadedCommon.cpp',
caryclarka8d2ffb2014-06-24 07:55:11 -070059 '../tests/PathOpsTightBoundsTest.cpp',
caryclark@google.com7abfa492013-04-12 11:59:41 +000060 '../tests/PathOpsCubicIntersectionTestData.h',
61 '../tests/PathOpsExtendedTest.h',
62 '../tests/PathOpsQuadIntersectionTestData.h',
63 '../tests/PathOpsTestCommon.h',
64 '../tests/PathOpsThreadedCommon.h',
65 ],
66}