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

Side by Side Diff: gyp/gmslides.gypi

Issue 12934003: Adding rects-specific GM (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: 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
« gm/rects.cpp ('K') | « gm/rects.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 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 '../gm/morphology.cpp', 58 '../gm/morphology.cpp',
59 '../gm/ninepatchstretch.cpp', 59 '../gm/ninepatchstretch.cpp',
60 '../gm/nocolorbleed.cpp', 60 '../gm/nocolorbleed.cpp',
61 '../gm/patheffects.cpp', 61 '../gm/patheffects.cpp',
62 '../gm/pathfill.cpp', 62 '../gm/pathfill.cpp',
63 '../gm/pathinterior.cpp', 63 '../gm/pathinterior.cpp',
64 '../gm/pathreverse.cpp', 64 '../gm/pathreverse.cpp',
65 '../gm/points.cpp', 65 '../gm/points.cpp',
66 '../gm/poly2poly.cpp', 66 '../gm/poly2poly.cpp',
67 '../gm/quadpaths.cpp', 67 '../gm/quadpaths.cpp',
68 '../gm/rects.cpp',
68 '../gm/rrect.cpp', 69 '../gm/rrect.cpp',
69 '../gm/rrects.cpp', 70 '../gm/rrects.cpp',
70 '../gm/samplerstress.cpp', 71 '../gm/samplerstress.cpp',
71 '../gm/shaderbounds.cpp', 72 '../gm/shaderbounds.cpp',
72 '../gm/selftest.cpp', 73 '../gm/selftest.cpp',
73 '../gm/shadertext.cpp', 74 '../gm/shadertext.cpp',
74 '../gm/shadertext2.cpp', 75 '../gm/shadertext2.cpp',
75 '../gm/shadertext3.cpp', 76 '../gm/shadertext3.cpp',
76 '../gm/shadows.cpp', 77 '../gm/shadows.cpp',
77 '../gm/shallowgradient.cpp', 78 '../gm/shallowgradient.cpp',
(...skipping 17 matching lines...) Expand all
95 '../gm/verylargebitmap.cpp', 96 '../gm/verylargebitmap.cpp',
96 '../gm/xfermodes.cpp', 97 '../gm/xfermodes.cpp',
97 ], 98 ],
98 } 99 }
99 100
100 # Local Variables: 101 # Local Variables:
101 # tab-width:2 102 # tab-width:2
102 # indent-tabs-mode:nil 103 # indent-tabs-mode:nil
103 # End: 104 # End:
104 # vim: set expandtab tabstop=2 shiftwidth=2: 105 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« gm/rects.cpp ('K') | « gm/rects.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698