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

Side by Side Diff: gyp/gmslides.gypi

Issue 840483005: Fold alpha to the draw in savelayer-draw-restore patterns with non-opaque draw (Closed) Base URL: https://skia.googlesource.com/skia.git@unique-id-unflatten
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
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 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
148 '../gm/peekpixels.cpp', 148 '../gm/peekpixels.cpp',
149 '../gm/perlinnoise.cpp', 149 '../gm/perlinnoise.cpp',
150 '../gm/picture.cpp', 150 '../gm/picture.cpp',
151 '../gm/pictureimagefilter.cpp', 151 '../gm/pictureimagefilter.cpp',
152 '../gm/pictureshader.cpp', 152 '../gm/pictureshader.cpp',
153 '../gm/pictureshadertile.cpp', 153 '../gm/pictureshadertile.cpp',
154 '../gm/points.cpp', 154 '../gm/points.cpp',
155 '../gm/poly2poly.cpp', 155 '../gm/poly2poly.cpp',
156 '../gm/polygons.cpp', 156 '../gm/polygons.cpp',
157 '../gm/quadpaths.cpp', 157 '../gm/quadpaths.cpp',
158 '../gm/recordopts.cpp',
158 '../gm/rects.cpp', 159 '../gm/rects.cpp',
159 '../gm/resizeimagefilter.cpp', 160 '../gm/resizeimagefilter.cpp',
160 '../gm/rrect.cpp', 161 '../gm/rrect.cpp',
161 '../gm/rrects.cpp', 162 '../gm/rrects.cpp',
162 '../gm/roundrects.cpp', 163 '../gm/roundrects.cpp',
163 '../gm/samplerstress.cpp', 164 '../gm/samplerstress.cpp',
164 # '../gm/scalebitmap.cpp', 165 # '../gm/scalebitmap.cpp',
165 '../gm/shaderbounds.cpp', 166 '../gm/shaderbounds.cpp',
166 '../gm/selftest.cpp', 167 '../gm/selftest.cpp',
167 '../gm/shadertext.cpp', 168 '../gm/shadertext.cpp',
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
245 '../gm/shadertext2.cpp', 246 '../gm/shadertext2.cpp',
246 '../gm/shadertext3.cpp', 247 '../gm/shadertext3.cpp',
247 248
248 # TODO(reed): Allocates more memory than Android devices are capable of 249 # TODO(reed): Allocates more memory than Android devices are capable of
249 # fulfilling. See http://skbug.com/1978 250 # fulfilling. See http://skbug.com/1978
250 '../gm/verylargebitmap.cpp', 251 '../gm/verylargebitmap.cpp',
251 ], 252 ],
252 }], 253 }],
253 ], 254 ],
254 } 255 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698