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 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
71 '../gm/imagefilterscropped.cpp', | 71 '../gm/imagefilterscropped.cpp', |
72 '../gm/imagefiltersgraph.cpp', | 72 '../gm/imagefiltersgraph.cpp', |
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/ninepatchstretch.cpp', | 82 '../gm/ninepatchstretch.cpp', |
82 '../gm/nocolorbleed.cpp', | 83 '../gm/nocolorbleed.cpp', |
83 '../gm/optimizations.cpp', | 84 '../gm/optimizations.cpp', |
84 '../gm/ovals.cpp', | 85 '../gm/ovals.cpp', |
85 '../gm/patheffects.cpp', | 86 '../gm/patheffects.cpp', |
86 '../gm/pathfill.cpp', | 87 '../gm/pathfill.cpp', |
87 '../gm/pathinterior.cpp', | 88 '../gm/pathinterior.cpp', |
88 '../gm/pathopsinverse.cpp', | 89 '../gm/pathopsinverse.cpp', |
89 '../gm/pathopsskpclip.cpp', | 90 '../gm/pathopsskpclip.cpp', |
90 '../gm/pathreverse.cpp', | 91 '../gm/pathreverse.cpp', |
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
130 '../gm/xfermodes2.cpp', | 131 '../gm/xfermodes2.cpp', |
131 '../gm/xfermodes3.cpp', | 132 '../gm/xfermodes3.cpp', |
132 ], | 133 ], |
133 } | 134 } |
134 | 135 |
135 # Local Variables: | 136 # Local Variables: |
136 # tab-width:2 | 137 # tab-width:2 |
137 # indent-tabs-mode:nil | 138 # indent-tabs-mode:nil |
138 # End: | 139 # End: |
139 # vim: set expandtab tabstop=2 shiftwidth=2: | 140 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |