Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(225)

Unified Diff: gyp/gmslides.gypi

Issue 208813004: disable imagefilterscropexpand GM test on Android (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: only disable on Android Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/gmslides.gypi
diff --git a/gyp/gmslides.gypi b/gyp/gmslides.gypi
index 85258fc7c8fb907ab0fe5c41af403c9014333a83..1927ff2a1ae6e0bf724f732a60d8bf8ff9411938 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
epoger 2014/03/23 23:12:30 Whoops, I left this extra comment line in when cop
+ ],
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698