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

Side by Side Diff: gyp/gmslides.gypi

Issue 22264010: Add new GM to targeted at rect->clear optimization with different xfermodes. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: rob's comments 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/xfermodes3.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 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 '../gm/tilemodes.cpp', 120 '../gm/tilemodes.cpp',
121 '../gm/tinybitmap.cpp', 121 '../gm/tinybitmap.cpp',
122 '../gm/twopointradial.cpp', 122 '../gm/twopointradial.cpp',
123 '../gm/typeface.cpp', 123 '../gm/typeface.cpp',
124 '../gm/verttext.cpp', 124 '../gm/verttext.cpp',
125 '../gm/verttext2.cpp', 125 '../gm/verttext2.cpp',
126 '../gm/verylargebitmap.cpp', 126 '../gm/verylargebitmap.cpp',
127 '../gm/xfermodeimagefilter.cpp', 127 '../gm/xfermodeimagefilter.cpp',
128 '../gm/xfermodes.cpp', 128 '../gm/xfermodes.cpp',
129 '../gm/xfermodes2.cpp', 129 '../gm/xfermodes2.cpp',
130 '../gm/xfermodes3.cpp',
130 ], 131 ],
131 } 132 }
132 133
133 # Local Variables: 134 # Local Variables:
134 # tab-width:2 135 # tab-width:2
135 # indent-tabs-mode:nil 136 # indent-tabs-mode:nil
136 # End: 137 # End:
137 # vim: set expandtab tabstop=2 shiftwidth=2: 138 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « gm/xfermodes3.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698