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

Side by Side Diff: gyp/gmslides.gypi

Issue 804813009: Add Alpha fade GM. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 11 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
« no previous file with comments | « gm/transparency.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 'include_dirs': [ 3 'include_dirs': [
4 '../gm', 4 '../gm',
5 # include dirs needed by particular GMs 5 # include dirs needed by particular GMs
6 '../src/utils/debugger', 6 '../src/utils/debugger',
7 '../src/images', 7 '../src/images',
8 '../src/lazy', 8 '../src/lazy',
9 ], 9 ],
10 'conditions': [ 10 'conditions': [
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
191 '../gm/textblob.cpp', 191 '../gm/textblob.cpp',
192 '../gm/textblobshader.cpp', 192 '../gm/textblobshader.cpp',
193 '../gm/texturedomaineffect.cpp', 193 '../gm/texturedomaineffect.cpp',
194 '../gm/thinrects.cpp', 194 '../gm/thinrects.cpp',
195 '../gm/thinstrokedrects.cpp', 195 '../gm/thinstrokedrects.cpp',
196 '../gm/tiledscaledbitmap.cpp', 196 '../gm/tiledscaledbitmap.cpp',
197 '../gm/tileimagefilter.cpp', 197 '../gm/tileimagefilter.cpp',
198 '../gm/tilemodes.cpp', 198 '../gm/tilemodes.cpp',
199 '../gm/tilemodes_scaled.cpp', 199 '../gm/tilemodes_scaled.cpp',
200 '../gm/tinybitmap.cpp', 200 '../gm/tinybitmap.cpp',
201 '../gm/transparency.cpp',
201 '../gm/twopointradial.cpp', 202 '../gm/twopointradial.cpp',
202 '../gm/typeface.cpp', 203 '../gm/typeface.cpp',
203 '../gm/vertices.cpp', 204 '../gm/vertices.cpp',
204 '../gm/verttext.cpp', 205 '../gm/verttext.cpp',
205 '../gm/verttext2.cpp', 206 '../gm/verttext2.cpp',
206 '../gm/verylargebitmap.cpp', 207 '../gm/verylargebitmap.cpp',
207 '../gm/xfermodeimagefilter.cpp', 208 '../gm/xfermodeimagefilter.cpp',
208 '../gm/xfermodes.cpp', 209 '../gm/xfermodes.cpp',
209 '../gm/xfermodes2.cpp', 210 '../gm/xfermodes2.cpp',
210 '../gm/xfermodes3.cpp', 211 '../gm/xfermodes3.cpp',
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
244 '../gm/shadertext2.cpp', 245 '../gm/shadertext2.cpp',
245 '../gm/shadertext3.cpp', 246 '../gm/shadertext3.cpp',
246 247
247 # TODO(reed): Allocates more memory than Android devices are capable of 248 # TODO(reed): Allocates more memory than Android devices are capable of
248 # fulfilling. See http://skbug.com/1978 249 # fulfilling. See http://skbug.com/1978
249 '../gm/verylargebitmap.cpp', 250 '../gm/verylargebitmap.cpp',
250 ], 251 ],
251 }], 252 }],
252 ], 253 ],
253 } 254 }
OLDNEW
« no previous file with comments | « gm/transparency.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698