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/alphagradients.cpp', | 6 '../gm/alphagradients.cpp', |
7 '../gm/arcofzorro.cpp', | 7 '../gm/arcofzorro.cpp', |
8 '../gm/arithmode.cpp', | 8 '../gm/arithmode.cpp', |
9 '../gm/beziereffects.cpp', | 9 '../gm/beziereffects.cpp', |
10 '../gm/bicubicfilter.cpp', | 10 '../gm/bicubicfilter.cpp', |
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
64 '../gm/gradient_matrix.cpp', | 64 '../gm/gradient_matrix.cpp', |
65 '../gm/gradtext.cpp', | 65 '../gm/gradtext.cpp', |
66 '../gm/hairlines.cpp', | 66 '../gm/hairlines.cpp', |
67 '../gm/hairmodes.cpp', | 67 '../gm/hairmodes.cpp', |
68 '../gm/hittestpath.cpp', | 68 '../gm/hittestpath.cpp', |
69 '../gm/imageblur.cpp', | 69 '../gm/imageblur.cpp', |
70 '../gm/imagemagnifier.cpp', | 70 '../gm/imagemagnifier.cpp', |
71 '../gm/inversepaths.cpp', | 71 '../gm/inversepaths.cpp', |
72 '../gm/lerpmode.cpp', | 72 '../gm/lerpmode.cpp', |
73 '../gm/lighting.cpp', | 73 '../gm/lighting.cpp', |
| 74 '../gm/lumafilter.cpp', |
74 '../gm/lumamode.cpp', | 75 '../gm/lumamode.cpp', |
75 '../gm/image.cpp', | 76 '../gm/image.cpp', |
76 '../gm/imagefiltersbase.cpp', | 77 '../gm/imagefiltersbase.cpp', |
77 '../gm/imagefilterscropped.cpp', | 78 '../gm/imagefilterscropped.cpp', |
78 '../gm/imagefiltersgraph.cpp', | 79 '../gm/imagefiltersgraph.cpp', |
79 '../gm/internal_links.cpp', | 80 '../gm/internal_links.cpp', |
80 '../gm/lcdtext.cpp', | 81 '../gm/lcdtext.cpp', |
81 '../gm/linepaths.cpp', | 82 '../gm/linepaths.cpp', |
82 '../gm/matrixconvolution.cpp', | 83 '../gm/matrixconvolution.cpp', |
83 '../gm/megalooper.cpp', | 84 '../gm/megalooper.cpp', |
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
140 '../gm/xfermodes2.cpp', | 141 '../gm/xfermodes2.cpp', |
141 '../gm/xfermodes3.cpp', | 142 '../gm/xfermodes3.cpp', |
142 ], | 143 ], |
143 } | 144 } |
144 | 145 |
145 # Local Variables: | 146 # Local Variables: |
146 # tab-width:2 | 147 # tab-width:2 |
147 # indent-tabs-mode:nil | 148 # indent-tabs-mode:nil |
148 # End: | 149 # End: |
149 # vim: set expandtab tabstop=2 shiftwidth=2: | 150 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |