| 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 202 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 213 # we disable them on Android. See http://skbug.com/2326 | 213 # we disable them on Android. See http://skbug.com/2326 |
| 214 [ 'skia_os == "android"', { | 214 [ 'skia_os == "android"', { |
| 215 'sources!': [ | 215 'sources!': [ |
| 216 # TODO(borenet): Causes assertion failure on Nexus S. | 216 # TODO(borenet): Causes assertion failure on Nexus S. |
| 217 # See http://skbug.com/705 | 217 # See http://skbug.com/705 |
| 218 '../gm/bitmapcopy.cpp', | 218 '../gm/bitmapcopy.cpp', |
| 219 | 219 |
| 220 # SOME of the bitmaprect tests are disabled on Android; see | 220 # SOME of the bitmaprect tests are disabled on Android; see |
| 221 # ../gm/bitmaprect.cpp | 221 # ../gm/bitmaprect.cpp |
| 222 | 222 |
| 223 # Fail for now until the appropriate freetype changes are submitted. | |
| 224 '../gm/coloremoji.cpp', | |
| 225 | |
| 226 # We skip GPU tests in this GM; see | 223 # We skip GPU tests in this GM; see |
| 227 # ../gm/deviceproperties.cpp | 224 # ../gm/deviceproperties.cpp |
| 228 | 225 |
| 229 # TODO(bsalomon): Hangs on Xoom and Nexus S. See http://skbug.com/637 | 226 # TODO(bsalomon): Hangs on Xoom and Nexus S. See http://skbug.com/637 |
| 230 '../gm/drawbitmaprect.cpp', | 227 '../gm/drawbitmaprect.cpp', |
| 231 | 228 |
| 232 # TODO(epoger): Crashes on Nexus 10. See http://skbug.com/2313 | 229 # TODO(epoger): Crashes on Nexus 10. See http://skbug.com/2313 |
| 233 '../gm/imagefilterscropexpand.cpp', | 230 '../gm/imagefilterscropexpand.cpp', |
| 234 | 231 |
| 235 # TODO(borenet): Causes Nexus S to reboot. See http://skbug.com/665 | 232 # TODO(borenet): Causes Nexus S to reboot. See http://skbug.com/665 |
| 236 '../gm/shadertext.cpp', | 233 '../gm/shadertext.cpp', |
| 237 '../gm/shadertext2.cpp', | 234 '../gm/shadertext2.cpp', |
| 238 '../gm/shadertext3.cpp', | 235 '../gm/shadertext3.cpp', |
| 239 | 236 |
| 240 # TODO(reed): Allocates more memory than Android devices are capable of | 237 # TODO(reed): Allocates more memory than Android devices are capable of |
| 241 # fulfilling. See http://skbug.com/1978 | 238 # fulfilling. See http://skbug.com/1978 |
| 242 '../gm/verylargebitmap.cpp', | 239 '../gm/verylargebitmap.cpp', |
| 243 ], | 240 ], |
| 244 }], | 241 }], |
| 245 ], | 242 ], |
| 246 } | 243 } |
| OLD | NEW |