| 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', |
| 11 '../gm/bigtext.cpp', | 11 '../gm/bigtext.cpp', |
| 12 '../gm/bitmapcopy.cpp', | 12 '../gm/bitmapcopy.cpp', |
| 13 '../gm/bitmapmatrix.cpp', | 13 '../gm/bitmapmatrix.cpp', |
| 14 '../gm/bitmapfilters.cpp', | 14 '../gm/bitmapfilters.cpp', |
| 15 '../gm/bitmaprect.cpp', | 15 '../gm/bitmaprect.cpp', |
| 16 '../gm/bitmaprecttest.cpp', | 16 '../gm/bitmaprecttest.cpp', |
| 17 '../gm/bitmapscroll.cpp', | 17 '../gm/bitmapscroll.cpp', |
| 18 '../gm/bleed.cpp', | 18 '../gm/bleed.cpp', |
| 19 '../gm/blurs.cpp', | 19 '../gm/blurs.cpp', |
| 20 '../gm/blurquickreject.cpp', | 20 '../gm/blurquickreject.cpp', |
| 21 '../gm/blurrect.cpp', | 21 '../gm/blurrect.cpp', |
| 22 '../gm/canvasstate.cpp', |
| 22 '../gm/circles.cpp', | 23 '../gm/circles.cpp', |
| 23 '../gm/circularclips.cpp', | 24 '../gm/circularclips.cpp', |
| 24 '../gm/colorfilterimagefilter.cpp', | 25 '../gm/colorfilterimagefilter.cpp', |
| 25 '../gm/colormatrix.cpp', | 26 '../gm/colormatrix.cpp', |
| 26 '../gm/colortype.cpp', | 27 '../gm/colortype.cpp', |
| 27 '../gm/complexclip.cpp', | 28 '../gm/complexclip.cpp', |
| 28 '../gm/complexclip2.cpp', | 29 '../gm/complexclip2.cpp', |
| 29 '../gm/composeshader.cpp', | 30 '../gm/composeshader.cpp', |
| 30 #'../gm/conicpaths.cpp', | 31 #'../gm/conicpaths.cpp', |
| 31 '../gm/convexpaths.cpp', | 32 '../gm/convexpaths.cpp', |
| (...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 129 '../gm/xfermodes2.cpp', | 130 '../gm/xfermodes2.cpp', |
| 130 '../gm/xfermodes3.cpp', | 131 '../gm/xfermodes3.cpp', |
| 131 ], | 132 ], |
| 132 } | 133 } |
| 133 | 134 |
| 134 # Local Variables: | 135 # Local Variables: |
| 135 # tab-width:2 | 136 # tab-width:2 |
| 136 # indent-tabs-mode:nil | 137 # indent-tabs-mode:nil |
| 137 # End: | 138 # End: |
| 138 # vim: set expandtab tabstop=2 shiftwidth=2: | 139 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |