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

Side by Side Diff: gyp/gmslides.gypi

Issue 16004011: Added megalooper GM (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Cleaned up & converted to 1x4 & 4x1 (instead of 1x4 and 4x2) Created 7 years, 6 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/megalooper.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/arithmode.cpp', 7 '../gm/arithmode.cpp',
8 '../gm/bicubicfilter.cpp', 8 '../gm/bicubicfilter.cpp',
9 '../gm/bigmatrix.cpp', 9 '../gm/bigmatrix.cpp',
10 '../gm/bitmapcopy.cpp', 10 '../gm/bitmapcopy.cpp',
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 '../gm/imagemagnifier.cpp', 55 '../gm/imagemagnifier.cpp',
56 '../gm/lerpmode.cpp', 56 '../gm/lerpmode.cpp',
57 '../gm/lighting.cpp', 57 '../gm/lighting.cpp',
58 '../gm/image.cpp', 58 '../gm/image.cpp',
59 '../gm/imagefiltersbase.cpp', 59 '../gm/imagefiltersbase.cpp',
60 '../gm/imagefiltersgraph.cpp', 60 '../gm/imagefiltersgraph.cpp',
61 '../gm/internal_links.cpp', 61 '../gm/internal_links.cpp',
62 '../gm/lcdtext.cpp', 62 '../gm/lcdtext.cpp',
63 '../gm/linepaths.cpp', 63 '../gm/linepaths.cpp',
64 '../gm/matrixconvolution.cpp', 64 '../gm/matrixconvolution.cpp',
65 '../gm/megalooper.cpp',
65 '../gm/mixedxfermodes.cpp', 66 '../gm/mixedxfermodes.cpp',
66 '../gm/modecolorfilters.cpp', 67 '../gm/modecolorfilters.cpp',
67 '../gm/morphology.cpp', 68 '../gm/morphology.cpp',
68 '../gm/ninepatchstretch.cpp', 69 '../gm/ninepatchstretch.cpp',
69 '../gm/nocolorbleed.cpp', 70 '../gm/nocolorbleed.cpp',
70 '../gm/optimizations.cpp', 71 '../gm/optimizations.cpp',
71 '../gm/ovals.cpp', 72 '../gm/ovals.cpp',
72 '../gm/patheffects.cpp', 73 '../gm/patheffects.cpp',
73 '../gm/pathfill.cpp', 74 '../gm/pathfill.cpp',
74 '../gm/pathinterior.cpp', 75 '../gm/pathinterior.cpp',
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 '../gm/xfermodes.cpp', 115 '../gm/xfermodes.cpp',
115 '../gm/xfermodes2.cpp', 116 '../gm/xfermodes2.cpp',
116 ], 117 ],
117 } 118 }
118 119
119 # Local Variables: 120 # Local Variables:
120 # tab-width:2 121 # tab-width:2
121 # indent-tabs-mode:nil 122 # indent-tabs-mode:nil
122 # End: 123 # End:
123 # vim: set expandtab tabstop=2 shiftwidth=2: 124 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « gm/megalooper.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698