2015-03-25 17:22:41 +00:00
|
|
|
# Copyright 2015 Google Inc.
|
|
|
|
#
|
|
|
|
# Use of this source code is governed by a BSD-style license that can be
|
|
|
|
# found in the LICENSE file.
|
2014-06-24 14:55:11 +00:00
|
|
|
# Common gypi for pathops unit tests.
|
2013-04-12 11:59:41 +00:00
|
|
|
{
|
2014-06-24 14:55:11 +00:00
|
|
|
'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',
|
|
|
|
],
|
2013-04-12 11:59:41 +00:00
|
|
|
'sources': [
|
2014-06-24 14:55:11 +00:00
|
|
|
'../tests/Test.cpp',
|
|
|
|
'../tests/Test.h',
|
|
|
|
|
2013-04-15 19:13:59 +00:00
|
|
|
'../tests/PathOpsAngleTest.cpp',
|
2013-04-12 11:59:41 +00:00
|
|
|
'../tests/PathOpsBoundsTest.cpp',
|
2015-03-26 14:52:43 +00:00
|
|
|
'../tests/PathOpsBuilderTest.cpp',
|
|
|
|
'../tests/PathOpsBuildUseTest.cpp',
|
2013-04-12 11:59:41 +00:00
|
|
|
'../tests/PathOpsCubicIntersectionTest.cpp',
|
|
|
|
'../tests/PathOpsCubicIntersectionTestData.cpp',
|
|
|
|
'../tests/PathOpsCubicLineIntersectionTest.cpp',
|
2013-05-07 18:51:31 +00:00
|
|
|
'../tests/PathOpsCubicQuadIntersectionTest.cpp',
|
2013-04-12 11:59:41 +00:00
|
|
|
'../tests/PathOpsCubicReduceOrderTest.cpp',
|
|
|
|
'../tests/PathOpsDCubicTest.cpp',
|
|
|
|
'../tests/PathOpsDLineTest.cpp',
|
|
|
|
'../tests/PathOpsDPointTest.cpp',
|
|
|
|
'../tests/PathOpsDRectTest.cpp',
|
|
|
|
'../tests/PathOpsDVectorTest.cpp',
|
|
|
|
'../tests/PathOpsExtendedTest.cpp',
|
2014-11-13 14:58:52 +00:00
|
|
|
'../tests/PathOpsFuzz763Test.cpp',
|
2013-04-22 14:37:05 +00:00
|
|
|
'../tests/PathOpsInverseTest.cpp',
|
2013-04-12 11:59:41 +00:00
|
|
|
'../tests/PathOpsLineIntersectionTest.cpp',
|
|
|
|
'../tests/PathOpsLineParametetersTest.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',
|
2013-04-26 19:51:16 +00:00
|
|
|
'../tests/PathOpsSimplifyFailTest.cpp',
|
2013-04-12 11:59:41 +00:00
|
|
|
'../tests/PathOpsSimplifyQuadralateralsThreadedTest.cpp',
|
|
|
|
'../tests/PathOpsSimplifyQuadThreadedTest.cpp',
|
|
|
|
'../tests/PathOpsSimplifyRectThreadedTest.cpp',
|
|
|
|
'../tests/PathOpsSimplifyTest.cpp',
|
|
|
|
'../tests/PathOpsSimplifyTrianglesThreadedTest.cpp',
|
2013-10-02 14:49:34 +00:00
|
|
|
'../tests/PathOpsSkpTest.cpp',
|
2013-04-12 11:59:41 +00:00
|
|
|
'../tests/PathOpsTestCommon.cpp',
|
|
|
|
'../tests/PathOpsThreadedCommon.cpp',
|
2015-03-26 14:52:43 +00:00
|
|
|
'../tests/PathOpsThreeWayTest.cpp',
|
|
|
|
'../tests/PathOpsTightBoundsTest.cpp',
|
|
|
|
'../tests/PathOpsTypesTest.cpp',
|
|
|
|
|
2013-04-12 11:59:41 +00:00
|
|
|
'../tests/PathOpsCubicIntersectionTestData.h',
|
|
|
|
'../tests/PathOpsExtendedTest.h',
|
|
|
|
'../tests/PathOpsQuadIntersectionTestData.h',
|
|
|
|
'../tests/PathOpsTestCommon.h',
|
|
|
|
'../tests/PathOpsThreadedCommon.h',
|
2015-03-26 14:52:43 +00:00
|
|
|
'../tests/PathOpsTSectDebug.h',
|
2013-04-12 11:59:41 +00:00
|
|
|
],
|
|
|
|
}
|