| 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 180 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 191 '../gm/textblob.cpp', | 191 '../gm/textblob.cpp', |
| 192 '../gm/textblobshader.cpp', | 192 '../gm/textblobshader.cpp', |
| 193 '../gm/texturedomaineffect.cpp', | 193 '../gm/texturedomaineffect.cpp', |
| 194 '../gm/thinrects.cpp', | 194 '../gm/thinrects.cpp', |
| 195 '../gm/thinstrokedrects.cpp', | 195 '../gm/thinstrokedrects.cpp', |
| 196 '../gm/tiledscaledbitmap.cpp', | 196 '../gm/tiledscaledbitmap.cpp', |
| 197 '../gm/tileimagefilter.cpp', | 197 '../gm/tileimagefilter.cpp', |
| 198 '../gm/tilemodes.cpp', | 198 '../gm/tilemodes.cpp', |
| 199 '../gm/tilemodes_scaled.cpp', | 199 '../gm/tilemodes_scaled.cpp', |
| 200 '../gm/tinybitmap.cpp', | 200 '../gm/tinybitmap.cpp', |
| 201 '../gm/transparency.cpp', |
| 201 '../gm/twopointradial.cpp', | 202 '../gm/twopointradial.cpp', |
| 202 '../gm/typeface.cpp', | 203 '../gm/typeface.cpp', |
| 203 '../gm/vertices.cpp', | 204 '../gm/vertices.cpp', |
| 204 '../gm/verttext.cpp', | 205 '../gm/verttext.cpp', |
| 205 '../gm/verttext2.cpp', | 206 '../gm/verttext2.cpp', |
| 206 '../gm/verylargebitmap.cpp', | 207 '../gm/verylargebitmap.cpp', |
| 207 '../gm/xfermodeimagefilter.cpp', | 208 '../gm/xfermodeimagefilter.cpp', |
| 208 '../gm/xfermodes.cpp', | 209 '../gm/xfermodes.cpp', |
| 209 '../gm/xfermodes2.cpp', | 210 '../gm/xfermodes2.cpp', |
| 210 '../gm/xfermodes3.cpp', | 211 '../gm/xfermodes3.cpp', |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 244 '../gm/shadertext2.cpp', | 245 '../gm/shadertext2.cpp', |
| 245 '../gm/shadertext3.cpp', | 246 '../gm/shadertext3.cpp', |
| 246 | 247 |
| 247 # TODO(reed): Allocates more memory than Android devices are capable of | 248 # TODO(reed): Allocates more memory than Android devices are capable of |
| 248 # fulfilling. See http://skbug.com/1978 | 249 # fulfilling. See http://skbug.com/1978 |
| 249 '../gm/verylargebitmap.cpp', | 250 '../gm/verylargebitmap.cpp', |
| 250 ], | 251 ], |
| 251 }], | 252 }], |
| 252 ], | 253 ], |
| 253 } | 254 } |
| OLD | NEW |