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/arithimagefilter.cpp', |
7 '../gm/arithmode.cpp', | 8 '../gm/arithmode.cpp', |
8 '../gm/bicubicfilter.cpp', | 9 '../gm/bicubicfilter.cpp', |
9 '../gm/bigmatrix.cpp', | 10 '../gm/bigmatrix.cpp', |
10 '../gm/bitmapcopy.cpp', | 11 '../gm/bitmapcopy.cpp', |
11 '../gm/bitmapmatrix.cpp', | 12 '../gm/bitmapmatrix.cpp', |
12 '../gm/bitmapfilters.cpp', | 13 '../gm/bitmapfilters.cpp', |
13 '../gm/bitmaprect.cpp', | 14 '../gm/bitmaprect.cpp', |
14 '../gm/bitmaprecttest.cpp', | 15 '../gm/bitmaprecttest.cpp', |
15 '../gm/bitmapscroll.cpp', | 16 '../gm/bitmapscroll.cpp', |
16 '../gm/blend.cpp', | 17 '../gm/blend.cpp', |
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
112 '../gm/xfermodes.cpp', | 113 '../gm/xfermodes.cpp', |
113 '../gm/xfermodes2.cpp', | 114 '../gm/xfermodes2.cpp', |
114 ], | 115 ], |
115 } | 116 } |
116 | 117 |
117 # Local Variables: | 118 # Local Variables: |
118 # tab-width:2 | 119 # tab-width:2 |
119 # indent-tabs-mode:nil | 120 # indent-tabs-mode:nil |
120 # End: | 121 # End: |
121 # vim: set expandtab tabstop=2 shiftwidth=2: | 122 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |