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

Side by Side Diff: gyp/pathops_unittest.gypi

Issue 14371011: path ops : add support for inverse fill (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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 { 1 {
2 'sources': [ 2 'sources': [
3 '../tests/PathOpsAngleTest.cpp', 3 '../tests/PathOpsAngleTest.cpp',
4 '../tests/PathOpsBoundsTest.cpp', 4 '../tests/PathOpsBoundsTest.cpp',
5 '../tests/PathOpsCubicIntersectionTest.cpp', 5 '../tests/PathOpsCubicIntersectionTest.cpp',
6 '../tests/PathOpsCubicIntersectionTestData.cpp', 6 '../tests/PathOpsCubicIntersectionTestData.cpp',
7 '../tests/PathOpsCubicLineIntersectionTest.cpp', 7 '../tests/PathOpsCubicLineIntersectionTest.cpp',
8 '../tests/PathOpsCubicReduceOrderTest.cpp', 8 '../tests/PathOpsCubicReduceOrderTest.cpp',
9 '../tests/PathOpsCubicToQuadsTest.cpp', 9 '../tests/PathOpsCubicToQuadsTest.cpp',
10 '../tests/PathOpsDCubicTest.cpp', 10 '../tests/PathOpsDCubicTest.cpp',
11 '../tests/PathOpsDLineTest.cpp', 11 '../tests/PathOpsDLineTest.cpp',
12 '../tests/PathOpsDPointTest.cpp', 12 '../tests/PathOpsDPointTest.cpp',
13 '../tests/PathOpsDQuadTest.cpp', 13 '../tests/PathOpsDQuadTest.cpp',
14 '../tests/PathOpsDRectTest.cpp', 14 '../tests/PathOpsDRectTest.cpp',
15 '../tests/PathOpsDTriangleTest.cpp', 15 '../tests/PathOpsDTriangleTest.cpp',
16 '../tests/PathOpsDVectorTest.cpp', 16 '../tests/PathOpsDVectorTest.cpp',
17 '../tests/PathOpsExtendedTest.cpp', 17 '../tests/PathOpsExtendedTest.cpp',
18 '../tests/PathOpsInverseTest.cpp',
18 '../tests/PathOpsLineIntersectionTest.cpp', 19 '../tests/PathOpsLineIntersectionTest.cpp',
19 '../tests/PathOpsLineParametetersTest.cpp', 20 '../tests/PathOpsLineParametetersTest.cpp',
20 '../tests/PathOpsOpCubicThreadedTest.cpp', 21 '../tests/PathOpsOpCubicThreadedTest.cpp',
21 '../tests/PathOpsOpRectThreadedTest.cpp', 22 '../tests/PathOpsOpRectThreadedTest.cpp',
22 '../tests/PathOpsOpTest.cpp', 23 '../tests/PathOpsOpTest.cpp',
23 '../tests/PathOpsQuadIntersectionTest.cpp', 24 '../tests/PathOpsQuadIntersectionTest.cpp',
24 '../tests/PathOpsQuadIntersectionTestData.cpp', 25 '../tests/PathOpsQuadIntersectionTestData.cpp',
25 '../tests/PathOpsQuadLineIntersectionTest.cpp', 26 '../tests/PathOpsQuadLineIntersectionTest.cpp',
26 '../tests/PathOpsQuadLineIntersectionThreadedTest.cpp', 27 '../tests/PathOpsQuadLineIntersectionThreadedTest.cpp',
27 '../tests/PathOpsQuadParameterizationTest.cpp', 28 '../tests/PathOpsQuadParameterizationTest.cpp',
28 '../tests/PathOpsQuadReduceOrderTest.cpp', 29 '../tests/PathOpsQuadReduceOrderTest.cpp',
29 '../tests/PathOpsSimplifyDegenerateThreadedTest.cpp', 30 '../tests/PathOpsSimplifyDegenerateThreadedTest.cpp',
30 '../tests/PathOpsSimplifyQuadralateralsThreadedTest.cpp', 31 '../tests/PathOpsSimplifyQuadralateralsThreadedTest.cpp',
31 '../tests/PathOpsSimplifyQuadThreadedTest.cpp', 32 '../tests/PathOpsSimplifyQuadThreadedTest.cpp',
32 '../tests/PathOpsSimplifyRectThreadedTest.cpp', 33 '../tests/PathOpsSimplifyRectThreadedTest.cpp',
33 '../tests/PathOpsSimplifyTest.cpp', 34 '../tests/PathOpsSimplifyTest.cpp',
34 '../tests/PathOpsSimplifyTrianglesThreadedTest.cpp', 35 '../tests/PathOpsSimplifyTrianglesThreadedTest.cpp',
35 '../tests/PathOpsTestCommon.cpp', 36 '../tests/PathOpsTestCommon.cpp',
36 '../tests/PathOpsThreadedCommon.cpp', 37 '../tests/PathOpsThreadedCommon.cpp',
37 '../tests/PathOpsCubicIntersectionTestData.h', 38 '../tests/PathOpsCubicIntersectionTestData.h',
38 '../tests/PathOpsExtendedTest.h', 39 '../tests/PathOpsExtendedTest.h',
39 '../tests/PathOpsQuadIntersectionTestData.h', 40 '../tests/PathOpsQuadIntersectionTestData.h',
40 '../tests/PathOpsTestCommon.h', 41 '../tests/PathOpsTestCommon.h',
41 '../tests/PathOpsThreadedCommon.h', 42 '../tests/PathOpsThreadedCommon.h',
42 ], 43 ],
43 } 44 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698