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/bigmatrix.cpp', | 12 '../gm/bigmatrix.cpp', |
13 '../gm/bigtext.cpp', | 13 '../gm/bigtext.cpp', |
14 '../gm/bitmapalphathreshold.cpp', | 14 '../gm/bitmapalphathreshold.cpp', |
15 '../gm/bitmapcopy.cpp', | 15 '../gm/bitmapcopy.cpp', |
16 '../gm/bitmapmatrix.cpp', | 16 '../gm/bitmapmatrix.cpp', |
17 '../gm/bitmapfilters.cpp', | 17 '../gm/bitmapfilters.cpp', |
| 18 '../gm/bitmappremul.cpp', |
18 '../gm/bitmaprect.cpp', | 19 '../gm/bitmaprect.cpp', |
19 '../gm/bitmaprecttest.cpp', | 20 '../gm/bitmaprecttest.cpp', |
20 '../gm/bitmapscroll.cpp', | 21 '../gm/bitmapscroll.cpp', |
21 '../gm/bleed.cpp', | 22 '../gm/bleed.cpp', |
22 '../gm/blurs.cpp', | 23 '../gm/blurs.cpp', |
23 '../gm/blurquickreject.cpp', | 24 '../gm/blurquickreject.cpp', |
24 '../gm/blurrect.cpp', | 25 '../gm/blurrect.cpp', |
25 '../gm/canvasstate.cpp', | 26 '../gm/canvasstate.cpp', |
26 '../gm/circles.cpp', | 27 '../gm/circles.cpp', |
27 '../gm/circularclips.cpp', | 28 '../gm/circularclips.cpp', |
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
143 '../gm/xfermodes2.cpp', | 144 '../gm/xfermodes2.cpp', |
144 '../gm/xfermodes3.cpp', | 145 '../gm/xfermodes3.cpp', |
145 ], | 146 ], |
146 } | 147 } |
147 | 148 |
148 # Local Variables: | 149 # Local Variables: |
149 # tab-width:2 | 150 # tab-width:2 |
150 # indent-tabs-mode:nil | 151 # indent-tabs-mode:nil |
151 # End: | 152 # End: |
152 # vim: set expandtab tabstop=2 shiftwidth=2: | 153 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |