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