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 21 matching lines...) Expand all Loading... |
32 '../gm/clippedbitmapshaders.cpp', | 32 '../gm/clippedbitmapshaders.cpp', |
33 '../gm/coloremoji.cpp', | 33 '../gm/coloremoji.cpp', |
34 '../gm/colorfilterimagefilter.cpp', | 34 '../gm/colorfilterimagefilter.cpp', |
35 '../gm/colormatrix.cpp', | 35 '../gm/colormatrix.cpp', |
36 '../gm/colortype.cpp', | 36 '../gm/colortype.cpp', |
37 '../gm/complexclip.cpp', | 37 '../gm/complexclip.cpp', |
38 '../gm/complexclip2.cpp', | 38 '../gm/complexclip2.cpp', |
39 '../gm/composeshader.cpp', | 39 '../gm/composeshader.cpp', |
40 #'../gm/conicpaths.cpp', | 40 #'../gm/conicpaths.cpp', |
41 '../gm/convexpaths.cpp', | 41 '../gm/convexpaths.cpp', |
| 42 '../gm/convexpolyclip.cpp', |
42 '../gm/convexpolyeffect.cpp', | 43 '../gm/convexpolyeffect.cpp', |
43 '../gm/copyTo4444.cpp', | 44 '../gm/copyTo4444.cpp', |
44 '../gm/cubicpaths.cpp', | 45 '../gm/cubicpaths.cpp', |
45 '../gm/cmykjpeg.cpp', | 46 '../gm/cmykjpeg.cpp', |
46 '../gm/degeneratesegments.cpp', | 47 '../gm/degeneratesegments.cpp', |
47 '../gm/dashcubics.cpp', | 48 '../gm/dashcubics.cpp', |
48 '../gm/dashing.cpp', | 49 '../gm/dashing.cpp', |
49 '../gm/deviceproperties.cpp', | 50 '../gm/deviceproperties.cpp', |
50 '../gm/distantclip.cpp', | 51 '../gm/distantclip.cpp', |
51 '../gm/displacement.cpp', | 52 '../gm/displacement.cpp', |
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
150 '../gm/vertices.cpp', | 151 '../gm/vertices.cpp', |
151 '../gm/verttext.cpp', | 152 '../gm/verttext.cpp', |
152 '../gm/verttext2.cpp', | 153 '../gm/verttext2.cpp', |
153 '../gm/verylargebitmap.cpp', | 154 '../gm/verylargebitmap.cpp', |
154 '../gm/xfermodeimagefilter.cpp', | 155 '../gm/xfermodeimagefilter.cpp', |
155 '../gm/xfermodes.cpp', | 156 '../gm/xfermodes.cpp', |
156 '../gm/xfermodes2.cpp', | 157 '../gm/xfermodes2.cpp', |
157 '../gm/xfermodes3.cpp', | 158 '../gm/xfermodes3.cpp', |
158 ], | 159 ], |
159 } | 160 } |
OLD | NEW |