| 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 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 75 '../gm/filltypespersp.cpp', | 75 '../gm/filltypespersp.cpp', |
| 76 '../gm/filterbitmap.cpp', | 76 '../gm/filterbitmap.cpp', |
| 77 '../gm/filterindiabox.cpp', | 77 '../gm/filterindiabox.cpp', |
| 78 '../gm/fontcache.cpp', | 78 '../gm/fontcache.cpp', |
| 79 '../gm/fontmgr.cpp', | 79 '../gm/fontmgr.cpp', |
| 80 '../gm/fontscaler.cpp', | 80 '../gm/fontscaler.cpp', |
| 81 '../gm/gammatext.cpp', | 81 '../gm/gammatext.cpp', |
| 82 '../gm/getpostextpath.cpp', | 82 '../gm/getpostextpath.cpp', |
| 83 '../gm/giantbitmap.cpp', | 83 '../gm/giantbitmap.cpp', |
| 84 '../gm/glyph_pos.cpp', | 84 '../gm/glyph_pos.cpp', |
| 85 '../gm/glyph_pos_align.cpp', |
| 85 '../gm/gradients.cpp', | 86 '../gm/gradients.cpp', |
| 86 '../gm/gradients_2pt_conical.cpp', | 87 '../gm/gradients_2pt_conical.cpp', |
| 87 '../gm/gradients_no_texture.cpp', | 88 '../gm/gradients_no_texture.cpp', |
| 88 '../gm/gradientDirtyLaundry.cpp', | 89 '../gm/gradientDirtyLaundry.cpp', |
| 89 '../gm/gradient_matrix.cpp', | 90 '../gm/gradient_matrix.cpp', |
| 90 '../gm/gradtext.cpp', | 91 '../gm/gradtext.cpp', |
| 91 '../gm/hairlines.cpp', | 92 '../gm/hairlines.cpp', |
| 92 '../gm/hairmodes.cpp', | 93 '../gm/hairmodes.cpp', |
| 93 '../gm/hittestpath.cpp', | 94 '../gm/hittestpath.cpp', |
| 94 '../gm/imagealphathreshold.cpp', | 95 '../gm/imagealphathreshold.cpp', |
| (...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 226 # fulfilling. See http://skbug.com/1978 | 227 # fulfilling. See http://skbug.com/1978 |
| 227 '../gm/verylargebitmap.cpp', | 228 '../gm/verylargebitmap.cpp', |
| 228 ], | 229 ], |
| 229 | 230 |
| 230 'sources': [ | 231 'sources': [ |
| 231 '../gm/androidfallback.cpp', | 232 '../gm/androidfallback.cpp', |
| 232 ], | 233 ], |
| 233 }], | 234 }], |
| 234 ], | 235 ], |
| 235 } | 236 } |
| OLD | NEW |