| 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/bigtext.cpp', |
| (...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 81 '../gm/pathreverse.cpp', | 81 '../gm/pathreverse.cpp', |
| 82 '../gm/perlinnoise.cpp', | 82 '../gm/perlinnoise.cpp', |
| 83 '../gm/points.cpp', | 83 '../gm/points.cpp', |
| 84 '../gm/poly2poly.cpp', | 84 '../gm/poly2poly.cpp', |
| 85 '../gm/quadpaths.cpp', | 85 '../gm/quadpaths.cpp', |
| 86 '../gm/rects.cpp', | 86 '../gm/rects.cpp', |
| 87 '../gm/rrect.cpp', | 87 '../gm/rrect.cpp', |
| 88 '../gm/rrects.cpp', | 88 '../gm/rrects.cpp', |
| 89 '../gm/roundrects.cpp', | 89 '../gm/roundrects.cpp', |
| 90 '../gm/samplerstress.cpp', | 90 '../gm/samplerstress.cpp', |
| 91 # '../gm/scalebitmap.cpp', |
| 91 '../gm/shaderbounds.cpp', | 92 '../gm/shaderbounds.cpp', |
| 92 '../gm/selftest.cpp', | 93 '../gm/selftest.cpp', |
| 93 '../gm/shadertext.cpp', | 94 '../gm/shadertext.cpp', |
| 94 '../gm/shadertext2.cpp', | 95 '../gm/shadertext2.cpp', |
| 95 '../gm/shadertext3.cpp', | 96 '../gm/shadertext3.cpp', |
| 96 '../gm/shadows.cpp', | 97 '../gm/shadows.cpp', |
| 97 '../gm/shallowgradient.cpp', | 98 '../gm/shallowgradient.cpp', |
| 98 '../gm/simpleaaclip.cpp', | 99 '../gm/simpleaaclip.cpp', |
| 99 '../gm/spritebitmap.cpp', | 100 '../gm/spritebitmap.cpp', |
| 100 '../gm/srcmode.cpp', | 101 '../gm/srcmode.cpp', |
| (...skipping 18 matching lines...) Expand all 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 |