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

Side by Side Diff: gyp/gmslides.gypi

Issue 23264014: Bleed cleanup (remove nocolorbleed GM & enable bleed in game bench) (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Created 7 years, 4 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 | « gm/nocolorbleed.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/arcofzorro.cpp', 7 '../gm/arcofzorro.cpp',
8 '../gm/arithmode.cpp', 8 '../gm/arithmode.cpp',
9 '../gm/bicubicfilter.cpp', 9 '../gm/bicubicfilter.cpp',
10 '../gm/bigmatrix.cpp', 10 '../gm/bigmatrix.cpp',
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 '../gm/internal_links.cpp', 73 '../gm/internal_links.cpp',
74 '../gm/lcdtext.cpp', 74 '../gm/lcdtext.cpp',
75 '../gm/linepaths.cpp', 75 '../gm/linepaths.cpp',
76 '../gm/matrixconvolution.cpp', 76 '../gm/matrixconvolution.cpp',
77 '../gm/megalooper.cpp', 77 '../gm/megalooper.cpp',
78 '../gm/mixedxfermodes.cpp', 78 '../gm/mixedxfermodes.cpp',
79 '../gm/modecolorfilters.cpp', 79 '../gm/modecolorfilters.cpp',
80 '../gm/morphology.cpp', 80 '../gm/morphology.cpp',
81 '../gm/nested.cpp', 81 '../gm/nested.cpp',
82 '../gm/ninepatchstretch.cpp', 82 '../gm/ninepatchstretch.cpp',
83 '../gm/nocolorbleed.cpp',
84 '../gm/optimizations.cpp', 83 '../gm/optimizations.cpp',
85 '../gm/ovals.cpp', 84 '../gm/ovals.cpp',
86 '../gm/patheffects.cpp', 85 '../gm/patheffects.cpp',
87 '../gm/pathfill.cpp', 86 '../gm/pathfill.cpp',
88 '../gm/pathinterior.cpp', 87 '../gm/pathinterior.cpp',
89 '../gm/pathopsinverse.cpp', 88 '../gm/pathopsinverse.cpp',
90 '../gm/pathopsskpclip.cpp', 89 '../gm/pathopsskpclip.cpp',
91 '../gm/pathreverse.cpp', 90 '../gm/pathreverse.cpp',
92 '../gm/perlinnoise.cpp', 91 '../gm/perlinnoise.cpp',
93 '../gm/points.cpp', 92 '../gm/points.cpp',
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 '../gm/xfermodes2.cpp', 130 '../gm/xfermodes2.cpp',
132 '../gm/xfermodes3.cpp', 131 '../gm/xfermodes3.cpp',
133 ], 132 ],
134 } 133 }
135 134
136 # Local Variables: 135 # Local Variables:
137 # tab-width:2 136 # tab-width:2
138 # indent-tabs-mode:nil 137 # indent-tabs-mode:nil
139 # End: 138 # End:
140 # vim: set expandtab tabstop=2 shiftwidth=2: 139 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « gm/nocolorbleed.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698