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