| 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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 63 '../gm/gammatext.cpp', | 63 '../gm/gammatext.cpp', |
| 64 '../gm/getpostextpath.cpp', | 64 '../gm/getpostextpath.cpp', |
| 65 '../gm/giantbitmap.cpp', | 65 '../gm/giantbitmap.cpp', |
| 66 '../gm/gradients.cpp', | 66 '../gm/gradients.cpp', |
| 67 '../gm/gradients_no_texture.cpp', | 67 '../gm/gradients_no_texture.cpp', |
| 68 '../gm/gradientDirtyLaundry.cpp', | 68 '../gm/gradientDirtyLaundry.cpp', |
| 69 '../gm/gradient_matrix.cpp', | 69 '../gm/gradient_matrix.cpp', |
| 70 '../gm/gradtext.cpp', | 70 '../gm/gradtext.cpp', |
| 71 '../gm/hairlines.cpp', | 71 '../gm/hairlines.cpp', |
| 72 '../gm/hairmodes.cpp', | 72 '../gm/hairmodes.cpp', |
| 73 '../gm/hittestpath.cpp', | |
| 74 '../gm/imageblur.cpp', | 73 '../gm/imageblur.cpp', |
| 75 '../gm/imagemagnifier.cpp', | 74 '../gm/imagemagnifier.cpp', |
| 76 '../gm/inversepaths.cpp', | 75 '../gm/inversepaths.cpp', |
| 77 '../gm/lerpmode.cpp', | 76 '../gm/lerpmode.cpp', |
| 78 '../gm/lighting.cpp', | 77 '../gm/lighting.cpp', |
| 79 '../gm/lumafilter.cpp', | 78 '../gm/lumafilter.cpp', |
| 80 '../gm/image.cpp', | 79 '../gm/image.cpp', |
| 81 '../gm/imagefiltersbase.cpp', | 80 '../gm/imagefiltersbase.cpp', |
| 82 '../gm/imagefilterscropped.cpp', | 81 '../gm/imagefilterscropped.cpp', |
| 83 '../gm/imagefiltersgraph.cpp', | 82 '../gm/imagefiltersgraph.cpp', |
| (...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 147 '../gm/xfermodes2.cpp', | 146 '../gm/xfermodes2.cpp', |
| 148 '../gm/xfermodes3.cpp', | 147 '../gm/xfermodes3.cpp', |
| 149 ], | 148 ], |
| 150 } | 149 } |
| 151 | 150 |
| 152 # Local Variables: | 151 # Local Variables: |
| 153 # tab-width:2 | 152 # tab-width:2 |
| 154 # indent-tabs-mode:nil | 153 # indent-tabs-mode:nil |
| 155 # End: | 154 # End: |
| 156 # vim: set expandtab tabstop=2 shiftwidth=2: | 155 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |