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

Side by Side Diff: gyp/gmslides.gypi

Issue 14329008: Add new ovals GM (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Add AutoTUnref 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/ovals.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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 '../gm/internal_links.cpp', 55 '../gm/internal_links.cpp',
56 '../gm/lcdtext.cpp', 56 '../gm/lcdtext.cpp',
57 '../gm/linepaths.cpp', 57 '../gm/linepaths.cpp',
58 '../gm/matrixconvolution.cpp', 58 '../gm/matrixconvolution.cpp',
59 '../gm/mixedxfermodes.cpp', 59 '../gm/mixedxfermodes.cpp',
60 '../gm/modecolorfilters.cpp', 60 '../gm/modecolorfilters.cpp',
61 '../gm/morphology.cpp', 61 '../gm/morphology.cpp',
62 '../gm/ninepatchstretch.cpp', 62 '../gm/ninepatchstretch.cpp',
63 '../gm/nocolorbleed.cpp', 63 '../gm/nocolorbleed.cpp',
64 '../gm/optimizations.cpp', 64 '../gm/optimizations.cpp',
65 '../gm/ovals.cpp',
65 '../gm/patheffects.cpp', 66 '../gm/patheffects.cpp',
66 '../gm/pathfill.cpp', 67 '../gm/pathfill.cpp',
67 '../gm/pathinterior.cpp', 68 '../gm/pathinterior.cpp',
68 '../gm/pathreverse.cpp', 69 '../gm/pathreverse.cpp',
69 '../gm/perlinnoise.cpp', 70 '../gm/perlinnoise.cpp',
70 '../gm/points.cpp', 71 '../gm/points.cpp',
71 '../gm/poly2poly.cpp', 72 '../gm/poly2poly.cpp',
72 '../gm/quadpaths.cpp', 73 '../gm/quadpaths.cpp',
73 '../gm/rects.cpp', 74 '../gm/rects.cpp',
74 '../gm/rrect.cpp', 75 '../gm/rrect.cpp',
(...skipping 27 matching lines...) Expand all
102 '../gm/xfermodes.cpp', 103 '../gm/xfermodes.cpp',
103 '../gm/xfermodes2.cpp', 104 '../gm/xfermodes2.cpp',
104 ], 105 ],
105 } 106 }
106 107
107 # Local Variables: 108 # Local Variables:
108 # tab-width:2 109 # tab-width:2
109 # indent-tabs-mode:nil 110 # indent-tabs-mode:nil
110 # End: 111 # End:
111 # vim: set expandtab tabstop=2 shiftwidth=2: 112 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « gm/ovals.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698