Index: gyp/common.gypi |
diff --git a/gyp/common.gypi b/gyp/common.gypi |
index f20c346571a8ba3d81decb20e863cf6498e0156f..ae6dd628cc2fb268e0aad9066b940f984a3bbf19 100644 |
--- a/gyp/common.gypi |
+++ b/gyp/common.gypi |
@@ -16,7 +16,9 @@ |
'SK_GAMMA_SRGB', |
'SK_GAMMA_APPLY_TO_A8', |
'QT_NO_KEYWORDS', |
- 'SK_USE_DISCARDABLE_SCALEDIMAGECACHE', # TODO(reed): Re-enable when tests don't crash with this. |
+ # The discardable resource cache is tested via a special bot. This is |
+ # disabled here so we test the non-discardable use case. |
+ # 'SK_USE_DISCARDABLE_SCALEDIMAGECACHE', |
], |
# Validate the 'skia_os' setting against 'OS', because only certain |