aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/pathops_unittest.gypi
blob: 75e824b9fb427959a0a4aabe05fe75546660e3a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
# Copyright 2015 Google Inc.
#
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# Common gypi for pathops unit tests.
{
  'include_dirs': [
    '../src/core',
    '../src/effects',
    '../src/lazy',
    '../src/pathops',
    '../src/pipe/utils',
    '../src/utils',
  ],
  'dependencies': [
    'flags.gyp:flags',
    'skia_lib.gyp:skia_lib',
    'tools.gyp:resources',
  ],
  'sources': [
    '../tests/Test.cpp',
    '../tests/Test.h',

    '../tests/PathOpsAngleTest.cpp',
    '../tests/PathOpsBoundsTest.cpp',
    '../tests/PathOpsBuilderTest.cpp',
    '../tests/PathOpsBuildUseTest.cpp',
    '../tests/PathOpsConicIntersectionTest.cpp',
    '../tests/PathOpsConicLineIntersectionTest.cpp',
    '../tests/PathOpsCubicIntersectionTest.cpp',
    '../tests/PathOpsCubicIntersectionTestData.cpp',
    '../tests/PathOpsCubicLineIntersectionTest.cpp',
    '../tests/PathOpsCubicQuadIntersectionTest.cpp',
    '../tests/PathOpsCubicReduceOrderTest.cpp',
    '../tests/PathOpsDCubicTest.cpp',
    '../tests/PathOpsDLineTest.cpp',
    '../tests/PathOpsDPointTest.cpp',
    '../tests/PathOpsDRectTest.cpp',
    '../tests/PathOpsDVectorTest.cpp',
    '../tests/PathOpsExtendedTest.cpp',
    '../tests/PathOpsFuzz763Test.cpp',
    '../tests/PathOpsInverseTest.cpp',
    '../tests/PathOpsIssue3651.cpp',
    '../tests/PathOpsLineIntersectionTest.cpp',
    '../tests/PathOpsLineParametetersTest.cpp',
    '../tests/PathOpsOpCircleThreadedTest.cpp',
    '../tests/PathOpsOpCubicThreadedTest.cpp',
    '../tests/PathOpsOpRectThreadedTest.cpp',
    '../tests/PathOpsOpTest.cpp',
    '../tests/PathOpsQuadIntersectionTest.cpp',
    '../tests/PathOpsQuadIntersectionTestData.cpp',
    '../tests/PathOpsQuadLineIntersectionTest.cpp',
    '../tests/PathOpsQuadLineIntersectionThreadedTest.cpp',
    '../tests/PathOpsQuadReduceOrderTest.cpp',
    '../tests/PathOpsSimplifyDegenerateThreadedTest.cpp',
    '../tests/PathOpsSimplifyFailTest.cpp',
    '../tests/PathOpsSimplifyQuadralateralsThreadedTest.cpp',
    '../tests/PathOpsSimplifyQuadThreadedTest.cpp',
    '../tests/PathOpsSimplifyRectThreadedTest.cpp',
    '../tests/PathOpsSimplifyTest.cpp',
    '../tests/PathOpsSimplifyTrianglesThreadedTest.cpp',
    '../tests/PathOpsSkpTest.cpp',
    '../tests/PathOpsTestCommon.cpp',
    '../tests/PathOpsThreadedCommon.cpp',
    '../tests/PathOpsThreeWayTest.cpp',
    '../tests/PathOpsTightBoundsTest.cpp', 
    '../tests/PathOpsTypesTest.cpp', 

    '../tests/PathOpsCubicIntersectionTestData.h',
    '../tests/PathOpsExtendedTest.h',
    '../tests/PathOpsQuadIntersectionTestData.h',
    '../tests/PathOpsTestCommon.h',
    '../tests/PathOpsThreadedCommon.h',
    '../tests/PathOpsTSectDebug.h',
  ],
}