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

Side by Side Diff: gyp/gmslides.gypi

Issue 64173009: add GM case nonclosedpaths (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: 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 | « gm/nonclosedpaths.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 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 '../gm/internal_links.cpp', 84 '../gm/internal_links.cpp',
85 '../gm/lcdtext.cpp', 85 '../gm/lcdtext.cpp',
86 '../gm/linepaths.cpp', 86 '../gm/linepaths.cpp',
87 '../gm/matrixconvolution.cpp', 87 '../gm/matrixconvolution.cpp',
88 '../gm/megalooper.cpp', 88 '../gm/megalooper.cpp',
89 '../gm/mixedxfermodes.cpp', 89 '../gm/mixedxfermodes.cpp',
90 '../gm/modecolorfilters.cpp', 90 '../gm/modecolorfilters.cpp',
91 '../gm/morphology.cpp', 91 '../gm/morphology.cpp',
92 '../gm/nested.cpp', 92 '../gm/nested.cpp',
93 '../gm/ninepatchstretch.cpp', 93 '../gm/ninepatchstretch.cpp',
94 '../gm/nonclosedpaths.cpp',
94 '../gm/offsetimagefilter.cpp', 95 '../gm/offsetimagefilter.cpp',
95 '../gm/optimizations.cpp', 96 '../gm/optimizations.cpp',
96 '../gm/ovals.cpp', 97 '../gm/ovals.cpp',
97 '../gm/patheffects.cpp', 98 '../gm/patheffects.cpp',
98 '../gm/pathfill.cpp', 99 '../gm/pathfill.cpp',
99 '../gm/pathinterior.cpp', 100 '../gm/pathinterior.cpp',
100 '../gm/pathopsinverse.cpp', 101 '../gm/pathopsinverse.cpp',
101 '../gm/pathopsskpclip.cpp', 102 '../gm/pathopsskpclip.cpp',
102 '../gm/pathreverse.cpp', 103 '../gm/pathreverse.cpp',
103 '../gm/perlinnoise.cpp', 104 '../gm/perlinnoise.cpp',
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 '../gm/xfermodes2.cpp', 147 '../gm/xfermodes2.cpp',
147 '../gm/xfermodes3.cpp', 148 '../gm/xfermodes3.cpp',
148 ], 149 ],
149 } 150 }
150 151
151 # Local Variables: 152 # Local Variables:
152 # tab-width:2 153 # tab-width:2
153 # indent-tabs-mode:nil 154 # indent-tabs-mode:nil
154 # End: 155 # End:
155 # vim: set expandtab tabstop=2 shiftwidth=2: 156 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « gm/nonclosedpaths.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698