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/arithmode.cpp', | 6 '../gm/arithmode.cpp', |
7 '../gm/bicubicfilter.cpp', | 7 '../gm/bicubicfilter.cpp', |
8 '../gm/bigmatrix.cpp', | 8 '../gm/bigmatrix.cpp', |
9 '../gm/bitmapcopy.cpp', | 9 '../gm/bitmapcopy.cpp', |
10 '../gm/bitmapmatrix.cpp', | 10 '../gm/bitmapmatrix.cpp', |
11 '../gm/bitmapfilters.cpp', | 11 '../gm/bitmapfilters.cpp', |
12 '../gm/bitmaprect.cpp', | 12 '../gm/bitmaprect.cpp', |
| 13 '../gm/bitmaprecttest.cpp', |
13 '../gm/bitmapscroll.cpp', | 14 '../gm/bitmapscroll.cpp', |
14 '../gm/blend.cpp', | 15 '../gm/blend.cpp', |
15 '../gm/blurs.cpp', | 16 '../gm/blurs.cpp', |
16 '../gm/blurrect.cpp', | 17 '../gm/blurrect.cpp', |
17 '../gm/circles.cpp', | 18 '../gm/circles.cpp', |
18 '../gm/colorfilterimagefilter.cpp', | 19 '../gm/colorfilterimagefilter.cpp', |
19 '../gm/colormatrix.cpp', | 20 '../gm/colormatrix.cpp', |
20 '../gm/complexclip.cpp', | 21 '../gm/complexclip.cpp', |
21 '../gm/complexclip2.cpp', | 22 '../gm/complexclip2.cpp', |
22 '../gm/composeshader.cpp', | 23 '../gm/composeshader.cpp', |
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
100 '../gm/verylargebitmap.cpp', | 101 '../gm/verylargebitmap.cpp', |
101 '../gm/xfermodes.cpp', | 102 '../gm/xfermodes.cpp', |
102 ], | 103 ], |
103 } | 104 } |
104 | 105 |
105 # Local Variables: | 106 # Local Variables: |
106 # tab-width:2 | 107 # tab-width:2 |
107 # indent-tabs-mode:nil | 108 # indent-tabs-mode:nil |
108 # End: | 109 # End: |
109 # vim: set expandtab tabstop=2 shiftwidth=2: | 110 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |