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

Side by Side Diff: gyp/pathops.gypi

Issue 21359002: path ops work in progress (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: remove space Created 7 years, 3 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/core.gypi ('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 'include_dirs' : [ 2 'include_dirs' : [
3 '../include/pathops', 3 '../include/pathops',
4 '../src/pathops', 4 '../src/pathops',
5 ], 5 ],
6 'sources': [ 6 'sources': [
7 '../include/pathops/SkPathOps.h', 7 '../include/pathops/SkPathOps.h',
8 '../src/pathops/SkAddIntersections.cpp', 8 '../src/pathops/SkAddIntersections.cpp',
9 '../src/pathops/SkDCubicIntersection.cpp', 9 '../src/pathops/SkDCubicIntersection.cpp',
10 '../src/pathops/SkDCubicLineIntersection.cpp', 10 '../src/pathops/SkDCubicLineIntersection.cpp',
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 '../src/pathops/SkOpSpan.h', 45 '../src/pathops/SkOpSpan.h',
46 '../src/pathops/SkPathOpsBounds.h', 46 '../src/pathops/SkPathOpsBounds.h',
47 '../src/pathops/SkPathOpsCommon.h', 47 '../src/pathops/SkPathOpsCommon.h',
48 '../src/pathops/SkPathOpsCubic.h', 48 '../src/pathops/SkPathOpsCubic.h',
49 '../src/pathops/SkPathOpsCurve.h', 49 '../src/pathops/SkPathOpsCurve.h',
50 '../src/pathops/SkPathOpsDebug.h', 50 '../src/pathops/SkPathOpsDebug.h',
51 '../src/pathops/SkPathOpsLine.h', 51 '../src/pathops/SkPathOpsLine.h',
52 '../src/pathops/SkPathOpsPoint.h', 52 '../src/pathops/SkPathOpsPoint.h',
53 '../src/pathops/SkPathOpsQuad.h', 53 '../src/pathops/SkPathOpsQuad.h',
54 '../src/pathops/SkPathOpsRect.h', 54 '../src/pathops/SkPathOpsRect.h',
55 '../src/pathops/SkPathOpsSpan.h',
56 '../src/pathops/SkPathOpsTriangle.h', 55 '../src/pathops/SkPathOpsTriangle.h',
57 '../src/pathops/SkPathOpsTypes.h', 56 '../src/pathops/SkPathOpsTypes.h',
58 '../src/pathops/SkPathWriter.h', 57 '../src/pathops/SkPathWriter.h',
59 '../src/pathops/SkQuarticRoot.h', 58 '../src/pathops/SkQuarticRoot.h',
60 '../src/pathops/SkReduceOrder.h', 59 '../src/pathops/SkReduceOrder.h',
61 ], 60 ],
62 } 61 }
OLDNEW
« no previous file with comments | « gyp/core.gypi ('k') | src/pathops/SkAddIntersections.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698