aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar piotaixr <piotaixr@chromium.org>2014-09-02 11:50:59 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2014-09-02 11:51:00 -0700
commitaca21d6d2f9984da8f941b76f4ee11772d0e48ec (patch)
treee9f831a009528c17925fcef3d105ddb5cd25a320
parent8159146699f691b88f60564fc0811a6da3e8693f (diff)
Rename ScaledImageCache.cpp to SkResourceCacheTest.cpp
BUG=skia: R=junov@chromium.org, reed@android.com Author: piotaixr@chromium.org Review URL: https://codereview.chromium.org/518213003
-rw-r--r--gyp/tests.gypi2
-rw-r--r--tests/SkResourceCacheTest.cpp (renamed from tests/ScaledImageCache.cpp)0
2 files changed, 1 insertions, 1 deletions
diff --git a/gyp/tests.gypi b/gyp/tests.gypi
index c3b559e884..df8ff47d79 100644
--- a/gyp/tests.gypi
+++ b/gyp/tests.gypi
@@ -180,12 +180,12 @@
'../tests/SHA1Test.cpp',
'../tests/SListTest.cpp',
'../tests/ScalarTest.cpp',
- '../tests/ScaledImageCache.cpp',
'../tests/SerializationTest.cpp',
'../tests/ShaderImageFilterTest.cpp',
'../tests/ShaderOpacityTest.cpp',
'../tests/SizeTest.cpp',
'../tests/SkBase64Test.cpp',
+ '../tests/SkResourceCacheTest.cpp',
'../tests/SmallAllocatorTest.cpp',
'../tests/SortTest.cpp',
'../tests/SrcOverTest.cpp',
diff --git a/tests/ScaledImageCache.cpp b/tests/SkResourceCacheTest.cpp
index b71c7443e5..b71c7443e5 100644
--- a/tests/ScaledImageCache.cpp
+++ b/tests/SkResourceCacheTest.cpp