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/arcofzorro.cpp', | 8 '../gm/arcofzorro.cpp', |
8 '../gm/arithmode.cpp', | 9 '../gm/arithmode.cpp', |
9 '../gm/beziereffects.cpp', | 10 '../gm/beziereffects.cpp', |
10 '../gm/bicubicfilter.cpp', | 11 '../gm/bicubicfilter.cpp', |
11 '../gm/bigmatrix.cpp', | 12 '../gm/bigmatrix.cpp', |
12 '../gm/bigtext.cpp', | 13 '../gm/bigtext.cpp', |
13 '../gm/bitmapalphathreshold.cpp', | 14 '../gm/bitmapalphathreshold.cpp', |
14 '../gm/bitmapcopy.cpp', | 15 '../gm/bitmapcopy.cpp', |
15 '../gm/bitmapmatrix.cpp', | 16 '../gm/bitmapmatrix.cpp', |
16 '../gm/bitmapfilters.cpp', | 17 '../gm/bitmapfilters.cpp', |
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
140 '../gm/xfermodes2.cpp', | 141 '../gm/xfermodes2.cpp', |
141 '../gm/xfermodes3.cpp', | 142 '../gm/xfermodes3.cpp', |
142 ], | 143 ], |
143 } | 144 } |
144 | 145 |
145 # Local Variables: | 146 # Local Variables: |
146 # tab-width:2 | 147 # tab-width:2 |
147 # indent-tabs-mode:nil | 148 # indent-tabs-mode:nil |
148 # End: | 149 # End: |
149 # vim: set expandtab tabstop=2 shiftwidth=2: | 150 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |