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

Unified Diff: gyp/gmslides.gypi

Issue 172793006: Disable imageresizetiled GM for now due to rtree and tilegrid failures. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 6 years, 10 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 8a9d36b5e4ede26d364e21de540b265772c86e80..83e50afb53d54e55141c6f7b7232a5c6bd673ea2 100644
--- a/gyp/gmslides.gypi
+++ b/gyp/gmslides.gypi
@@ -91,7 +91,8 @@
'../gm/imageblur.cpp',
'../gm/imageblurtiled.cpp',
'../gm/imagemagnifier.cpp',
- '../gm/imageresizetiled.cpp',
+ # This GM seems to have some issues with rtree and tilegrid; disabled for now.
+ #'../gm/imageresizetiled.cpp',
scroggo 2014/02/19 22:47:01 Should we instead add a flag to skip only rtree an
Stephen White 2014/02/20 15:59:56 Yes, we should do that. I was just in a hurry to g
'../gm/inversepaths.cpp',
'../gm/lerpmode.cpp',
'../gm/lighting.cpp',
« 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