| 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 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 90 '../gm/getpostextpath.cpp', | 90 '../gm/getpostextpath.cpp', |
| 91 '../gm/giantbitmap.cpp', | 91 '../gm/giantbitmap.cpp', |
| 92 '../gm/glyph_pos.cpp', | 92 '../gm/glyph_pos.cpp', |
| 93 '../gm/glyph_pos_align.cpp', | 93 '../gm/glyph_pos_align.cpp', |
| 94 '../gm/gradients.cpp', | 94 '../gm/gradients.cpp', |
| 95 '../gm/gradients_2pt_conical.cpp', | 95 '../gm/gradients_2pt_conical.cpp', |
| 96 '../gm/gradients_no_texture.cpp', | 96 '../gm/gradients_no_texture.cpp', |
| 97 '../gm/gradientDirtyLaundry.cpp', | 97 '../gm/gradientDirtyLaundry.cpp', |
| 98 '../gm/gradient_matrix.cpp', | 98 '../gm/gradient_matrix.cpp', |
| 99 '../gm/gradtext.cpp', | 99 '../gm/gradtext.cpp', |
| 100 '../gm/grayscalejpg.cpp', |
| 100 '../gm/hairlines.cpp', | 101 '../gm/hairlines.cpp', |
| 101 '../gm/hairmodes.cpp', | 102 '../gm/hairmodes.cpp', |
| 102 '../gm/hittestpath.cpp', | 103 '../gm/hittestpath.cpp', |
| 103 '../gm/imagealphathreshold.cpp', | 104 '../gm/imagealphathreshold.cpp', |
| 104 '../gm/imageblur.cpp', | 105 '../gm/imageblur.cpp', |
| 105 '../gm/imageblur2.cpp', | 106 '../gm/imageblur2.cpp', |
| 106 '../gm/imageblurtiled.cpp', | 107 '../gm/imageblurtiled.cpp', |
| 107 '../gm/imagemagnifier.cpp', | 108 '../gm/imagemagnifier.cpp', |
| 108 '../gm/imageresizetiled.cpp', | 109 '../gm/imageresizetiled.cpp', |
| 109 '../gm/inversepaths.cpp', | 110 '../gm/inversepaths.cpp', |
| (...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 237 '../gm/shadertext2.cpp', | 238 '../gm/shadertext2.cpp', |
| 238 '../gm/shadertext3.cpp', | 239 '../gm/shadertext3.cpp', |
| 239 | 240 |
| 240 # TODO(reed): Allocates more memory than Android devices are capable of | 241 # TODO(reed): Allocates more memory than Android devices are capable of |
| 241 # fulfilling. See http://skbug.com/1978 | 242 # fulfilling. See http://skbug.com/1978 |
| 242 '../gm/verylargebitmap.cpp', | 243 '../gm/verylargebitmap.cpp', |
| 243 ], | 244 ], |
| 244 }], | 245 }], |
| 245 ], | 246 ], |
| 246 } | 247 } |
| OLD | NEW |