| 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/androidfallback.cpp', |
| 8 '../gm/arcofzorro.cpp', | 8 '../gm/arcofzorro.cpp', |
| 9 '../gm/arithmode.cpp', | 9 '../gm/arithmode.cpp', |
| 10 '../gm/beziereffects.cpp', | 10 '../gm/beziereffects.cpp', |
| (...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 143 '../gm/typeface.cpp', | 143 '../gm/typeface.cpp', |
| 144 '../gm/verttext.cpp', | 144 '../gm/verttext.cpp', |
| 145 '../gm/verttext2.cpp', | 145 '../gm/verttext2.cpp', |
| 146 '../gm/verylargebitmap.cpp', | 146 '../gm/verylargebitmap.cpp', |
| 147 '../gm/xfermodeimagefilter.cpp', | 147 '../gm/xfermodeimagefilter.cpp', |
| 148 '../gm/xfermodes.cpp', | 148 '../gm/xfermodes.cpp', |
| 149 '../gm/xfermodes2.cpp', | 149 '../gm/xfermodes2.cpp', |
| 150 '../gm/xfermodes3.cpp', | 150 '../gm/xfermodes3.cpp', |
| 151 ], | 151 ], |
| 152 } | 152 } |
| 153 | |
| 154 # Local Variables: | |
| 155 # tab-width:2 | |
| 156 # indent-tabs-mode:nil | |
| 157 # End: | |
| 158 # vim: set expandtab tabstop=2 shiftwidth=2: | |
| OLD | NEW |