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

Side by Side Diff: gyp/gmslides.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 # include this gypi to include all the golden master slides. 1 # include this gypi to include all the golden master slides.
2 { 2 {
3 'includes': [
4 'pathops.gypi',
5 ],
3 'sources': [ 6 'sources': [
4 '../gm/aaclip.cpp', 7 '../gm/aaclip.cpp',
5 '../gm/aarectmodes.cpp', 8 '../gm/aarectmodes.cpp',
6 '../gm/arithmode.cpp', 9 '../gm/arithmode.cpp',
7 '../gm/bicubicfilter.cpp', 10 '../gm/bicubicfilter.cpp',
8 '../gm/bigmatrix.cpp', 11 '../gm/bigmatrix.cpp',
9 '../gm/bitmapcopy.cpp', 12 '../gm/bitmapcopy.cpp',
10 '../gm/bitmapmatrix.cpp', 13 '../gm/bitmapmatrix.cpp',
11 '../gm/bitmapfilters.cpp', 14 '../gm/bitmapfilters.cpp',
12 '../gm/bitmaprect.cpp', 15 '../gm/bitmaprect.cpp',
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 '../gm/mixedxfermodes.cpp', 62 '../gm/mixedxfermodes.cpp',
60 '../gm/modecolorfilters.cpp', 63 '../gm/modecolorfilters.cpp',
61 '../gm/morphology.cpp', 64 '../gm/morphology.cpp',
62 '../gm/ninepatchstretch.cpp', 65 '../gm/ninepatchstretch.cpp',
63 '../gm/nocolorbleed.cpp', 66 '../gm/nocolorbleed.cpp',
64 '../gm/optimizations.cpp', 67 '../gm/optimizations.cpp',
65 '../gm/ovals.cpp', 68 '../gm/ovals.cpp',
66 '../gm/patheffects.cpp', 69 '../gm/patheffects.cpp',
67 '../gm/pathfill.cpp', 70 '../gm/pathfill.cpp',
68 '../gm/pathinterior.cpp', 71 '../gm/pathinterior.cpp',
72 '../gm/pathopsinverse.cpp',
69 '../gm/pathreverse.cpp', 73 '../gm/pathreverse.cpp',
70 '../gm/perlinnoise.cpp', 74 '../gm/perlinnoise.cpp',
71 '../gm/points.cpp', 75 '../gm/points.cpp',
72 '../gm/poly2poly.cpp', 76 '../gm/poly2poly.cpp',
73 '../gm/quadpaths.cpp', 77 '../gm/quadpaths.cpp',
74 '../gm/rects.cpp', 78 '../gm/rects.cpp',
75 '../gm/rrect.cpp', 79 '../gm/rrect.cpp',
76 '../gm/rrects.cpp', 80 '../gm/rrects.cpp',
77 '../gm/samplerstress.cpp', 81 '../gm/samplerstress.cpp',
78 '../gm/shaderbounds.cpp', 82 '../gm/shaderbounds.cpp',
(...skipping 24 matching lines...) Expand all
103 '../gm/xfermodes.cpp', 107 '../gm/xfermodes.cpp',
104 '../gm/xfermodes2.cpp', 108 '../gm/xfermodes2.cpp',
105 ], 109 ],
106 } 110 }
107 111
108 # Local Variables: 112 # Local Variables:
109 # tab-width:2 113 # tab-width:2
110 # indent-tabs-mode:nil 114 # indent-tabs-mode:nil
111 # End: 115 # End:
112 # vim: set expandtab tabstop=2 shiftwidth=2: 116 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698