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/arcofzorro.cpp', | 7 '../gm/arcofzorro.cpp', |
8 '../gm/arithmode.cpp', | 8 '../gm/arithmode.cpp', |
9 '../gm/bicubicfilter.cpp', | 9 '../gm/bicubicfilter.cpp', |
10 '../gm/bigmatrix.cpp', | 10 '../gm/bigmatrix.cpp', |
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
120 '../gm/tilemodes.cpp', | 120 '../gm/tilemodes.cpp', |
121 '../gm/tinybitmap.cpp', | 121 '../gm/tinybitmap.cpp', |
122 '../gm/twopointradial.cpp', | 122 '../gm/twopointradial.cpp', |
123 '../gm/typeface.cpp', | 123 '../gm/typeface.cpp', |
124 '../gm/verttext.cpp', | 124 '../gm/verttext.cpp', |
125 '../gm/verttext2.cpp', | 125 '../gm/verttext2.cpp', |
126 '../gm/verylargebitmap.cpp', | 126 '../gm/verylargebitmap.cpp', |
127 '../gm/xfermodeimagefilter.cpp', | 127 '../gm/xfermodeimagefilter.cpp', |
128 '../gm/xfermodes.cpp', | 128 '../gm/xfermodes.cpp', |
129 '../gm/xfermodes2.cpp', | 129 '../gm/xfermodes2.cpp', |
| 130 '../gm/xfermodes3.cpp', |
130 ], | 131 ], |
131 } | 132 } |
132 | 133 |
133 # Local Variables: | 134 # Local Variables: |
134 # tab-width:2 | 135 # tab-width:2 |
135 # indent-tabs-mode:nil | 136 # indent-tabs-mode:nil |
136 # End: | 137 # End: |
137 # vim: set expandtab tabstop=2 shiftwidth=2: | 138 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |