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 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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/pictureimagefilter.cpp', | 108 '../gm/pictureimagefilter.cpp', |
109 '../gm/points.cpp', | 109 '../gm/points.cpp', |
110 '../gm/poly2poly.cpp', | 110 '../gm/poly2poly.cpp', |
111 '../gm/polygons.cpp', | 111 '../gm/polygons.cpp', |
112 '../gm/quadpaths.cpp', | 112 '../gm/quadpaths.cpp', |
113 '../gm/rects.cpp', | 113 '../gm/rects.cpp', |
| 114 '../gm/resizeimagefilter.cpp', |
114 '../gm/rrect.cpp', | 115 '../gm/rrect.cpp', |
115 '../gm/rrects.cpp', | 116 '../gm/rrects.cpp', |
116 '../gm/roundrects.cpp', | 117 '../gm/roundrects.cpp', |
117 '../gm/samplerstress.cpp', | 118 '../gm/samplerstress.cpp', |
118 # '../gm/scalebitmap.cpp', | 119 # '../gm/scalebitmap.cpp', |
119 '../gm/shaderbounds.cpp', | 120 '../gm/shaderbounds.cpp', |
120 '../gm/selftest.cpp', | 121 '../gm/selftest.cpp', |
121 '../gm/shadertext.cpp', | 122 '../gm/shadertext.cpp', |
122 '../gm/shadertext2.cpp', | 123 '../gm/shadertext2.cpp', |
123 '../gm/shadertext3.cpp', | 124 '../gm/shadertext3.cpp', |
(...skipping 23 matching lines...) Expand all Loading... |
147 '../gm/vertices.cpp', | 148 '../gm/vertices.cpp', |
148 '../gm/verttext.cpp', | 149 '../gm/verttext.cpp', |
149 '../gm/verttext2.cpp', | 150 '../gm/verttext2.cpp', |
150 '../gm/verylargebitmap.cpp', | 151 '../gm/verylargebitmap.cpp', |
151 '../gm/xfermodeimagefilter.cpp', | 152 '../gm/xfermodeimagefilter.cpp', |
152 '../gm/xfermodes.cpp', | 153 '../gm/xfermodes.cpp', |
153 '../gm/xfermodes2.cpp', | 154 '../gm/xfermodes2.cpp', |
154 '../gm/xfermodes3.cpp', | 155 '../gm/xfermodes3.cpp', |
155 ], | 156 ], |
156 } | 157 } |
OLD | NEW |