Home | History | Annotate | Download | only in gyp
      1 # Common gypi for pathops unit tests.
      2 {
      3   '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   ],
     16   'sources': [
     17     '../tests/Test.cpp',
     18     '../tests/Test.h',
     19 
     20     '../tests/PathOpsAngleTest.cpp',
     21     '../tests/PathOpsBoundsTest.cpp',
     22     '../tests/PathOpsCubicIntersectionTest.cpp',
     23     '../tests/PathOpsCubicIntersectionTestData.cpp',
     24     '../tests/PathOpsCubicLineIntersectionTest.cpp',
     25     '../tests/PathOpsCubicQuadIntersectionTest.cpp',
     26     '../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',
     36     '../tests/PathOpsInverseTest.cpp',
     37     '../tests/PathOpsLineIntersectionTest.cpp',
     38     '../tests/PathOpsLineParametetersTest.cpp',
     39     '../tests/PathOpsOpCubicThreadedTest.cpp',
     40     '../tests/PathOpsOpRectThreadedTest.cpp',
     41     '../tests/PathOpsOpTest.cpp',
     42     '../tests/PathOpsQuadIntersectionTest.cpp',
     43     '../tests/PathOpsQuadIntersectionTestData.cpp',
     44     '../tests/PathOpsQuadLineIntersectionTest.cpp',
     45     '../tests/PathOpsQuadLineIntersectionThreadedTest.cpp',
     46     '../tests/PathOpsQuadParameterizationTest.cpp',
     47     '../tests/PathOpsQuadReduceOrderTest.cpp',
     48     '../tests/PathOpsSimplifyDegenerateThreadedTest.cpp',
     49     '../tests/PathOpsSimplifyFailTest.cpp',
     50     '../tests/PathOpsSimplifyQuadralateralsThreadedTest.cpp',
     51     '../tests/PathOpsSimplifyQuadThreadedTest.cpp',
     52     '../tests/PathOpsSimplifyRectThreadedTest.cpp',
     53     '../tests/PathOpsSimplifyTest.cpp',
     54     '../tests/PathOpsSimplifyTrianglesThreadedTest.cpp',
     55     '../tests/PathOpsSkpTest.cpp',
     56     '../tests/PathOpsTestCommon.cpp',
     57     '../tests/PathOpsThreadedCommon.cpp',
     58     '../tests/PathOpsTightBoundsTest.cpp',
     59     '../tests/PathOpsCubicIntersectionTestData.h',
     60     '../tests/PathOpsExtendedTest.h',
     61     '../tests/PathOpsQuadIntersectionTestData.h',
     62     '../tests/PathOpsTestCommon.h',
     63     '../tests/PathOpsThreadedCommon.h',
     64   ],
     65 }
     66