| 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 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 86 '../gm/gradients_2pt_conical.cpp', | 86 '../gm/gradients_2pt_conical.cpp', |
| 87 '../gm/gradients_no_texture.cpp', | 87 '../gm/gradients_no_texture.cpp', |
| 88 '../gm/gradientDirtyLaundry.cpp', | 88 '../gm/gradientDirtyLaundry.cpp', |
| 89 '../gm/gradient_matrix.cpp', | 89 '../gm/gradient_matrix.cpp', |
| 90 '../gm/gradtext.cpp', | 90 '../gm/gradtext.cpp', |
| 91 '../gm/hairlines.cpp', | 91 '../gm/hairlines.cpp', |
| 92 '../gm/hairmodes.cpp', | 92 '../gm/hairmodes.cpp', |
| 93 '../gm/hittestpath.cpp', | 93 '../gm/hittestpath.cpp', |
| 94 '../gm/imagealphathreshold.cpp', | 94 '../gm/imagealphathreshold.cpp', |
| 95 '../gm/imageblur.cpp', | 95 '../gm/imageblur.cpp', |
| 96 '../gm/imageblur2.cpp', |
| 96 '../gm/imageblurtiled.cpp', | 97 '../gm/imageblurtiled.cpp', |
| 97 '../gm/imagemagnifier.cpp', | 98 '../gm/imagemagnifier.cpp', |
| 98 '../gm/imageresizetiled.cpp', | 99 '../gm/imageresizetiled.cpp', |
| 99 '../gm/inversepaths.cpp', | 100 '../gm/inversepaths.cpp', |
| 100 '../gm/lerpmode.cpp', | 101 '../gm/lerpmode.cpp', |
| 101 '../gm/lighting.cpp', | 102 '../gm/lighting.cpp', |
| 102 '../gm/lumafilter.cpp', | 103 '../gm/lumafilter.cpp', |
| 103 '../gm/image.cpp', | 104 '../gm/image.cpp', |
| 104 '../gm/imagefiltersbase.cpp', | 105 '../gm/imagefiltersbase.cpp', |
| 105 '../gm/imagefiltersclipped.cpp', | 106 '../gm/imagefiltersclipped.cpp', |
| (...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 227 # fulfilling. See http://skbug.com/1978 | 228 # fulfilling. See http://skbug.com/1978 |
| 228 '../gm/verylargebitmap.cpp', | 229 '../gm/verylargebitmap.cpp', |
| 229 ], | 230 ], |
| 230 | 231 |
| 231 'sources': [ | 232 'sources': [ |
| 232 '../gm/androidfallback.cpp', | 233 '../gm/androidfallback.cpp', |
| 233 ], | 234 ], |
| 234 }], | 235 }], |
| 235 ], | 236 ], |
| 236 } | 237 } |
| OLD | NEW |