aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/tests.gypi
diff options
context:
space:
mode:
authorGravatar halcanary <halcanary@google.com>2014-07-17 06:58:01 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2014-07-17 06:58:01 -0700
commit805ef159d197007b9529e60e5b918ee0f9d3802d (patch)
tree251ff1b8317b3a77752020252f119385e3f5b413 /gyp/tests.gypi
parent3f376a55002c205aacacc4cb16ed745e3afbad31 (diff)
Set maximum output size for scaled-image-cache images
Accessable via: SkScaledImageCache::{G,S}etMaximumOutputSizeForHighQualityFilter Also, a unit test. BUG=389439 R=humper@google.com, tomhudson@google.com, reveman@chromium.org, vangelis@chromium.org, reed@google.com Author: halcanary@google.com Review URL: https://codereview.chromium.org/394003003
Diffstat (limited to 'gyp/tests.gypi')
-rw-r--r--gyp/tests.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/gyp/tests.gypi b/gyp/tests.gypi
index 99a52a4b57..6a6447963f 100644
--- a/gyp/tests.gypi
+++ b/gyp/tests.gypi
@@ -162,6 +162,7 @@
'../tests/SHA1Test.cpp',
'../tests/SListTest.cpp',
'../tests/ScalarTest.cpp',
+ '../tests/ScaledImageCache.cpp',
'../tests/SerializationTest.cpp',
'../tests/ShaderImageFilterTest.cpp',
'../tests/ShaderOpacityTest.cpp',