| 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 'include_dirs': [ | 3 'include_dirs': [ |
| 4 '../gm', | 4 '../gm', |
| 5 # include dirs needed by particular GMs | 5 # include dirs needed by particular GMs |
| 6 '../src/utils/debugger', | 6 '../src/utils/debugger', |
| 7 '../src/images', | 7 '../src/images', |
| 8 '../src/lazy', | 8 '../src/lazy', |
| 9 ], | 9 ], |
| 10 'sources': [ | 10 'sources': [ |
| (...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 81 '../gm/gradients.cpp', | 81 '../gm/gradients.cpp', |
| 82 '../gm/gradients_no_texture.cpp', | 82 '../gm/gradients_no_texture.cpp', |
| 83 '../gm/gradientDirtyLaundry.cpp', | 83 '../gm/gradientDirtyLaundry.cpp', |
| 84 '../gm/gradient_matrix.cpp', | 84 '../gm/gradient_matrix.cpp', |
| 85 '../gm/gradtext.cpp', | 85 '../gm/gradtext.cpp', |
| 86 '../gm/hairlines.cpp', | 86 '../gm/hairlines.cpp', |
| 87 '../gm/hairmodes.cpp', | 87 '../gm/hairmodes.cpp', |
| 88 '../gm/hittestpath.cpp', | 88 '../gm/hittestpath.cpp', |
| 89 '../gm/imagealphathreshold.cpp', | 89 '../gm/imagealphathreshold.cpp', |
| 90 '../gm/imageblur.cpp', | 90 '../gm/imageblur.cpp', |
| 91 '../gm/imageblurtiled.cpp', |
| 91 '../gm/imagemagnifier.cpp', | 92 '../gm/imagemagnifier.cpp', |
| 92 '../gm/inversepaths.cpp', | 93 '../gm/inversepaths.cpp', |
| 93 '../gm/lerpmode.cpp', | 94 '../gm/lerpmode.cpp', |
| 94 '../gm/lighting.cpp', | 95 '../gm/lighting.cpp', |
| 95 '../gm/lumafilter.cpp', | 96 '../gm/lumafilter.cpp', |
| 96 '../gm/image.cpp', | 97 '../gm/image.cpp', |
| 97 '../gm/imagefiltersbase.cpp', | 98 '../gm/imagefiltersbase.cpp', |
| 99 '../gm/imagefiltersclipped.cpp', |
| 98 '../gm/imagefilterscropped.cpp', | 100 '../gm/imagefilterscropped.cpp', |
| 99 '../gm/imagefiltersgraph.cpp', | 101 '../gm/imagefiltersgraph.cpp', |
| 100 '../gm/imagefiltersscaled.cpp', | 102 '../gm/imagefiltersscaled.cpp', |
| 101 '../gm/internal_links.cpp', | 103 '../gm/internal_links.cpp', |
| 102 '../gm/lcdtext.cpp', | 104 '../gm/lcdtext.cpp', |
| 103 '../gm/linepaths.cpp', | 105 '../gm/linepaths.cpp', |
| 104 '../gm/matrixconvolution.cpp', | 106 '../gm/matrixconvolution.cpp', |
| 105 '../gm/megalooper.cpp', | 107 '../gm/megalooper.cpp', |
| 106 '../gm/mixedxfermodes.cpp', | 108 '../gm/mixedxfermodes.cpp', |
| 107 '../gm/modecolorfilters.cpp', | 109 '../gm/modecolorfilters.cpp', |
| (...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 171 # Files needed by particular GMs | 173 # Files needed by particular GMs |
| 172 '../src/utils/debugger/SkDrawCommand.h', | 174 '../src/utils/debugger/SkDrawCommand.h', |
| 173 '../src/utils/debugger/SkDrawCommand.cpp', | 175 '../src/utils/debugger/SkDrawCommand.cpp', |
| 174 '../src/utils/debugger/SkDebugCanvas.h', | 176 '../src/utils/debugger/SkDebugCanvas.h', |
| 175 '../src/utils/debugger/SkDebugCanvas.cpp', | 177 '../src/utils/debugger/SkDebugCanvas.cpp', |
| 176 '../src/utils/debugger/SkObjectParser.h', | 178 '../src/utils/debugger/SkObjectParser.h', |
| 177 '../src/utils/debugger/SkObjectParser.cpp', | 179 '../src/utils/debugger/SkObjectParser.cpp', |
| 178 | 180 |
| 179 ], | 181 ], |
| 180 } | 182 } |
| OLD | NEW |