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 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
97 '../gm/ovals.cpp', | 97 '../gm/ovals.cpp', |
98 '../gm/patheffects.cpp', | 98 '../gm/patheffects.cpp', |
99 '../gm/pathfill.cpp', | 99 '../gm/pathfill.cpp', |
100 '../gm/pathinterior.cpp', | 100 '../gm/pathinterior.cpp', |
101 '../gm/pathopsinverse.cpp', | 101 '../gm/pathopsinverse.cpp', |
102 '../gm/pathopsskpclip.cpp', | 102 '../gm/pathopsskpclip.cpp', |
103 '../gm/pathreverse.cpp', | 103 '../gm/pathreverse.cpp', |
104 '../gm/perlinnoise.cpp', | 104 '../gm/perlinnoise.cpp', |
105 '../gm/points.cpp', | 105 '../gm/points.cpp', |
106 '../gm/poly2poly.cpp', | 106 '../gm/poly2poly.cpp', |
| 107 '../gm/polygons.cpp', |
107 '../gm/quadpaths.cpp', | 108 '../gm/quadpaths.cpp', |
108 '../gm/rects.cpp', | 109 '../gm/rects.cpp', |
109 '../gm/rrect.cpp', | 110 '../gm/rrect.cpp', |
110 '../gm/rrects.cpp', | 111 '../gm/rrects.cpp', |
111 '../gm/roundrects.cpp', | 112 '../gm/roundrects.cpp', |
112 '../gm/samplerstress.cpp', | 113 '../gm/samplerstress.cpp', |
113 # '../gm/scalebitmap.cpp', | 114 # '../gm/scalebitmap.cpp', |
114 '../gm/shaderbounds.cpp', | 115 '../gm/shaderbounds.cpp', |
115 '../gm/selftest.cpp', | 116 '../gm/selftest.cpp', |
116 '../gm/shadertext.cpp', | 117 '../gm/shadertext.cpp', |
(...skipping 30 matching lines...) Expand all Loading... |
147 '../gm/xfermodes2.cpp', | 148 '../gm/xfermodes2.cpp', |
148 '../gm/xfermodes3.cpp', | 149 '../gm/xfermodes3.cpp', |
149 ], | 150 ], |
150 } | 151 } |
151 | 152 |
152 # Local Variables: | 153 # Local Variables: |
153 # tab-width:2 | 154 # tab-width:2 |
154 # indent-tabs-mode:nil | 155 # indent-tabs-mode:nil |
155 # End: | 156 # End: |
156 # vim: set expandtab tabstop=2 shiftwidth=2: | 157 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |