| 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/beziereffects.cpp', | 9 '../gm/beziereffects.cpp', |
| 10 '../gm/bicubicfilter.cpp', | 10 '../gm/bicubicfilter.cpp', |
| (...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 115 '../gm/strokerect.cpp', | 115 '../gm/strokerect.cpp', |
| 116 '../gm/strokerects.cpp', | 116 '../gm/strokerects.cpp', |
| 117 '../gm/strokes.cpp', | 117 '../gm/strokes.cpp', |
| 118 '../gm/tablecolorfilter.cpp', | 118 '../gm/tablecolorfilter.cpp', |
| 119 '../gm/texteffects.cpp', | 119 '../gm/texteffects.cpp', |
| 120 '../gm/testimagefilters.cpp', | 120 '../gm/testimagefilters.cpp', |
| 121 '../gm/texdata.cpp', | 121 '../gm/texdata.cpp', |
| 122 '../gm/thinrects.cpp', | 122 '../gm/thinrects.cpp', |
| 123 '../gm/thinstrokedrects.cpp', | 123 '../gm/thinstrokedrects.cpp', |
| 124 '../gm/tilemodes.cpp', | 124 '../gm/tilemodes.cpp', |
| 125 '../gm/tilemodes_scaled.cpp', |
| 125 '../gm/tinybitmap.cpp', | 126 '../gm/tinybitmap.cpp', |
| 126 '../gm/twopointradial.cpp', | 127 '../gm/twopointradial.cpp', |
| 127 '../gm/typeface.cpp', | 128 '../gm/typeface.cpp', |
| 128 '../gm/verttext.cpp', | 129 '../gm/verttext.cpp', |
| 129 '../gm/verttext2.cpp', | 130 '../gm/verttext2.cpp', |
| 130 '../gm/verylargebitmap.cpp', | 131 '../gm/verylargebitmap.cpp', |
| 131 '../gm/xfermodeimagefilter.cpp', | 132 '../gm/xfermodeimagefilter.cpp', |
| 132 '../gm/xfermodes.cpp', | 133 '../gm/xfermodes.cpp', |
| 133 '../gm/xfermodes2.cpp', | 134 '../gm/xfermodes2.cpp', |
| 134 '../gm/xfermodes3.cpp', | 135 '../gm/xfermodes3.cpp', |
| 135 ], | 136 ], |
| 136 } | 137 } |
| 137 | 138 |
| 138 # Local Variables: | 139 # Local Variables: |
| 139 # tab-width:2 | 140 # tab-width:2 |
| 140 # indent-tabs-mode:nil | 141 # indent-tabs-mode:nil |
| 141 # End: | 142 # End: |
| 142 # vim: set expandtab tabstop=2 shiftwidth=2: | 143 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |