| 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 17 matching lines...) Expand all Loading... |
| 28 #'../gm/conicpaths.cpp', | 28 #'../gm/conicpaths.cpp', |
| 29 '../gm/convexpaths.cpp', | 29 '../gm/convexpaths.cpp', |
| 30 '../gm/cubicpaths.cpp', | 30 '../gm/cubicpaths.cpp', |
| 31 '../gm/cmykjpeg.cpp', | 31 '../gm/cmykjpeg.cpp', |
| 32 '../gm/degeneratesegments.cpp', | 32 '../gm/degeneratesegments.cpp', |
| 33 '../gm/dashcubics.cpp', | 33 '../gm/dashcubics.cpp', |
| 34 '../gm/dashing.cpp', | 34 '../gm/dashing.cpp', |
| 35 '../gm/deviceproperties.cpp', | 35 '../gm/deviceproperties.cpp', |
| 36 '../gm/distantclip.cpp', | 36 '../gm/distantclip.cpp', |
| 37 '../gm/displacement.cpp', | 37 '../gm/displacement.cpp', |
| 38 '../gm/downsamplebitmap.cpp', |
| 38 '../gm/drawbitmaprect.cpp', | 39 '../gm/drawbitmaprect.cpp', |
| 39 '../gm/drawlooper.cpp', | 40 '../gm/drawlooper.cpp', |
| 40 '../gm/extractbitmap.cpp', | 41 '../gm/extractbitmap.cpp', |
| 41 '../gm/emptypath.cpp', | 42 '../gm/emptypath.cpp', |
| 42 '../gm/fatpathfill.cpp', | 43 '../gm/fatpathfill.cpp', |
| 43 '../gm/factory.cpp', | 44 '../gm/factory.cpp', |
| 44 '../gm/filltypes.cpp', | 45 '../gm/filltypes.cpp', |
| 45 '../gm/filltypespersp.cpp', | 46 '../gm/filltypespersp.cpp', |
| 46 '../gm/filterbitmap.cpp', | 47 '../gm/filterbitmap.cpp', |
| 47 '../gm/fontmgr.cpp', | 48 '../gm/fontmgr.cpp', |
| (...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 122 '../gm/xfermodes.cpp', | 123 '../gm/xfermodes.cpp', |
| 123 '../gm/xfermodes2.cpp', | 124 '../gm/xfermodes2.cpp', |
| 124 ], | 125 ], |
| 125 } | 126 } |
| 126 | 127 |
| 127 # Local Variables: | 128 # Local Variables: |
| 128 # tab-width:2 | 129 # tab-width:2 |
| 129 # indent-tabs-mode:nil | 130 # indent-tabs-mode:nil |
| 130 # End: | 131 # End: |
| 131 # vim: set expandtab tabstop=2 shiftwidth=2: | 132 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |