| 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/arithmode.cpp', | 8 '../gm/arithmode.cpp', |
| 8 '../gm/bicubicfilter.cpp', | 9 '../gm/bicubicfilter.cpp', |
| 9 '../gm/bigmatrix.cpp', | 10 '../gm/bigmatrix.cpp', |
| 10 '../gm/bigtext.cpp', | 11 '../gm/bigtext.cpp', |
| 11 '../gm/bitmapcopy.cpp', | 12 '../gm/bitmapcopy.cpp', |
| 12 '../gm/bitmapmatrix.cpp', | 13 '../gm/bitmapmatrix.cpp', |
| 13 '../gm/bitmapfilters.cpp', | 14 '../gm/bitmapfilters.cpp', |
| 14 '../gm/bitmaprect.cpp', | 15 '../gm/bitmaprect.cpp', |
| 15 '../gm/bitmaprecttest.cpp', | 16 '../gm/bitmaprecttest.cpp', |
| 16 '../gm/bitmapscroll.cpp', | 17 '../gm/bitmapscroll.cpp', |
| (...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 119 '../gm/xfermodes.cpp', | 120 '../gm/xfermodes.cpp', |
| 120 '../gm/xfermodes2.cpp', | 121 '../gm/xfermodes2.cpp', |
| 121 ], | 122 ], |
| 122 } | 123 } |
| 123 | 124 |
| 124 # Local Variables: | 125 # Local Variables: |
| 125 # tab-width:2 | 126 # tab-width:2 |
| 126 # indent-tabs-mode:nil | 127 # indent-tabs-mode:nil |
| 127 # End: | 128 # End: |
| 128 # vim: set expandtab tabstop=2 shiftwidth=2: | 129 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |