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

Side by Side Diff: gyp/gmslides.gypi

Issue 13365005: Add GM mixed_xfermodes. This is a work in progress and will be used to test fixes for GPU Xfermodes… (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: comments and disable pipe 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/mixedxfermodes.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 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 '../gm/imageblur.cpp', 48 '../gm/imageblur.cpp',
49 '../gm/imagemagnifier.cpp', 49 '../gm/imagemagnifier.cpp',
50 '../gm/lighting.cpp', 50 '../gm/lighting.cpp',
51 '../gm/image.cpp', 51 '../gm/image.cpp',
52 '../gm/imagefiltersbase.cpp', 52 '../gm/imagefiltersbase.cpp',
53 '../gm/imagefiltersgraph.cpp', 53 '../gm/imagefiltersgraph.cpp',
54 '../gm/internal_links.cpp', 54 '../gm/internal_links.cpp',
55 '../gm/lcdtext.cpp', 55 '../gm/lcdtext.cpp',
56 '../gm/linepaths.cpp', 56 '../gm/linepaths.cpp',
57 '../gm/matrixconvolution.cpp', 57 '../gm/matrixconvolution.cpp',
58 '../gm/mixedxfermodes.cpp',
58 '../gm/modecolorfilters.cpp', 59 '../gm/modecolorfilters.cpp',
59 '../gm/morphology.cpp', 60 '../gm/morphology.cpp',
60 '../gm/ninepatchstretch.cpp', 61 '../gm/ninepatchstretch.cpp',
61 '../gm/nocolorbleed.cpp', 62 '../gm/nocolorbleed.cpp',
62 '../gm/patheffects.cpp', 63 '../gm/patheffects.cpp',
63 '../gm/pathfill.cpp', 64 '../gm/pathfill.cpp',
64 '../gm/pathinterior.cpp', 65 '../gm/pathinterior.cpp',
65 '../gm/pathreverse.cpp', 66 '../gm/pathreverse.cpp',
66 '../gm/points.cpp', 67 '../gm/points.cpp',
67 '../gm/poly2poly.cpp', 68 '../gm/poly2poly.cpp',
(...skipping 29 matching lines...) Expand all
97 '../gm/verylargebitmap.cpp', 98 '../gm/verylargebitmap.cpp',
98 '../gm/xfermodes.cpp', 99 '../gm/xfermodes.cpp',
99 ], 100 ],
100 } 101 }
101 102
102 # Local Variables: 103 # Local Variables:
103 # tab-width:2 104 # tab-width:2
104 # indent-tabs-mode:nil 105 # indent-tabs-mode:nil
105 # End: 106 # End:
106 # vim: set expandtab tabstop=2 shiftwidth=2: 107 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « gm/mixedxfermodes.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698