OLD | NEW |
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 Loading... |
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 Loading... |
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: |
OLD | NEW |