| 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 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 98 '../gm/offsetimagefilter.cpp', | 98 '../gm/offsetimagefilter.cpp', |
| 99 '../gm/optimizations.cpp', | 99 '../gm/optimizations.cpp', |
| 100 '../gm/ovals.cpp', | 100 '../gm/ovals.cpp', |
| 101 '../gm/patheffects.cpp', | 101 '../gm/patheffects.cpp', |
| 102 '../gm/pathfill.cpp', | 102 '../gm/pathfill.cpp', |
| 103 '../gm/pathinterior.cpp', | 103 '../gm/pathinterior.cpp', |
| 104 '../gm/pathopsinverse.cpp', | 104 '../gm/pathopsinverse.cpp', |
| 105 '../gm/pathopsskpclip.cpp', | 105 '../gm/pathopsskpclip.cpp', |
| 106 '../gm/pathreverse.cpp', | 106 '../gm/pathreverse.cpp', |
| 107 '../gm/perlinnoise.cpp', | 107 '../gm/perlinnoise.cpp', |
| 108 '../gm/picturesource.cpp', |
| 108 '../gm/points.cpp', | 109 '../gm/points.cpp', |
| 109 '../gm/poly2poly.cpp', | 110 '../gm/poly2poly.cpp', |
| 110 '../gm/polygons.cpp', | 111 '../gm/polygons.cpp', |
| 111 '../gm/quadpaths.cpp', | 112 '../gm/quadpaths.cpp', |
| 112 '../gm/rects.cpp', | 113 '../gm/rects.cpp', |
| 113 '../gm/rrect.cpp', | 114 '../gm/rrect.cpp', |
| 114 '../gm/rrects.cpp', | 115 '../gm/rrects.cpp', |
| 115 '../gm/roundrects.cpp', | 116 '../gm/roundrects.cpp', |
| 116 '../gm/samplerstress.cpp', | 117 '../gm/samplerstress.cpp', |
| 117 # '../gm/scalebitmap.cpp', | 118 # '../gm/scalebitmap.cpp', |
| (...skipping 27 matching lines...) Expand all Loading... |
| 145 '../gm/typeface.cpp', | 146 '../gm/typeface.cpp', |
| 146 '../gm/verttext.cpp', | 147 '../gm/verttext.cpp', |
| 147 '../gm/verttext2.cpp', | 148 '../gm/verttext2.cpp', |
| 148 '../gm/verylargebitmap.cpp', | 149 '../gm/verylargebitmap.cpp', |
| 149 '../gm/xfermodeimagefilter.cpp', | 150 '../gm/xfermodeimagefilter.cpp', |
| 150 '../gm/xfermodes.cpp', | 151 '../gm/xfermodes.cpp', |
| 151 '../gm/xfermodes2.cpp', | 152 '../gm/xfermodes2.cpp', |
| 152 '../gm/xfermodes3.cpp', | 153 '../gm/xfermodes3.cpp', |
| 153 ], | 154 ], |
| 154 } | 155 } |
| OLD | NEW |