| 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/arithmode.cpp', | 7 '../gm/arithmode.cpp', |
| 8 '../gm/bicubicfilter.cpp', | 8 '../gm/bicubicfilter.cpp', |
| 9 '../gm/bigmatrix.cpp', | 9 '../gm/bigmatrix.cpp', |
| 10 '../gm/bitmapcopy.cpp', | 10 '../gm/bitmapcopy.cpp', |
| (...skipping 29 matching lines...) Expand all Loading... |
| 40 '../gm/factory.cpp', | 40 '../gm/factory.cpp', |
| 41 '../gm/filltypes.cpp', | 41 '../gm/filltypes.cpp', |
| 42 '../gm/filltypespersp.cpp', | 42 '../gm/filltypespersp.cpp', |
| 43 '../gm/filterbitmap.cpp', | 43 '../gm/filterbitmap.cpp', |
| 44 '../gm/fontmgr.cpp', | 44 '../gm/fontmgr.cpp', |
| 45 '../gm/fontscaler.cpp', | 45 '../gm/fontscaler.cpp', |
| 46 '../gm/gammatext.cpp', | 46 '../gm/gammatext.cpp', |
| 47 '../gm/getpostextpath.cpp', | 47 '../gm/getpostextpath.cpp', |
| 48 '../gm/giantbitmap.cpp', | 48 '../gm/giantbitmap.cpp', |
| 49 '../gm/gradients.cpp', | 49 '../gm/gradients.cpp', |
| 50 '../gm/gradient_matrix.cpp', |
| 50 '../gm/gradtext.cpp', | 51 '../gm/gradtext.cpp', |
| 51 '../gm/hairlines.cpp', | 52 '../gm/hairlines.cpp', |
| 52 '../gm/hairmodes.cpp', | 53 '../gm/hairmodes.cpp', |
| 53 '../gm/hittestpath.cpp', | 54 '../gm/hittestpath.cpp', |
| 54 '../gm/imageblur.cpp', | 55 '../gm/imageblur.cpp', |
| 55 '../gm/imagemagnifier.cpp', | 56 '../gm/imagemagnifier.cpp', |
| 56 '../gm/lerpmode.cpp', | 57 '../gm/lerpmode.cpp', |
| 57 '../gm/lighting.cpp', | 58 '../gm/lighting.cpp', |
| 58 '../gm/image.cpp', | 59 '../gm/image.cpp', |
| 59 '../gm/imagefiltersbase.cpp', | 60 '../gm/imagefiltersbase.cpp', |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 115 '../gm/xfermodes.cpp', | 116 '../gm/xfermodes.cpp', |
| 116 '../gm/xfermodes2.cpp', | 117 '../gm/xfermodes2.cpp', |
| 117 ], | 118 ], |
| 118 } | 119 } |
| 119 | 120 |
| 120 # Local Variables: | 121 # Local Variables: |
| 121 # tab-width:2 | 122 # tab-width:2 |
| 122 # indent-tabs-mode:nil | 123 # indent-tabs-mode:nil |
| 123 # End: | 124 # End: |
| 124 # vim: set expandtab tabstop=2 shiftwidth=2: | 125 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |