| 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 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 79 '../gm/internal_links.cpp', | 79 '../gm/internal_links.cpp', |
| 80 '../gm/lcdtext.cpp', | 80 '../gm/lcdtext.cpp', |
| 81 '../gm/linepaths.cpp', | 81 '../gm/linepaths.cpp', |
| 82 '../gm/matrixconvolution.cpp', | 82 '../gm/matrixconvolution.cpp', |
| 83 '../gm/megalooper.cpp', | 83 '../gm/megalooper.cpp', |
| 84 '../gm/mixedxfermodes.cpp', | 84 '../gm/mixedxfermodes.cpp', |
| 85 '../gm/modecolorfilters.cpp', | 85 '../gm/modecolorfilters.cpp', |
| 86 '../gm/morphology.cpp', | 86 '../gm/morphology.cpp', |
| 87 '../gm/nested.cpp', | 87 '../gm/nested.cpp', |
| 88 '../gm/ninepatchstretch.cpp', | 88 '../gm/ninepatchstretch.cpp', |
| 89 '../gm/offsetimagefilter.cpp', |
| 89 '../gm/optimizations.cpp', | 90 '../gm/optimizations.cpp', |
| 90 '../gm/ovals.cpp', | 91 '../gm/ovals.cpp', |
| 91 '../gm/patheffects.cpp', | 92 '../gm/patheffects.cpp', |
| 92 '../gm/pathfill.cpp', | 93 '../gm/pathfill.cpp', |
| 93 '../gm/pathinterior.cpp', | 94 '../gm/pathinterior.cpp', |
| 94 '../gm/pathopsinverse.cpp', | 95 '../gm/pathopsinverse.cpp', |
| 95 '../gm/pathopsskpclip.cpp', | 96 '../gm/pathopsskpclip.cpp', |
| 96 '../gm/pathreverse.cpp', | 97 '../gm/pathreverse.cpp', |
| 97 '../gm/perlinnoise.cpp', | 98 '../gm/perlinnoise.cpp', |
| 98 '../gm/points.cpp', | 99 '../gm/points.cpp', |
| (...skipping 19 matching lines...) Expand all Loading... |
| 118 '../gm/strokefill.cpp', | 119 '../gm/strokefill.cpp', |
| 119 '../gm/strokerect.cpp', | 120 '../gm/strokerect.cpp', |
| 120 '../gm/strokerects.cpp', | 121 '../gm/strokerects.cpp', |
| 121 '../gm/strokes.cpp', | 122 '../gm/strokes.cpp', |
| 122 '../gm/tablecolorfilter.cpp', | 123 '../gm/tablecolorfilter.cpp', |
| 123 '../gm/texteffects.cpp', | 124 '../gm/texteffects.cpp', |
| 124 '../gm/testimagefilters.cpp', | 125 '../gm/testimagefilters.cpp', |
| 125 '../gm/texdata.cpp', | 126 '../gm/texdata.cpp', |
| 126 '../gm/thinrects.cpp', | 127 '../gm/thinrects.cpp', |
| 127 '../gm/thinstrokedrects.cpp', | 128 '../gm/thinstrokedrects.cpp', |
| 129 '../gm/tileimagefilter.cpp', |
| 128 '../gm/tilemodes.cpp', | 130 '../gm/tilemodes.cpp', |
| 129 '../gm/tilemodes_scaled.cpp', | 131 '../gm/tilemodes_scaled.cpp', |
| 130 '../gm/tinybitmap.cpp', | 132 '../gm/tinybitmap.cpp', |
| 131 '../gm/twopointradial.cpp', | 133 '../gm/twopointradial.cpp', |
| 132 '../gm/typeface.cpp', | 134 '../gm/typeface.cpp', |
| 133 '../gm/verttext.cpp', | 135 '../gm/verttext.cpp', |
| 134 '../gm/verttext2.cpp', | 136 '../gm/verttext2.cpp', |
| 135 '../gm/verylargebitmap.cpp', | 137 '../gm/verylargebitmap.cpp', |
| 136 '../gm/xfermodeimagefilter.cpp', | 138 '../gm/xfermodeimagefilter.cpp', |
| 137 '../gm/xfermodes.cpp', | 139 '../gm/xfermodes.cpp', |
| 138 '../gm/xfermodes2.cpp', | 140 '../gm/xfermodes2.cpp', |
| 139 '../gm/xfermodes3.cpp', | 141 '../gm/xfermodes3.cpp', |
| 140 ], | 142 ], |
| 141 } | 143 } |
| 142 | 144 |
| 143 # Local Variables: | 145 # Local Variables: |
| 144 # tab-width:2 | 146 # tab-width:2 |
| 145 # indent-tabs-mode:nil | 147 # indent-tabs-mode:nil |
| 146 # End: | 148 # End: |
| 147 # vim: set expandtab tabstop=2 shiftwidth=2: | 149 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |