aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--gyp/gmslides.gypi10
1 files changed, 10 insertions, 0 deletions
diff --git a/gyp/gmslides.gypi b/gyp/gmslides.gypi
index 85258fc7c8..1927ff2a1a 100644
--- a/gyp/gmslides.gypi
+++ b/gyp/gmslides.gypi
@@ -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
+ ],
}