| 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', |
| 11 '../gm/bicubicfilter.cpp', | 11 '../gm/bicubicfilter.cpp', |
| 12 '../gm/bigblurs.cpp', | 12 '../gm/bigblurs.cpp', |
| 13 '../gm/bigmatrix.cpp', | 13 '../gm/bigmatrix.cpp', |
| 14 '../gm/bigtext.cpp', | 14 '../gm/bigtext.cpp', |
| 15 '../gm/bitmapalphathreshold.cpp', | |
| 16 '../gm/bitmapcopy.cpp', | 15 '../gm/bitmapcopy.cpp', |
| 17 '../gm/bitmapmatrix.cpp', | 16 '../gm/bitmapmatrix.cpp', |
| 18 '../gm/bitmapfilters.cpp', | 17 '../gm/bitmapfilters.cpp', |
| 19 '../gm/bitmappremul.cpp', | 18 '../gm/bitmappremul.cpp', |
| 20 '../gm/bitmaprect.cpp', | 19 '../gm/bitmaprect.cpp', |
| 21 '../gm/bitmaprecttest.cpp', | 20 '../gm/bitmaprecttest.cpp', |
| 22 '../gm/bitmapscroll.cpp', | 21 '../gm/bitmapscroll.cpp', |
| 23 '../gm/bitmapshader.cpp', | 22 '../gm/bitmapshader.cpp', |
| 24 '../gm/bitmapsource.cpp', | 23 '../gm/bitmapsource.cpp', |
| 25 '../gm/bleed.cpp', | 24 '../gm/bleed.cpp', |
| (...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 146 '../gm/typeface.cpp', | 145 '../gm/typeface.cpp', |
| 147 '../gm/verttext.cpp', | 146 '../gm/verttext.cpp', |
| 148 '../gm/verttext2.cpp', | 147 '../gm/verttext2.cpp', |
| 149 '../gm/verylargebitmap.cpp', | 148 '../gm/verylargebitmap.cpp', |
| 150 '../gm/xfermodeimagefilter.cpp', | 149 '../gm/xfermodeimagefilter.cpp', |
| 151 '../gm/xfermodes.cpp', | 150 '../gm/xfermodes.cpp', |
| 152 '../gm/xfermodes2.cpp', | 151 '../gm/xfermodes2.cpp', |
| 153 '../gm/xfermodes3.cpp', | 152 '../gm/xfermodes3.cpp', |
| 154 ], | 153 ], |
| 155 } | 154 } |
| OLD | NEW |