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

Side by Side Diff: gyp/gmslides.gypi

Issue 12381038: gm self-test: use a pathologically simple test case instead of dashing2 (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: tiny_comment_change Created 7 years, 9 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
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/arithmode.cpp', 6 '../gm/arithmode.cpp',
7 '../gm/bicubicfilter.cpp', 7 '../gm/bicubicfilter.cpp',
8 '../gm/bigmatrix.cpp', 8 '../gm/bigmatrix.cpp',
9 '../gm/bitmapcopy.cpp', 9 '../gm/bitmapcopy.cpp',
10 '../gm/bitmapmatrix.cpp', 10 '../gm/bitmapmatrix.cpp',
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 '../gm/pathfill.cpp', 61 '../gm/pathfill.cpp',
62 '../gm/pathinterior.cpp', 62 '../gm/pathinterior.cpp',
63 '../gm/pathreverse.cpp', 63 '../gm/pathreverse.cpp',
64 '../gm/points.cpp', 64 '../gm/points.cpp',
65 '../gm/poly2poly.cpp', 65 '../gm/poly2poly.cpp',
66 '../gm/quadpaths.cpp', 66 '../gm/quadpaths.cpp',
67 '../gm/rrect.cpp', 67 '../gm/rrect.cpp',
68 '../gm/rrects.cpp', 68 '../gm/rrects.cpp',
69 '../gm/samplerstress.cpp', 69 '../gm/samplerstress.cpp',
70 '../gm/shaderbounds.cpp', 70 '../gm/shaderbounds.cpp',
71 '../gm/selftest.cpp',
71 '../gm/shadertext.cpp', 72 '../gm/shadertext.cpp',
72 '../gm/shadertext2.cpp', 73 '../gm/shadertext2.cpp',
73 '../gm/shadertext3.cpp', 74 '../gm/shadertext3.cpp',
74 '../gm/shadows.cpp', 75 '../gm/shadows.cpp',
75 '../gm/shallowgradient.cpp', 76 '../gm/shallowgradient.cpp',
76 '../gm/simpleaaclip.cpp', 77 '../gm/simpleaaclip.cpp',
77 '../gm/spritebitmap.cpp', 78 '../gm/spritebitmap.cpp',
78 '../gm/srcmode.cpp', 79 '../gm/srcmode.cpp',
79 '../gm/strokefill.cpp', 80 '../gm/strokefill.cpp',
80 '../gm/strokerect.cpp', 81 '../gm/strokerect.cpp',
(...skipping 12 matching lines...) Expand all
93 '../gm/verylargebitmap.cpp', 94 '../gm/verylargebitmap.cpp',
94 '../gm/xfermodes.cpp', 95 '../gm/xfermodes.cpp',
95 ], 96 ],
96 } 97 }
97 98
98 # Local Variables: 99 # Local Variables:
99 # tab-width:2 100 # tab-width:2
100 # indent-tabs-mode:nil 101 # indent-tabs-mode:nil
101 # End: 102 # End:
102 # vim: set expandtab tabstop=2 shiftwidth=2: 103 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698