| 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', |
| 11 '../gm/bitmapcopy.cpp', | 11 '../gm/bitmapcopy.cpp', |
| 12 '../gm/bitmapmatrix.cpp', | 12 '../gm/bitmapmatrix.cpp', |
| 13 '../gm/bitmapfilters.cpp', | 13 '../gm/bitmapfilters.cpp', |
| 14 '../gm/bitmaprect.cpp', | 14 '../gm/bitmaprect.cpp', |
| 15 '../gm/bitmaprecttest.cpp', | 15 '../gm/bitmaprecttest.cpp', |
| 16 '../gm/bitmapscroll.cpp', | 16 '../gm/bitmapscroll.cpp', |
| 17 '../gm/blend.cpp', | 17 '../gm/blend.cpp', |
| 18 '../gm/blurs.cpp', | 18 '../gm/blurs.cpp', |
| 19 '../gm/blurrect.cpp', | 19 '../gm/blurrect.cpp', |
| 20 '../gm/circles.cpp', | 20 '../gm/circles.cpp', |
| 21 '../gm/colorfilterimagefilter.cpp', | 21 '../gm/colorfilterimagefilter.cpp', |
| 22 '../gm/colormatrix.cpp', | 22 '../gm/colormatrix.cpp', |
| 23 '../gm/colortype.cpp', | 23 '../gm/colortype.cpp', |
| 24 '../gm/complexclip.cpp', | 24 '../gm/complexclip.cpp', |
| 25 '../gm/complexclip2.cpp', | 25 '../gm/complexclip2.cpp', |
| 26 '../gm/composeshader.cpp', | 26 '../gm/composeshader.cpp', |
| 27 '../gm/conicpaths.cpp', | 27 #'../gm/conicpaths.cpp', |
| 28 '../gm/convexpaths.cpp', | 28 '../gm/convexpaths.cpp', |
| 29 '../gm/cubicpaths.cpp', | 29 '../gm/cubicpaths.cpp', |
| 30 '../gm/cmykjpeg.cpp', | 30 '../gm/cmykjpeg.cpp', |
| 31 '../gm/degeneratesegments.cpp', | 31 '../gm/degeneratesegments.cpp', |
| 32 '../gm/dashcubics.cpp', | 32 '../gm/dashcubics.cpp', |
| 33 '../gm/dashing.cpp', | 33 '../gm/dashing.cpp', |
| 34 '../gm/deviceproperties.cpp', | 34 '../gm/deviceproperties.cpp', |
| 35 '../gm/distantclip.cpp', | 35 '../gm/distantclip.cpp', |
| 36 '../gm/displacement.cpp', | 36 '../gm/displacement.cpp', |
| 37 '../gm/drawbitmaprect.cpp', | 37 '../gm/drawbitmaprect.cpp', |
| (...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 118 '../gm/xfermodes.cpp', | 118 '../gm/xfermodes.cpp', |
| 119 '../gm/xfermodes2.cpp', | 119 '../gm/xfermodes2.cpp', |
| 120 ], | 120 ], |
| 121 } | 121 } |
| 122 | 122 |
| 123 # Local Variables: | 123 # Local Variables: |
| 124 # tab-width:2 | 124 # tab-width:2 |
| 125 # indent-tabs-mode:nil | 125 # indent-tabs-mode:nil |
| 126 # End: | 126 # End: |
| 127 # vim: set expandtab tabstop=2 shiftwidth=2: | 127 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |