| 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/canvasstate.cpp', |
| 23 '../gm/circles.cpp', | 23 '../gm/circles.cpp', |
| 24 '../gm/circularclips.cpp', | 24 '../gm/circularclips.cpp', |
| 25 '../gm/clippedbitmapshaders.cpp', |
| 25 '../gm/colorfilterimagefilter.cpp', | 26 '../gm/colorfilterimagefilter.cpp', |
| 26 '../gm/colormatrix.cpp', | 27 '../gm/colormatrix.cpp', |
| 27 '../gm/colortype.cpp', | 28 '../gm/colortype.cpp', |
| 28 '../gm/complexclip.cpp', | 29 '../gm/complexclip.cpp', |
| 29 '../gm/complexclip2.cpp', | 30 '../gm/complexclip2.cpp', |
| 30 '../gm/composeshader.cpp', | 31 '../gm/composeshader.cpp', |
| 31 #'../gm/conicpaths.cpp', | 32 #'../gm/conicpaths.cpp', |
| 32 '../gm/convexpaths.cpp', | 33 '../gm/convexpaths.cpp', |
| 33 '../gm/copyTo4444.cpp', | 34 '../gm/copyTo4444.cpp', |
| 34 '../gm/cubicpaths.cpp', | 35 '../gm/cubicpaths.cpp', |
| (...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 130 '../gm/xfermodes2.cpp', | 131 '../gm/xfermodes2.cpp', |
| 131 '../gm/xfermodes3.cpp', | 132 '../gm/xfermodes3.cpp', |
| 132 ], | 133 ], |
| 133 } | 134 } |
| 134 | 135 |
| 135 # Local Variables: | 136 # Local Variables: |
| 136 # tab-width:2 | 137 # tab-width:2 |
| 137 # indent-tabs-mode:nil | 138 # indent-tabs-mode:nil |
| 138 # End: | 139 # End: |
| 139 # vim: set expandtab tabstop=2 shiftwidth=2: | 140 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |