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

Side by Side Diff: gyp/gmslides.gypi

Issue 26699002: Add new GM to stress test the GPU font cache for cases similar to (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Fix Windows warning; initialize fTypefaces[] Created 7 years, 2 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/fontcache.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/androidfallback.cpp', 7 '../gm/androidfallback.cpp',
8 '../gm/arcofzorro.cpp', 8 '../gm/arcofzorro.cpp',
9 '../gm/arithmode.cpp', 9 '../gm/arithmode.cpp',
10 '../gm/beziereffects.cpp', 10 '../gm/beziereffects.cpp',
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 '../gm/downsamplebitmap.cpp', 47 '../gm/downsamplebitmap.cpp',
48 '../gm/drawbitmaprect.cpp', 48 '../gm/drawbitmaprect.cpp',
49 '../gm/drawlooper.cpp', 49 '../gm/drawlooper.cpp',
50 '../gm/extractbitmap.cpp', 50 '../gm/extractbitmap.cpp',
51 '../gm/emptypath.cpp', 51 '../gm/emptypath.cpp',
52 '../gm/fatpathfill.cpp', 52 '../gm/fatpathfill.cpp',
53 '../gm/factory.cpp', 53 '../gm/factory.cpp',
54 '../gm/filltypes.cpp', 54 '../gm/filltypes.cpp',
55 '../gm/filltypespersp.cpp', 55 '../gm/filltypespersp.cpp',
56 '../gm/filterbitmap.cpp', 56 '../gm/filterbitmap.cpp',
57 '../gm/fontcache.cpp',
57 '../gm/fontmgr.cpp', 58 '../gm/fontmgr.cpp',
58 '../gm/fontscaler.cpp', 59 '../gm/fontscaler.cpp',
59 '../gm/gammatext.cpp', 60 '../gm/gammatext.cpp',
60 '../gm/getpostextpath.cpp', 61 '../gm/getpostextpath.cpp',
61 '../gm/giantbitmap.cpp', 62 '../gm/giantbitmap.cpp',
62 '../gm/gradients.cpp', 63 '../gm/gradients.cpp',
63 '../gm/gradients_no_texture.cpp', 64 '../gm/gradients_no_texture.cpp',
64 '../gm/gradientDirtyLaundry.cpp', 65 '../gm/gradientDirtyLaundry.cpp',
65 '../gm/gradient_matrix.cpp', 66 '../gm/gradient_matrix.cpp',
66 '../gm/gradtext.cpp', 67 '../gm/gradtext.cpp',
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
142 '../gm/xfermodes2.cpp', 143 '../gm/xfermodes2.cpp',
143 '../gm/xfermodes3.cpp', 144 '../gm/xfermodes3.cpp',
144 ], 145 ],
145 } 146 }
146 147
147 # Local Variables: 148 # Local Variables:
148 # tab-width:2 149 # tab-width:2
149 # indent-tabs-mode:nil 150 # indent-tabs-mode:nil
150 # End: 151 # End:
151 # vim: set expandtab tabstop=2 shiftwidth=2: 152 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « gm/fontcache.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698