| 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/bicubicfilter.cpp', | 9 '../gm/bicubicfilter.cpp', |
| 10 '../gm/bigmatrix.cpp', | 10 '../gm/bigmatrix.cpp', |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 48 '../gm/factory.cpp', | 48 '../gm/factory.cpp', |
| 49 '../gm/filltypes.cpp', | 49 '../gm/filltypes.cpp', |
| 50 '../gm/filltypespersp.cpp', | 50 '../gm/filltypespersp.cpp', |
| 51 '../gm/filterbitmap.cpp', | 51 '../gm/filterbitmap.cpp', |
| 52 '../gm/fontmgr.cpp', | 52 '../gm/fontmgr.cpp', |
| 53 '../gm/fontscaler.cpp', | 53 '../gm/fontscaler.cpp', |
| 54 '../gm/gammatext.cpp', | 54 '../gm/gammatext.cpp', |
| 55 '../gm/getpostextpath.cpp', | 55 '../gm/getpostextpath.cpp', |
| 56 '../gm/giantbitmap.cpp', | 56 '../gm/giantbitmap.cpp', |
| 57 '../gm/gradients.cpp', | 57 '../gm/gradients.cpp', |
| 58 '../gm/gradients_gpu.cpp', |
| 58 '../gm/gradientDirtyLaundry.cpp', | 59 '../gm/gradientDirtyLaundry.cpp', |
| 59 '../gm/gradient_matrix.cpp', | 60 '../gm/gradient_matrix.cpp', |
| 60 '../gm/gradtext.cpp', | 61 '../gm/gradtext.cpp', |
| 61 '../gm/hairlines.cpp', | 62 '../gm/hairlines.cpp', |
| 62 '../gm/hairmodes.cpp', | 63 '../gm/hairmodes.cpp', |
| 63 '../gm/hittestpath.cpp', | 64 '../gm/hittestpath.cpp', |
| 64 '../gm/imageblur.cpp', | 65 '../gm/imageblur.cpp', |
| 65 '../gm/imagemagnifier.cpp', | 66 '../gm/imagemagnifier.cpp', |
| 66 '../gm/inversepaths.cpp', | 67 '../gm/inversepaths.cpp', |
| 67 '../gm/lerpmode.cpp', | 68 '../gm/lerpmode.cpp', |
| (...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 130 '../gm/xfermodes2.cpp', | 131 '../gm/xfermodes2.cpp', |
| 131 '../gm/xfermodes3.cpp', | 132 '../gm/xfermodes3.cpp', |
| 132 ], | 133 ], |
| 133 } | 134 } |
| 134 | 135 |
| 135 # Local Variables: | 136 # Local Variables: |
| 136 # tab-width:2 | 137 # tab-width:2 |
| 137 # indent-tabs-mode:nil | 138 # indent-tabs-mode:nil |
| 138 # End: | 139 # End: |
| 139 # vim: set expandtab tabstop=2 shiftwidth=2: | 140 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |