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

Side by Side Diff: gyp/gmslides.gypi

Issue 675823002: Fix the way we patch up the matrix for scaled images that aren't (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: don't tile the new GM Created 6 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
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 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
178 '../gm/tablecolorfilter.cpp', 178 '../gm/tablecolorfilter.cpp',
179 '../gm/texteffects.cpp', 179 '../gm/texteffects.cpp',
180 '../gm/testimagefilters.cpp', 180 '../gm/testimagefilters.cpp',
181 '../gm/texdata.cpp', 181 '../gm/texdata.cpp',
182 '../gm/variedtext.cpp', 182 '../gm/variedtext.cpp',
183 '../gm/textblob.cpp', 183 '../gm/textblob.cpp',
184 '../gm/textblobshader.cpp', 184 '../gm/textblobshader.cpp',
185 '../gm/texturedomaineffect.cpp', 185 '../gm/texturedomaineffect.cpp',
186 '../gm/thinrects.cpp', 186 '../gm/thinrects.cpp',
187 '../gm/thinstrokedrects.cpp', 187 '../gm/thinstrokedrects.cpp',
188 '../gm/tiledscaledbitmap.cpp',
188 '../gm/tileimagefilter.cpp', 189 '../gm/tileimagefilter.cpp',
189 '../gm/tilemodes.cpp', 190 '../gm/tilemodes.cpp',
190 '../gm/tilemodes_scaled.cpp', 191 '../gm/tilemodes_scaled.cpp',
191 '../gm/tinybitmap.cpp', 192 '../gm/tinybitmap.cpp',
192 '../gm/twopointradial.cpp', 193 '../gm/twopointradial.cpp',
193 '../gm/typeface.cpp', 194 '../gm/typeface.cpp',
194 '../gm/vertices.cpp', 195 '../gm/vertices.cpp',
195 '../gm/verttext.cpp', 196 '../gm/verttext.cpp',
196 '../gm/verttext2.cpp', 197 '../gm/verttext2.cpp',
197 '../gm/verylargebitmap.cpp', 198 '../gm/verylargebitmap.cpp',
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
235 '../gm/shadertext2.cpp', 236 '../gm/shadertext2.cpp',
236 '../gm/shadertext3.cpp', 237 '../gm/shadertext3.cpp',
237 238
238 # TODO(reed): Allocates more memory than Android devices are capable of 239 # TODO(reed): Allocates more memory than Android devices are capable of
239 # fulfilling. See http://skbug.com/1978 240 # fulfilling. See http://skbug.com/1978
240 '../gm/verylargebitmap.cpp', 241 '../gm/verylargebitmap.cpp',
241 ], 242 ],
242 }], 243 }],
243 ], 244 ],
244 } 245 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698