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

Side by Side Diff: gyp/pathops_unittest.gypi

Issue 26114004: path ops work in progress (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: working state on linux box Created 7 years, 1 month 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
« no previous file with comments | « no previous file | src/pathops/SkAddIntersections.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/PathOpsCubicQuadIntersectionTest.cpp', 8 '../tests/PathOpsCubicQuadIntersectionTest.cpp',
9 '../tests/PathOpsCubicReduceOrderTest.cpp', 9 '../tests/PathOpsCubicReduceOrderTest.cpp',
10 '../tests/PathOpsCubicToQuadsTest.cpp', 10 '../tests/PathOpsCubicToQuadsTest.cpp',
(...skipping 20 matching lines...) Expand all
31 '../tests/PathOpsSimplifyDegenerateThreadedTest.cpp', 31 '../tests/PathOpsSimplifyDegenerateThreadedTest.cpp',
32 '../tests/PathOpsSimplifyFailTest.cpp', 32 '../tests/PathOpsSimplifyFailTest.cpp',
33 '../tests/PathOpsSimplifyQuadralateralsThreadedTest.cpp', 33 '../tests/PathOpsSimplifyQuadralateralsThreadedTest.cpp',
34 '../tests/PathOpsSimplifyQuadThreadedTest.cpp', 34 '../tests/PathOpsSimplifyQuadThreadedTest.cpp',
35 '../tests/PathOpsSimplifyRectThreadedTest.cpp', 35 '../tests/PathOpsSimplifyRectThreadedTest.cpp',
36 '../tests/PathOpsSimplifyTest.cpp', 36 '../tests/PathOpsSimplifyTest.cpp',
37 '../tests/PathOpsSimplifyTrianglesThreadedTest.cpp', 37 '../tests/PathOpsSimplifyTrianglesThreadedTest.cpp',
38 '../tests/PathOpsSkpTest.cpp', 38 '../tests/PathOpsSkpTest.cpp',
39 '../tests/PathOpsTestCommon.cpp', 39 '../tests/PathOpsTestCommon.cpp',
40 '../tests/PathOpsThreadedCommon.cpp', 40 '../tests/PathOpsThreadedCommon.cpp',
41 '../tests/PathOpsTypesTest.cpp',
41 '../tests/PathOpsCubicIntersectionTestData.h', 42 '../tests/PathOpsCubicIntersectionTestData.h',
42 '../tests/PathOpsExtendedTest.h', 43 '../tests/PathOpsExtendedTest.h',
43 '../tests/PathOpsQuadIntersectionTestData.h', 44 '../tests/PathOpsQuadIntersectionTestData.h',
44 '../tests/PathOpsTestCommon.h', 45 '../tests/PathOpsTestCommon.h',
45 '../tests/PathOpsThreadedCommon.h', 46 '../tests/PathOpsThreadedCommon.h',
46 ], 47 ],
47 } 48 }
OLDNEW
« no previous file with comments | « no previous file | src/pathops/SkAddIntersections.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698