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

Side by Side Diff: gyp/gmslides.gypi

Issue 788613003: Add new GM (filterfastbounds) (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Skip serialization tests due to SkPictureImageFilter Created 6 years 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/filterfastbounds.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 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 '../gm/drrect.cpp', 77 '../gm/drrect.cpp',
78 '../gm/etc1bitmap.cpp', 78 '../gm/etc1bitmap.cpp',
79 '../gm/extractbitmap.cpp', 79 '../gm/extractbitmap.cpp',
80 '../gm/emboss.cpp', 80 '../gm/emboss.cpp',
81 '../gm/emptypath.cpp', 81 '../gm/emptypath.cpp',
82 '../gm/fatpathfill.cpp', 82 '../gm/fatpathfill.cpp',
83 '../gm/factory.cpp', 83 '../gm/factory.cpp',
84 '../gm/filltypes.cpp', 84 '../gm/filltypes.cpp',
85 '../gm/filltypespersp.cpp', 85 '../gm/filltypespersp.cpp',
86 '../gm/filterbitmap.cpp', 86 '../gm/filterbitmap.cpp',
87 '../gm/filterfastbounds.cpp',
87 '../gm/filterindiabox.cpp', 88 '../gm/filterindiabox.cpp',
88 '../gm/fontcache.cpp', 89 '../gm/fontcache.cpp',
89 '../gm/fontmgr.cpp', 90 '../gm/fontmgr.cpp',
90 '../gm/fontscaler.cpp', 91 '../gm/fontscaler.cpp',
91 '../gm/gammatext.cpp', 92 '../gm/gammatext.cpp',
92 '../gm/getpostextpath.cpp', 93 '../gm/getpostextpath.cpp',
93 '../gm/giantbitmap.cpp', 94 '../gm/giantbitmap.cpp',
94 '../gm/glyph_pos.cpp', 95 '../gm/glyph_pos.cpp',
95 '../gm/glyph_pos_align.cpp', 96 '../gm/glyph_pos_align.cpp',
96 '../gm/gradients.cpp', 97 '../gm/gradients.cpp',
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
241 '../gm/shadertext2.cpp', 242 '../gm/shadertext2.cpp',
242 '../gm/shadertext3.cpp', 243 '../gm/shadertext3.cpp',
243 244
244 # TODO(reed): Allocates more memory than Android devices are capable of 245 # TODO(reed): Allocates more memory than Android devices are capable of
245 # fulfilling. See http://skbug.com/1978 246 # fulfilling. See http://skbug.com/1978
246 '../gm/verylargebitmap.cpp', 247 '../gm/verylargebitmap.cpp',
247 ], 248 ],
248 }], 249 }],
249 ], 250 ],
250 } 251 }
OLDNEW
« no previous file with comments | « gm/filterfastbounds.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698