disable imagefilterscropexpand GM test on Android

BUG=skia:2313
NOTREECHECKS=True
NOTRY=True
R=borenet@google.com, senorblanco@google.com, senorblanco@chromium.org

Author: epoger@google.com

Review URL: https://codereview.chromium.org/208813004

git-svn-id: http://skia.googlecode.com/svn/trunk@13903 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
commit-bot@chromium.org 2014-03-23 23:08:18 +00:00
parent 29d3777a82
commit 7209f939c3

View File

@ -185,4 +185,14 @@
'../src/utils/debugger/SkObjectParser.cpp',
],
# TODO(epoger): Disabling while we investigate http://skbug.com/2313
# epoger will re-enable by 10 April 2014
'conditions': [
[ 'skia_os == "android"', {
'sources!': [
'../gm/imagefilterscropexpand.cpp',
],
}],
# base class for GMs
],
}