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/arithmode.cpp', | 7 '../gm/arithmode.cpp', |
8 '../gm/bicubicfilter.cpp', | 8 '../gm/bicubicfilter.cpp', |
9 '../gm/bigmatrix.cpp', | 9 '../gm/bigmatrix.cpp', |
10 '../gm/bitmapcopy.cpp', | 10 '../gm/bitmapcopy.cpp', |
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
103 '../gm/testimagefilters.cpp', | 103 '../gm/testimagefilters.cpp', |
104 '../gm/texdata.cpp', | 104 '../gm/texdata.cpp', |
105 '../gm/thinrects.cpp', | 105 '../gm/thinrects.cpp', |
106 '../gm/tilemodes.cpp', | 106 '../gm/tilemodes.cpp', |
107 '../gm/tinybitmap.cpp', | 107 '../gm/tinybitmap.cpp', |
108 '../gm/twopointradial.cpp', | 108 '../gm/twopointradial.cpp', |
109 '../gm/typeface.cpp', | 109 '../gm/typeface.cpp', |
110 '../gm/verttext.cpp', | 110 '../gm/verttext.cpp', |
111 '../gm/verttext2.cpp', | 111 '../gm/verttext2.cpp', |
112 '../gm/verylargebitmap.cpp', | 112 '../gm/verylargebitmap.cpp', |
| 113 '../gm/xfermodeimagefilter.cpp', |
113 '../gm/xfermodes.cpp', | 114 '../gm/xfermodes.cpp', |
114 '../gm/xfermodes2.cpp', | 115 '../gm/xfermodes2.cpp', |
115 ], | 116 ], |
116 } | 117 } |
117 | 118 |
118 # Local Variables: | 119 # Local Variables: |
119 # tab-width:2 | 120 # tab-width:2 |
120 # indent-tabs-mode:nil | 121 # indent-tabs-mode:nil |
121 # End: | 122 # End: |
122 # vim: set expandtab tabstop=2 shiftwidth=2: | 123 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |