| 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/beziereffects.cpp', | 9 '../gm/beziereffects.cpp', |
| 10 '../gm/bicubicfilter.cpp', | 10 '../gm/bicubicfilter.cpp', |
| (...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 104 '../gm/samplerstress.cpp', | 104 '../gm/samplerstress.cpp', |
| 105 # '../gm/scalebitmap.cpp', | 105 # '../gm/scalebitmap.cpp', |
| 106 '../gm/shaderbounds.cpp', | 106 '../gm/shaderbounds.cpp', |
| 107 '../gm/selftest.cpp', | 107 '../gm/selftest.cpp', |
| 108 '../gm/shadertext.cpp', | 108 '../gm/shadertext.cpp', |
| 109 '../gm/shadertext2.cpp', | 109 '../gm/shadertext2.cpp', |
| 110 '../gm/shadertext3.cpp', | 110 '../gm/shadertext3.cpp', |
| 111 '../gm/shadows.cpp', | 111 '../gm/shadows.cpp', |
| 112 '../gm/shallowgradient.cpp', | 112 '../gm/shallowgradient.cpp', |
| 113 '../gm/simpleaaclip.cpp', | 113 '../gm/simpleaaclip.cpp', |
| 114 '../gm/stringart.cpp', |
| 114 '../gm/spritebitmap.cpp', | 115 '../gm/spritebitmap.cpp', |
| 115 '../gm/srcmode.cpp', | 116 '../gm/srcmode.cpp', |
| 116 '../gm/strokefill.cpp', | 117 '../gm/strokefill.cpp', |
| 117 '../gm/strokerect.cpp', | 118 '../gm/strokerect.cpp', |
| 118 '../gm/strokerects.cpp', | 119 '../gm/strokerects.cpp', |
| 119 '../gm/strokes.cpp', | 120 '../gm/strokes.cpp', |
| 120 '../gm/tablecolorfilter.cpp', | 121 '../gm/tablecolorfilter.cpp', |
| 121 '../gm/texteffects.cpp', | 122 '../gm/texteffects.cpp', |
| 122 '../gm/testimagefilters.cpp', | 123 '../gm/testimagefilters.cpp', |
| 123 '../gm/texdata.cpp', | 124 '../gm/texdata.cpp', |
| (...skipping 12 matching lines...) Expand all Loading... |
| 136 '../gm/xfermodes2.cpp', | 137 '../gm/xfermodes2.cpp', |
| 137 '../gm/xfermodes3.cpp', | 138 '../gm/xfermodes3.cpp', |
| 138 ], | 139 ], |
| 139 } | 140 } |
| 140 | 141 |
| 141 # Local Variables: | 142 # Local Variables: |
| 142 # tab-width:2 | 143 # tab-width:2 |
| 143 # indent-tabs-mode:nil | 144 # indent-tabs-mode:nil |
| 144 # End: | 145 # End: |
| 145 # vim: set expandtab tabstop=2 shiftwidth=2: | 146 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |