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

Side by Side Diff: gyp/pathops_unittest.gypi

Issue 23542056: path ops work in progress (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: verbose + mutex around file number access Created 7 years, 2 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
« no previous file with comments | « gyp/pathops_unittest.gyp ('k') | 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 17 matching lines...) Expand all
28 '../tests/PathOpsQuadLineIntersectionThreadedTest.cpp', 28 '../tests/PathOpsQuadLineIntersectionThreadedTest.cpp',
29 '../tests/PathOpsQuadParameterizationTest.cpp', 29 '../tests/PathOpsQuadParameterizationTest.cpp',
30 '../tests/PathOpsQuadReduceOrderTest.cpp', 30 '../tests/PathOpsQuadReduceOrderTest.cpp',
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/PathOpsTestCommon.cpp', 39 '../tests/PathOpsTestCommon.cpp',
39 '../tests/PathOpsThreadedCommon.cpp', 40 '../tests/PathOpsThreadedCommon.cpp',
40 '../tests/PathOpsCubicIntersectionTestData.h', 41 '../tests/PathOpsCubicIntersectionTestData.h',
41 '../tests/PathOpsExtendedTest.h', 42 '../tests/PathOpsExtendedTest.h',
42 '../tests/PathOpsQuadIntersectionTestData.h', 43 '../tests/PathOpsQuadIntersectionTestData.h',
43 '../tests/PathOpsTestCommon.h', 44 '../tests/PathOpsTestCommon.h',
44 '../tests/PathOpsThreadedCommon.h', 45 '../tests/PathOpsThreadedCommon.h',
45 ], 46 ],
46 } 47 }
OLDNEW
« no previous file with comments | « gyp/pathops_unittest.gyp ('k') | src/pathops/SkAddIntersections.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698