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

Side by Side Diff: gyp/gmslides.gypi

Issue 80483002: add convex and concave polygons GM test (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 years 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 | « gm/polygons.cpp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 'sources': [ 3 'sources': [
4 '../gm/aaclip.cpp', 4 '../gm/aaclip.cpp',
5 '../gm/aarectmodes.cpp', 5 '../gm/aarectmodes.cpp',
6 '../gm/alphagradients.cpp', 6 '../gm/alphagradients.cpp',
7 '../gm/androidfallback.cpp', 7 '../gm/androidfallback.cpp',
8 '../gm/arcofzorro.cpp', 8 '../gm/arcofzorro.cpp',
9 '../gm/arithmode.cpp', 9 '../gm/arithmode.cpp',
10 '../gm/beziereffects.cpp', 10 '../gm/beziereffects.cpp',
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 '../gm/ovals.cpp', 97 '../gm/ovals.cpp',
98 '../gm/patheffects.cpp', 98 '../gm/patheffects.cpp',
99 '../gm/pathfill.cpp', 99 '../gm/pathfill.cpp',
100 '../gm/pathinterior.cpp', 100 '../gm/pathinterior.cpp',
101 '../gm/pathopsinverse.cpp', 101 '../gm/pathopsinverse.cpp',
102 '../gm/pathopsskpclip.cpp', 102 '../gm/pathopsskpclip.cpp',
103 '../gm/pathreverse.cpp', 103 '../gm/pathreverse.cpp',
104 '../gm/perlinnoise.cpp', 104 '../gm/perlinnoise.cpp',
105 '../gm/points.cpp', 105 '../gm/points.cpp',
106 '../gm/poly2poly.cpp', 106 '../gm/poly2poly.cpp',
107 '../gm/polygons.cpp',
107 '../gm/quadpaths.cpp', 108 '../gm/quadpaths.cpp',
108 '../gm/rects.cpp', 109 '../gm/rects.cpp',
109 '../gm/rrect.cpp', 110 '../gm/rrect.cpp',
110 '../gm/rrects.cpp', 111 '../gm/rrects.cpp',
111 '../gm/roundrects.cpp', 112 '../gm/roundrects.cpp',
112 '../gm/samplerstress.cpp', 113 '../gm/samplerstress.cpp',
113 # '../gm/scalebitmap.cpp', 114 # '../gm/scalebitmap.cpp',
114 '../gm/shaderbounds.cpp', 115 '../gm/shaderbounds.cpp',
115 '../gm/selftest.cpp', 116 '../gm/selftest.cpp',
116 '../gm/shadertext.cpp', 117 '../gm/shadertext.cpp',
(...skipping 30 matching lines...) Expand all
147 '../gm/xfermodes2.cpp', 148 '../gm/xfermodes2.cpp',
148 '../gm/xfermodes3.cpp', 149 '../gm/xfermodes3.cpp',
149 ], 150 ],
150 } 151 }
151 152
152 # Local Variables: 153 # Local Variables:
153 # tab-width:2 154 # tab-width:2
154 # indent-tabs-mode:nil 155 # indent-tabs-mode:nil
155 # End: 156 # End:
156 # vim: set expandtab tabstop=2 shiftwidth=2: 157 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « gm/polygons.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698