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/arithmode.cpp', | 7 '../gm/arithmode.cpp', |
8 '../gm/bicubicfilter.cpp', | 8 '../gm/bicubicfilter.cpp', |
9 '../gm/bigmatrix.cpp', | 9 '../gm/bigmatrix.cpp', |
10 '../gm/bitmapcopy.cpp', | 10 '../gm/bitmapcopy.cpp', |
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
47 '../gm/giantbitmap.cpp', | 47 '../gm/giantbitmap.cpp', |
48 '../gm/gradients.cpp', | 48 '../gm/gradients.cpp', |
49 '../gm/gradtext.cpp', | 49 '../gm/gradtext.cpp', |
50 '../gm/hairlines.cpp', | 50 '../gm/hairlines.cpp', |
51 '../gm/hairmodes.cpp', | 51 '../gm/hairmodes.cpp', |
52 '../gm/hittestpath.cpp', | 52 '../gm/hittestpath.cpp', |
53 '../gm/imageblur.cpp', | 53 '../gm/imageblur.cpp', |
54 '../gm/imagemagnifier.cpp', | 54 '../gm/imagemagnifier.cpp', |
55 '../gm/lerpmode.cpp', | 55 '../gm/lerpmode.cpp', |
56 '../gm/lighting.cpp', | 56 '../gm/lighting.cpp', |
57 '../src/image/SkImage_Codec.cpp', | |
58 '../gm/image.cpp', | 57 '../gm/image.cpp', |
59 '../gm/imagefiltersbase.cpp', | 58 '../gm/imagefiltersbase.cpp', |
60 '../gm/imagefiltersgraph.cpp', | 59 '../gm/imagefiltersgraph.cpp', |
61 '../gm/internal_links.cpp', | 60 '../gm/internal_links.cpp', |
62 '../gm/lcdtext.cpp', | 61 '../gm/lcdtext.cpp', |
63 '../gm/linepaths.cpp', | 62 '../gm/linepaths.cpp', |
64 '../gm/matrixconvolution.cpp', | 63 '../gm/matrixconvolution.cpp', |
65 '../gm/mixedxfermodes.cpp', | 64 '../gm/mixedxfermodes.cpp', |
66 '../gm/modecolorfilters.cpp', | 65 '../gm/modecolorfilters.cpp', |
67 '../gm/morphology.cpp', | 66 '../gm/morphology.cpp', |
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
113 '../gm/xfermodes.cpp', | 112 '../gm/xfermodes.cpp', |
114 '../gm/xfermodes2.cpp', | 113 '../gm/xfermodes2.cpp', |
115 ], | 114 ], |
116 } | 115 } |
117 | 116 |
118 # Local Variables: | 117 # Local Variables: |
119 # tab-width:2 | 118 # tab-width:2 |
120 # indent-tabs-mode:nil | 119 # indent-tabs-mode:nil |
121 # End: | 120 # End: |
122 # vim: set expandtab tabstop=2 shiftwidth=2: | 121 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |