| 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/bitmapcopy.cpp', | 11 '../gm/bitmapcopy.cpp', |
| 11 '../gm/bitmapmatrix.cpp', | 12 '../gm/bitmapmatrix.cpp', |
| 12 '../gm/bitmapfilters.cpp', | 13 '../gm/bitmapfilters.cpp', |
| 13 '../gm/bitmaprect.cpp', | 14 '../gm/bitmaprect.cpp', |
| 14 '../gm/bitmaprecttest.cpp', | 15 '../gm/bitmaprecttest.cpp', |
| 15 '../gm/bitmapscroll.cpp', | 16 '../gm/bitmapscroll.cpp', |
| 16 '../gm/blend.cpp', | 17 '../gm/blend.cpp', |
| 17 '../gm/blurs.cpp', | 18 '../gm/blurs.cpp', |
| 18 '../gm/blurrect.cpp', | 19 '../gm/blurrect.cpp', |
| 19 '../gm/circles.cpp', | 20 '../gm/circles.cpp', |
| (...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 115 '../gm/xfermodes.cpp', | 116 '../gm/xfermodes.cpp', |
| 116 '../gm/xfermodes2.cpp', | 117 '../gm/xfermodes2.cpp', |
| 117 ], | 118 ], |
| 118 } | 119 } |
| 119 | 120 |
| 120 # Local Variables: | 121 # Local Variables: |
| 121 # tab-width:2 | 122 # tab-width:2 |
| 122 # indent-tabs-mode:nil | 123 # indent-tabs-mode:nil |
| 123 # End: | 124 # End: |
| 124 # vim: set expandtab tabstop=2 shiftwidth=2: | 125 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |