aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar senorblanco@chromium.org <senorblanco@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-02-19 22:36:32 +0000
committerGravatar senorblanco@chromium.org <senorblanco@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-02-19 22:36:32 +0000
commit32ffe9c40234956af74456f2574a2212fd115349 (patch)
treef685a65c25c7c9b0ab0e09d6ec1faba301d56563
parent897b73f62c012758bd8fef77c24d3573c847dbc3 (diff)
Disable imageresizetiled GM for now due to rtree and tilegrid failures.
TBR=scroggo@google.com BUG=skia: Review URL: https://codereview.chromium.org/172793006 git-svn-id: http://skia.googlecode.com/svn/trunk@13507 2bbb7eff-a529-9590-31e7-b0007b416f81
-rw-r--r--gyp/gmslides.gypi3
1 files changed, 2 insertions, 1 deletions
diff --git a/gyp/gmslides.gypi b/gyp/gmslides.gypi
index 8a9d36b5e4..83e50afb53 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',
'../gm/inversepaths.cpp',
'../gm/lerpmode.cpp',
'../gm/lighting.cpp',