| 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 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 136 '../gm/testimagefilters.cpp', | 136 '../gm/testimagefilters.cpp', |
| 137 '../gm/texdata.cpp', | 137 '../gm/texdata.cpp', |
| 138 '../gm/thinrects.cpp', | 138 '../gm/thinrects.cpp', |
| 139 '../gm/thinstrokedrects.cpp', | 139 '../gm/thinstrokedrects.cpp', |
| 140 '../gm/tileimagefilter.cpp', | 140 '../gm/tileimagefilter.cpp', |
| 141 '../gm/tilemodes.cpp', | 141 '../gm/tilemodes.cpp', |
| 142 '../gm/tilemodes_scaled.cpp', | 142 '../gm/tilemodes_scaled.cpp', |
| 143 '../gm/tinybitmap.cpp', | 143 '../gm/tinybitmap.cpp', |
| 144 '../gm/twopointradial.cpp', | 144 '../gm/twopointradial.cpp', |
| 145 '../gm/typeface.cpp', | 145 '../gm/typeface.cpp', |
| 146 # '../gm/vertices.cpp', | 146 '../gm/vertices.cpp', |
| 147 '../gm/verttext.cpp', | 147 '../gm/verttext.cpp', |
| 148 '../gm/verttext2.cpp', | 148 '../gm/verttext2.cpp', |
| 149 '../gm/verylargebitmap.cpp', | 149 '../gm/verylargebitmap.cpp', |
| 150 '../gm/xfermodeimagefilter.cpp', | 150 '../gm/xfermodeimagefilter.cpp', |
| 151 '../gm/xfermodes.cpp', | 151 '../gm/xfermodes.cpp', |
| 152 '../gm/xfermodes2.cpp', | 152 '../gm/xfermodes2.cpp', |
| 153 '../gm/xfermodes3.cpp', | 153 '../gm/xfermodes3.cpp', |
| 154 ], | 154 ], |
| 155 } | 155 } |
| OLD | NEW |