| 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/beziereffects.cpp', | 9 '../gm/beziereffects.cpp', |
| 10 '../gm/bicubicfilter.cpp', | 10 '../gm/bicubicfilter.cpp', |
| 11 '../gm/bigmatrix.cpp', | 11 '../gm/bigmatrix.cpp', |
| 12 '../gm/bigtext.cpp', | 12 '../gm/bigtext.cpp', |
| 13 '../gm/bitmapalphathreshold.cpp', | 13 '../gm/bitmapalphathreshold.cpp', |
| 14 '../gm/bitmapcopy.cpp', | 14 '../gm/bitmapcopy.cpp', |
| 15 '../gm/bitmapmatrix.cpp', | 15 '../gm/bitmapmatrix.cpp', |
| 16 '../gm/bitmapfilters.cpp', | 16 '../gm/bitmapfilters.cpp', |
| 17 '../gm/bitmaprect.cpp', | 17 '../gm/bitmaprect.cpp', |
| 18 '../gm/bitmaprecttest.cpp', | 18 '../gm/bitmaprecttest.cpp', |
| 19 '../gm/bitmapscroll.cpp', | 19 '../gm/bitmapscroll.cpp', |
| 20 '../gm/bleed.cpp', | 20 '../gm/bleed.cpp', |
| 21 '../gm/blurs.cpp', | 21 '../gm/blurs.cpp', |
| 22 '../gm/blurquickreject.cpp', | 22 '../gm/blurquickreject.cpp', |
| 23 '../gm/blurrect.cpp', | 23 '../gm/blurrect.cpp', |
| 24 '../gm/canvasstate.cpp', | 24 '../gm/canvasstate.cpp', |
| 25 '../gm/circles.cpp', | 25 '../gm/circles.cpp', |
| 26 '../gm/circularclips.cpp', | 26 '../gm/circularclips.cpp', |
| 27 '../gm/clippedbitmapshaders.cpp', | 27 '../gm/clippedbitmapshaders.cpp', |
| 28 '../gm/coloremoji.cpp', |
| 28 '../gm/colorfilterimagefilter.cpp', | 29 '../gm/colorfilterimagefilter.cpp', |
| 29 '../gm/colormatrix.cpp', | 30 '../gm/colormatrix.cpp', |
| 30 '../gm/colortype.cpp', | 31 '../gm/colortype.cpp', |
| 31 '../gm/complexclip.cpp', | 32 '../gm/complexclip.cpp', |
| 32 '../gm/complexclip2.cpp', | 33 '../gm/complexclip2.cpp', |
| 33 '../gm/composeshader.cpp', | 34 '../gm/composeshader.cpp', |
| 34 #'../gm/conicpaths.cpp', | 35 #'../gm/conicpaths.cpp', |
| 35 '../gm/convexpaths.cpp', | 36 '../gm/convexpaths.cpp', |
| 36 '../gm/copyTo4444.cpp', | 37 '../gm/copyTo4444.cpp', |
| 37 '../gm/cubicpaths.cpp', | 38 '../gm/cubicpaths.cpp', |
| (...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 136 '../gm/xfermodes2.cpp', | 137 '../gm/xfermodes2.cpp', |
| 137 '../gm/xfermodes3.cpp', | 138 '../gm/xfermodes3.cpp', |
| 138 ], | 139 ], |
| 139 } | 140 } |
| 140 | 141 |
| 141 # Local Variables: | 142 # Local Variables: |
| 142 # tab-width:2 | 143 # tab-width:2 |
| 143 # indent-tabs-mode:nil | 144 # indent-tabs-mode:nil |
| 144 # End: | 145 # End: |
| 145 # vim: set expandtab tabstop=2 shiftwidth=2: | 146 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |