| 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/bitmapcopy.cpp', | 14 '../gm/bitmapcopy.cpp', |
| 14 '../gm/bitmapmatrix.cpp', | 15 '../gm/bitmapmatrix.cpp', |
| 15 '../gm/bitmapfilters.cpp', | 16 '../gm/bitmapfilters.cpp', |
| 16 '../gm/bitmaprect.cpp', | 17 '../gm/bitmaprect.cpp', |
| 17 '../gm/bitmaprecttest.cpp', | 18 '../gm/bitmaprecttest.cpp', |
| 18 '../gm/bitmapscroll.cpp', | 19 '../gm/bitmapscroll.cpp', |
| 19 '../gm/bleed.cpp', | 20 '../gm/bleed.cpp', |
| 20 '../gm/blurs.cpp', | 21 '../gm/blurs.cpp', |
| 21 '../gm/blurquickreject.cpp', | 22 '../gm/blurquickreject.cpp', |
| 22 '../gm/blurrect.cpp', | 23 '../gm/blurrect.cpp', |
| (...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 134 '../gm/xfermodes2.cpp', | 135 '../gm/xfermodes2.cpp', |
| 135 '../gm/xfermodes3.cpp', | 136 '../gm/xfermodes3.cpp', |
| 136 ], | 137 ], |
| 137 } | 138 } |
| 138 | 139 |
| 139 # Local Variables: | 140 # Local Variables: |
| 140 # tab-width:2 | 141 # tab-width:2 |
| 141 # indent-tabs-mode:nil | 142 # indent-tabs-mode:nil |
| 142 # End: | 143 # End: |
| 143 # vim: set expandtab tabstop=2 shiftwidth=2: | 144 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |