| 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 'conditions': [ | 10 'conditions': [ |
| (...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 77 '../gm/drrect.cpp', | 77 '../gm/drrect.cpp', |
| 78 '../gm/etc1bitmap.cpp', | 78 '../gm/etc1bitmap.cpp', |
| 79 '../gm/extractbitmap.cpp', | 79 '../gm/extractbitmap.cpp', |
| 80 '../gm/emboss.cpp', | 80 '../gm/emboss.cpp', |
| 81 '../gm/emptypath.cpp', | 81 '../gm/emptypath.cpp', |
| 82 '../gm/fatpathfill.cpp', | 82 '../gm/fatpathfill.cpp', |
| 83 '../gm/factory.cpp', | 83 '../gm/factory.cpp', |
| 84 '../gm/filltypes.cpp', | 84 '../gm/filltypes.cpp', |
| 85 '../gm/filltypespersp.cpp', | 85 '../gm/filltypespersp.cpp', |
| 86 '../gm/filterbitmap.cpp', | 86 '../gm/filterbitmap.cpp', |
| 87 '../gm/filterfastbounds.cpp', |
| 87 '../gm/filterindiabox.cpp', | 88 '../gm/filterindiabox.cpp', |
| 88 '../gm/fontcache.cpp', | 89 '../gm/fontcache.cpp', |
| 89 '../gm/fontmgr.cpp', | 90 '../gm/fontmgr.cpp', |
| 90 '../gm/fontscaler.cpp', | 91 '../gm/fontscaler.cpp', |
| 91 '../gm/gammatext.cpp', | 92 '../gm/gammatext.cpp', |
| 92 '../gm/getpostextpath.cpp', | 93 '../gm/getpostextpath.cpp', |
| 93 '../gm/giantbitmap.cpp', | 94 '../gm/giantbitmap.cpp', |
| 94 '../gm/glyph_pos.cpp', | 95 '../gm/glyph_pos.cpp', |
| 95 '../gm/glyph_pos_align.cpp', | 96 '../gm/glyph_pos_align.cpp', |
| 96 '../gm/gradients.cpp', | 97 '../gm/gradients.cpp', |
| (...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 241 '../gm/shadertext2.cpp', | 242 '../gm/shadertext2.cpp', |
| 242 '../gm/shadertext3.cpp', | 243 '../gm/shadertext3.cpp', |
| 243 | 244 |
| 244 # TODO(reed): Allocates more memory than Android devices are capable of | 245 # TODO(reed): Allocates more memory than Android devices are capable of |
| 245 # fulfilling. See http://skbug.com/1978 | 246 # fulfilling. See http://skbug.com/1978 |
| 246 '../gm/verylargebitmap.cpp', | 247 '../gm/verylargebitmap.cpp', |
| 247 ], | 248 ], |
| 248 }], | 249 }], |
| 249 ], | 250 ], |
| 250 } | 251 } |
| OLD | NEW |