| 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 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 84 '../gm/internal_links.cpp', | 84 '../gm/internal_links.cpp', |
| 85 '../gm/lcdtext.cpp', | 85 '../gm/lcdtext.cpp', |
| 86 '../gm/linepaths.cpp', | 86 '../gm/linepaths.cpp', |
| 87 '../gm/matrixconvolution.cpp', | 87 '../gm/matrixconvolution.cpp', |
| 88 '../gm/megalooper.cpp', | 88 '../gm/megalooper.cpp', |
| 89 '../gm/mixedxfermodes.cpp', | 89 '../gm/mixedxfermodes.cpp', |
| 90 '../gm/modecolorfilters.cpp', | 90 '../gm/modecolorfilters.cpp', |
| 91 '../gm/morphology.cpp', | 91 '../gm/morphology.cpp', |
| 92 '../gm/nested.cpp', | 92 '../gm/nested.cpp', |
| 93 '../gm/ninepatchstretch.cpp', | 93 '../gm/ninepatchstretch.cpp', |
| 94 '../gm/nonclosedpaths.cpp', |
| 94 '../gm/offsetimagefilter.cpp', | 95 '../gm/offsetimagefilter.cpp', |
| 95 '../gm/optimizations.cpp', | 96 '../gm/optimizations.cpp', |
| 96 '../gm/ovals.cpp', | 97 '../gm/ovals.cpp', |
| 97 '../gm/patheffects.cpp', | 98 '../gm/patheffects.cpp', |
| 98 '../gm/pathfill.cpp', | 99 '../gm/pathfill.cpp', |
| 99 '../gm/pathinterior.cpp', | 100 '../gm/pathinterior.cpp', |
| 100 '../gm/pathopsinverse.cpp', | 101 '../gm/pathopsinverse.cpp', |
| 101 '../gm/pathopsskpclip.cpp', | 102 '../gm/pathopsskpclip.cpp', |
| 102 '../gm/pathreverse.cpp', | 103 '../gm/pathreverse.cpp', |
| 103 '../gm/perlinnoise.cpp', | 104 '../gm/perlinnoise.cpp', |
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 146 '../gm/xfermodes2.cpp', | 147 '../gm/xfermodes2.cpp', |
| 147 '../gm/xfermodes3.cpp', | 148 '../gm/xfermodes3.cpp', |
| 148 ], | 149 ], |
| 149 } | 150 } |
| 150 | 151 |
| 151 # Local Variables: | 152 # Local Variables: |
| 152 # tab-width:2 | 153 # tab-width:2 |
| 153 # indent-tabs-mode:nil | 154 # indent-tabs-mode:nil |
| 154 # End: | 155 # End: |
| 155 # vim: set expandtab tabstop=2 shiftwidth=2: | 156 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |