| 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/androidfallback.cpp', | 7 '../gm/androidfallback.cpp', |
| 8 '../gm/arcofzorro.cpp', | 8 '../gm/arcofzorro.cpp', |
| 9 '../gm/arithmode.cpp', | 9 '../gm/arithmode.cpp', |
| 10 '../gm/beziereffects.cpp', | 10 '../gm/beziereffects.cpp', |
| (...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 108 '../gm/samplerstress.cpp', | 108 '../gm/samplerstress.cpp', |
| 109 # '../gm/scalebitmap.cpp', | 109 # '../gm/scalebitmap.cpp', |
| 110 '../gm/shaderbounds.cpp', | 110 '../gm/shaderbounds.cpp', |
| 111 '../gm/selftest.cpp', | 111 '../gm/selftest.cpp', |
| 112 '../gm/shadertext.cpp', | 112 '../gm/shadertext.cpp', |
| 113 '../gm/shadertext2.cpp', | 113 '../gm/shadertext2.cpp', |
| 114 '../gm/shadertext3.cpp', | 114 '../gm/shadertext3.cpp', |
| 115 '../gm/shadows.cpp', | 115 '../gm/shadows.cpp', |
| 116 '../gm/shallowgradient.cpp', | 116 '../gm/shallowgradient.cpp', |
| 117 '../gm/simpleaaclip.cpp', | 117 '../gm/simpleaaclip.cpp', |
| 118 '../gm/skbug1719.cpp', |
| 118 '../gm/stringart.cpp', | 119 '../gm/stringart.cpp', |
| 119 '../gm/spritebitmap.cpp', | 120 '../gm/spritebitmap.cpp', |
| 120 '../gm/srcmode.cpp', | 121 '../gm/srcmode.cpp', |
| 121 '../gm/strokefill.cpp', | 122 '../gm/strokefill.cpp', |
| 122 '../gm/strokerect.cpp', | 123 '../gm/strokerect.cpp', |
| 123 '../gm/strokerects.cpp', | 124 '../gm/strokerects.cpp', |
| 124 '../gm/strokes.cpp', | 125 '../gm/strokes.cpp', |
| 125 '../gm/tablecolorfilter.cpp', | 126 '../gm/tablecolorfilter.cpp', |
| 126 '../gm/texteffects.cpp', | 127 '../gm/texteffects.cpp', |
| 127 '../gm/testimagefilters.cpp', | 128 '../gm/testimagefilters.cpp', |
| (...skipping 14 matching lines...) Expand all Loading... |
| 142 '../gm/xfermodes2.cpp', | 143 '../gm/xfermodes2.cpp', |
| 143 '../gm/xfermodes3.cpp', | 144 '../gm/xfermodes3.cpp', |
| 144 ], | 145 ], |
| 145 } | 146 } |
| 146 | 147 |
| 147 # Local Variables: | 148 # Local Variables: |
| 148 # tab-width:2 | 149 # tab-width:2 |
| 149 # indent-tabs-mode:nil | 150 # indent-tabs-mode:nil |
| 150 # End: | 151 # End: |
| 151 # vim: set expandtab tabstop=2 shiftwidth=2: | 152 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |