| 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/arithmode.cpp', | 6 '../gm/arithmode.cpp', |
| 7 '../gm/bicubicfilter.cpp', | 7 '../gm/bicubicfilter.cpp', |
| 8 '../gm/bigmatrix.cpp', | 8 '../gm/bigmatrix.cpp', |
| 9 '../gm/bitmapcopy.cpp', | 9 '../gm/bitmapcopy.cpp', |
| 10 '../gm/bitmapmatrix.cpp', | 10 '../gm/bitmapmatrix.cpp', |
| (...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 58 '../gm/morphology.cpp', | 58 '../gm/morphology.cpp', |
| 59 '../gm/ninepatchstretch.cpp', | 59 '../gm/ninepatchstretch.cpp', |
| 60 '../gm/nocolorbleed.cpp', | 60 '../gm/nocolorbleed.cpp', |
| 61 '../gm/patheffects.cpp', | 61 '../gm/patheffects.cpp', |
| 62 '../gm/pathfill.cpp', | 62 '../gm/pathfill.cpp', |
| 63 '../gm/pathinterior.cpp', | 63 '../gm/pathinterior.cpp', |
| 64 '../gm/pathreverse.cpp', | 64 '../gm/pathreverse.cpp', |
| 65 '../gm/points.cpp', | 65 '../gm/points.cpp', |
| 66 '../gm/poly2poly.cpp', | 66 '../gm/poly2poly.cpp', |
| 67 '../gm/quadpaths.cpp', | 67 '../gm/quadpaths.cpp', |
| 68 '../gm/rects.cpp', |
| 68 '../gm/rrect.cpp', | 69 '../gm/rrect.cpp', |
| 69 '../gm/rrects.cpp', | 70 '../gm/rrects.cpp', |
| 70 '../gm/samplerstress.cpp', | 71 '../gm/samplerstress.cpp', |
| 71 '../gm/shaderbounds.cpp', | 72 '../gm/shaderbounds.cpp', |
| 72 '../gm/selftest.cpp', | 73 '../gm/selftest.cpp', |
| 73 '../gm/shadertext.cpp', | 74 '../gm/shadertext.cpp', |
| 74 '../gm/shadertext2.cpp', | 75 '../gm/shadertext2.cpp', |
| 75 '../gm/shadertext3.cpp', | 76 '../gm/shadertext3.cpp', |
| 76 '../gm/shadows.cpp', | 77 '../gm/shadows.cpp', |
| 77 '../gm/shallowgradient.cpp', | 78 '../gm/shallowgradient.cpp', |
| (...skipping 17 matching lines...) Expand all Loading... |
| 95 '../gm/verylargebitmap.cpp', | 96 '../gm/verylargebitmap.cpp', |
| 96 '../gm/xfermodes.cpp', | 97 '../gm/xfermodes.cpp', |
| 97 ], | 98 ], |
| 98 } | 99 } |
| 99 | 100 |
| 100 # Local Variables: | 101 # Local Variables: |
| 101 # tab-width:2 | 102 # tab-width:2 |
| 102 # indent-tabs-mode:nil | 103 # indent-tabs-mode:nil |
| 103 # End: | 104 # End: |
| 104 # vim: set expandtab tabstop=2 shiftwidth=2: | 105 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |