| 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/androidfallback.cpp', | 7 '../gm/androidfallback.cpp', |
| 8 '../gm/arcofzorro.cpp', | 8 '../gm/arcofzorro.cpp', |
| 9 '../gm/arithmode.cpp', | 9 '../gm/arithmode.cpp', |
| 10 '../gm/beziereffects.cpp', | 10 '../gm/beziereffects.cpp', |
| (...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 77 '../gm/imageblur.cpp', | 77 '../gm/imageblur.cpp', |
| 78 '../gm/imagemagnifier.cpp', | 78 '../gm/imagemagnifier.cpp', |
| 79 '../gm/inversepaths.cpp', | 79 '../gm/inversepaths.cpp', |
| 80 '../gm/lerpmode.cpp', | 80 '../gm/lerpmode.cpp', |
| 81 '../gm/lighting.cpp', | 81 '../gm/lighting.cpp', |
| 82 '../gm/lumafilter.cpp', | 82 '../gm/lumafilter.cpp', |
| 83 '../gm/image.cpp', | 83 '../gm/image.cpp', |
| 84 '../gm/imagefiltersbase.cpp', | 84 '../gm/imagefiltersbase.cpp', |
| 85 '../gm/imagefilterscropped.cpp', | 85 '../gm/imagefilterscropped.cpp', |
| 86 '../gm/imagefiltersgraph.cpp', | 86 '../gm/imagefiltersgraph.cpp', |
| 87 '../gm/imagefiltersscaled.cpp', |
| 87 '../gm/internal_links.cpp', | 88 '../gm/internal_links.cpp', |
| 88 '../gm/lcdtext.cpp', | 89 '../gm/lcdtext.cpp', |
| 89 '../gm/linepaths.cpp', | 90 '../gm/linepaths.cpp', |
| 90 '../gm/matrixconvolution.cpp', | 91 '../gm/matrixconvolution.cpp', |
| 91 '../gm/megalooper.cpp', | 92 '../gm/megalooper.cpp', |
| 92 '../gm/mixedxfermodes.cpp', | 93 '../gm/mixedxfermodes.cpp', |
| 93 '../gm/modecolorfilters.cpp', | 94 '../gm/modecolorfilters.cpp', |
| 94 '../gm/morphology.cpp', | 95 '../gm/morphology.cpp', |
| 95 '../gm/nested.cpp', | 96 '../gm/nested.cpp', |
| 96 '../gm/ninepatchstretch.cpp', | 97 '../gm/ninepatchstretch.cpp', |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 148 '../gm/vertices.cpp', | 149 '../gm/vertices.cpp', |
| 149 '../gm/verttext.cpp', | 150 '../gm/verttext.cpp', |
| 150 '../gm/verttext2.cpp', | 151 '../gm/verttext2.cpp', |
| 151 '../gm/verylargebitmap.cpp', | 152 '../gm/verylargebitmap.cpp', |
| 152 '../gm/xfermodeimagefilter.cpp', | 153 '../gm/xfermodeimagefilter.cpp', |
| 153 '../gm/xfermodes.cpp', | 154 '../gm/xfermodes.cpp', |
| 154 '../gm/xfermodes2.cpp', | 155 '../gm/xfermodes2.cpp', |
| 155 '../gm/xfermodes3.cpp', | 156 '../gm/xfermodes3.cpp', |
| 156 ], | 157 ], |
| 157 } | 158 } |
| OLD | NEW |