| 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/arithmode.cpp', | 6 '../gm/arithmode.cpp', |
| 7 '../gm/bicubicfilter.cpp', | 7 '../gm/bicubicfilter.cpp', |
| 8 '../gm/bigmatrix.cpp', | 8 '../gm/bigmatrix.cpp', |
| 9 '../gm/bitmapcopy.cpp', | 9 '../gm/bitmapcopy.cpp', |
| 10 '../gm/bitmapmatrix.cpp', | 10 '../gm/bitmapmatrix.cpp', |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 43 '../gm/gradients.cpp', | 43 '../gm/gradients.cpp', |
| 44 '../gm/gradtext.cpp', | 44 '../gm/gradtext.cpp', |
| 45 '../gm/hairmodes.cpp', | 45 '../gm/hairmodes.cpp', |
| 46 '../gm/hittestpath.cpp', | 46 '../gm/hittestpath.cpp', |
| 47 '../gm/imageblur.cpp', | 47 '../gm/imageblur.cpp', |
| 48 '../gm/imagemagnifier.cpp', | 48 '../gm/imagemagnifier.cpp', |
| 49 '../gm/lighting.cpp', | 49 '../gm/lighting.cpp', |
| 50 '../gm/image.cpp', | 50 '../gm/image.cpp', |
| 51 '../gm/imagefiltersbase.cpp', | 51 '../gm/imagefiltersbase.cpp', |
| 52 '../gm/imagefiltersgraph.cpp', | 52 '../gm/imagefiltersgraph.cpp', |
| 53 '../gm/internal_links.cpp', |
| 53 '../gm/lcdtext.cpp', | 54 '../gm/lcdtext.cpp', |
| 54 '../gm/linepaths.cpp', | 55 '../gm/linepaths.cpp', |
| 55 '../gm/matrixconvolution.cpp', | 56 '../gm/matrixconvolution.cpp', |
| 56 '../gm/modecolorfilters.cpp', | 57 '../gm/modecolorfilters.cpp', |
| 57 '../gm/morphology.cpp', | 58 '../gm/morphology.cpp', |
| 58 '../gm/ninepatchstretch.cpp', | 59 '../gm/ninepatchstretch.cpp', |
| 59 '../gm/nocolorbleed.cpp', | 60 '../gm/nocolorbleed.cpp', |
| 60 '../gm/patheffects.cpp', | 61 '../gm/patheffects.cpp', |
| 61 '../gm/pathfill.cpp', | 62 '../gm/pathfill.cpp', |
| 62 '../gm/pathinterior.cpp', | 63 '../gm/pathinterior.cpp', |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 94 '../gm/verylargebitmap.cpp', | 95 '../gm/verylargebitmap.cpp', |
| 95 '../gm/xfermodes.cpp', | 96 '../gm/xfermodes.cpp', |
| 96 ], | 97 ], |
| 97 } | 98 } |
| 98 | 99 |
| 99 # Local Variables: | 100 # Local Variables: |
| 100 # tab-width:2 | 101 # tab-width:2 |
| 101 # indent-tabs-mode:nil | 102 # indent-tabs-mode:nil |
| 102 # End: | 103 # End: |
| 103 # vim: set expandtab tabstop=2 shiftwidth=2: | 104 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |