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

Side by Side Diff: gyp/gmslides.gypi

Issue 14348022: Add new roundrect GM (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: remove svn:executable property Created 7 years, 8 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/roundrects.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/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 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 '../gm/pathfill.cpp', 67 '../gm/pathfill.cpp',
68 '../gm/pathinterior.cpp', 68 '../gm/pathinterior.cpp',
69 '../gm/pathreverse.cpp', 69 '../gm/pathreverse.cpp',
70 '../gm/perlinnoise.cpp', 70 '../gm/perlinnoise.cpp',
71 '../gm/points.cpp', 71 '../gm/points.cpp',
72 '../gm/poly2poly.cpp', 72 '../gm/poly2poly.cpp',
73 '../gm/quadpaths.cpp', 73 '../gm/quadpaths.cpp',
74 '../gm/rects.cpp', 74 '../gm/rects.cpp',
75 '../gm/rrect.cpp', 75 '../gm/rrect.cpp',
76 '../gm/rrects.cpp', 76 '../gm/rrects.cpp',
77 '../gm/roundrects.cpp',
77 '../gm/samplerstress.cpp', 78 '../gm/samplerstress.cpp',
78 '../gm/shaderbounds.cpp', 79 '../gm/shaderbounds.cpp',
79 '../gm/selftest.cpp', 80 '../gm/selftest.cpp',
80 '../gm/shadertext.cpp', 81 '../gm/shadertext.cpp',
81 '../gm/shadertext2.cpp', 82 '../gm/shadertext2.cpp',
82 '../gm/shadertext3.cpp', 83 '../gm/shadertext3.cpp',
83 '../gm/shadows.cpp', 84 '../gm/shadows.cpp',
84 '../gm/shallowgradient.cpp', 85 '../gm/shallowgradient.cpp',
85 '../gm/simpleaaclip.cpp', 86 '../gm/simpleaaclip.cpp',
86 '../gm/spritebitmap.cpp', 87 '../gm/spritebitmap.cpp',
(...skipping 16 matching lines...) Expand all
103 '../gm/xfermodes.cpp', 104 '../gm/xfermodes.cpp',
104 '../gm/xfermodes2.cpp', 105 '../gm/xfermodes2.cpp',
105 ], 106 ],
106 } 107 }
107 108
108 # Local Variables: 109 # Local Variables:
109 # tab-width:2 110 # tab-width:2
110 # indent-tabs-mode:nil 111 # indent-tabs-mode:nil
111 # End: 112 # End:
112 # vim: set expandtab tabstop=2 shiftwidth=2: 113 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « gm/roundrects.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698