| 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/bicubicfilter.cpp', | 9 '../gm/bicubicfilter.cpp', |
| 10 '../gm/bigmatrix.cpp', | 10 '../gm/bigmatrix.cpp', |
| (...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 83 '../gm/pathreverse.cpp', | 83 '../gm/pathreverse.cpp', |
| 84 '../gm/perlinnoise.cpp', | 84 '../gm/perlinnoise.cpp', |
| 85 '../gm/points.cpp', | 85 '../gm/points.cpp', |
| 86 '../gm/poly2poly.cpp', | 86 '../gm/poly2poly.cpp', |
| 87 '../gm/quadpaths.cpp', | 87 '../gm/quadpaths.cpp', |
| 88 '../gm/rects.cpp', | 88 '../gm/rects.cpp', |
| 89 '../gm/rrect.cpp', | 89 '../gm/rrect.cpp', |
| 90 '../gm/rrects.cpp', | 90 '../gm/rrects.cpp', |
| 91 '../gm/roundrects.cpp', | 91 '../gm/roundrects.cpp', |
| 92 '../gm/samplerstress.cpp', | 92 '../gm/samplerstress.cpp', |
| 93 # '../gm/scalebitmap.cpp', |
| 93 '../gm/shaderbounds.cpp', | 94 '../gm/shaderbounds.cpp', |
| 94 '../gm/selftest.cpp', | 95 '../gm/selftest.cpp', |
| 95 '../gm/shadertext.cpp', | 96 '../gm/shadertext.cpp', |
| 96 '../gm/shadertext2.cpp', | 97 '../gm/shadertext2.cpp', |
| 97 '../gm/shadertext3.cpp', | 98 '../gm/shadertext3.cpp', |
| 98 '../gm/shadows.cpp', | 99 '../gm/shadows.cpp', |
| 99 '../gm/shallowgradient.cpp', | 100 '../gm/shallowgradient.cpp', |
| 100 '../gm/simpleaaclip.cpp', | 101 '../gm/simpleaaclip.cpp', |
| 101 '../gm/spritebitmap.cpp', | 102 '../gm/spritebitmap.cpp', |
| 102 '../gm/srcmode.cpp', | 103 '../gm/srcmode.cpp', |
| (...skipping 18 matching lines...) Expand all Loading... |
| 121 '../gm/xfermodes.cpp', | 122 '../gm/xfermodes.cpp', |
| 122 '../gm/xfermodes2.cpp', | 123 '../gm/xfermodes2.cpp', |
| 123 ], | 124 ], |
| 124 } | 125 } |
| 125 | 126 |
| 126 # Local Variables: | 127 # Local Variables: |
| 127 # tab-width:2 | 128 # tab-width:2 |
| 128 # indent-tabs-mode:nil | 129 # indent-tabs-mode:nil |
| 129 # End: | 130 # End: |
| 130 # vim: set expandtab tabstop=2 shiftwidth=2: | 131 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |