Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(93)

Unified Diff: gyp/pathops_unittest.gypi

Issue 14137010: turn on pathops unit test (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gyp/pathops_unittest.gyp ('k') | gyp/tests.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/pathops_unittest.gypi
===================================================================
--- gyp/pathops_unittest.gypi (revision 0)
+++ gyp/pathops_unittest.gypi (revision 0)
@@ -0,0 +1,42 @@
+{
+ 'sources': [
+ '../tests/PathOpsBoundsTest.cpp',
+ '../tests/PathOpsCubicIntersectionTest.cpp',
+ '../tests/PathOpsCubicIntersectionTestData.cpp',
+ '../tests/PathOpsCubicLineIntersectionTest.cpp',
+ '../tests/PathOpsCubicReduceOrderTest.cpp',
+ '../tests/PathOpsCubicToQuadsTest.cpp',
+ '../tests/PathOpsDCubicTest.cpp',
+ '../tests/PathOpsDLineTest.cpp',
+ '../tests/PathOpsDPointTest.cpp',
+ '../tests/PathOpsDQuadTest.cpp',
+ '../tests/PathOpsDRectTest.cpp',
+ '../tests/PathOpsDTriangleTest.cpp',
+ '../tests/PathOpsDVectorTest.cpp',
+ '../tests/PathOpsExtendedTest.cpp',
+ '../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/PathOpsQuadParameterizationTest.cpp',
+ '../tests/PathOpsQuadReduceOrderTest.cpp',
+ '../tests/PathOpsSimplifyDegenerateThreadedTest.cpp',
+ '../tests/PathOpsSimplifyQuadralateralsThreadedTest.cpp',
+ '../tests/PathOpsSimplifyQuadThreadedTest.cpp',
+ '../tests/PathOpsSimplifyRectThreadedTest.cpp',
+ '../tests/PathOpsSimplifyTest.cpp',
+ '../tests/PathOpsSimplifyTrianglesThreadedTest.cpp',
+ '../tests/PathOpsTestCommon.cpp',
+ '../tests/PathOpsThreadedCommon.cpp',
+ '../tests/PathOpsCubicIntersectionTestData.h',
+ '../tests/PathOpsExtendedTest.h',
+ '../tests/PathOpsQuadIntersectionTestData.h',
+ '../tests/PathOpsTestCommon.h',
+ '../tests/PathOpsThreadedCommon.h',
+ ],
+}
« no previous file with comments | « gyp/pathops_unittest.gyp ('k') | gyp/tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698