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