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 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
73 '../gm/internal_links.cpp', | 73 '../gm/internal_links.cpp', |
74 '../gm/lcdtext.cpp', | 74 '../gm/lcdtext.cpp', |
75 '../gm/linepaths.cpp', | 75 '../gm/linepaths.cpp', |
76 '../gm/matrixconvolution.cpp', | 76 '../gm/matrixconvolution.cpp', |
77 '../gm/megalooper.cpp', | 77 '../gm/megalooper.cpp', |
78 '../gm/mixedxfermodes.cpp', | 78 '../gm/mixedxfermodes.cpp', |
79 '../gm/modecolorfilters.cpp', | 79 '../gm/modecolorfilters.cpp', |
80 '../gm/morphology.cpp', | 80 '../gm/morphology.cpp', |
81 '../gm/nested.cpp', | 81 '../gm/nested.cpp', |
82 '../gm/ninepatchstretch.cpp', | 82 '../gm/ninepatchstretch.cpp', |
83 '../gm/nocolorbleed.cpp', | |
84 '../gm/optimizations.cpp', | 83 '../gm/optimizations.cpp', |
85 '../gm/ovals.cpp', | 84 '../gm/ovals.cpp', |
86 '../gm/patheffects.cpp', | 85 '../gm/patheffects.cpp', |
87 '../gm/pathfill.cpp', | 86 '../gm/pathfill.cpp', |
88 '../gm/pathinterior.cpp', | 87 '../gm/pathinterior.cpp', |
89 '../gm/pathopsinverse.cpp', | 88 '../gm/pathopsinverse.cpp', |
90 '../gm/pathopsskpclip.cpp', | 89 '../gm/pathopsskpclip.cpp', |
91 '../gm/pathreverse.cpp', | 90 '../gm/pathreverse.cpp', |
92 '../gm/perlinnoise.cpp', | 91 '../gm/perlinnoise.cpp', |
93 '../gm/points.cpp', | 92 '../gm/points.cpp', |
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
131 '../gm/xfermodes2.cpp', | 130 '../gm/xfermodes2.cpp', |
132 '../gm/xfermodes3.cpp', | 131 '../gm/xfermodes3.cpp', |
133 ], | 132 ], |
134 } | 133 } |
135 | 134 |
136 # Local Variables: | 135 # Local Variables: |
137 # tab-width:2 | 136 # tab-width:2 |
138 # indent-tabs-mode:nil | 137 # indent-tabs-mode:nil |
139 # End: | 138 # End: |
140 # vim: set expandtab tabstop=2 shiftwidth=2: | 139 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |