aboutsummaryrefslogtreecommitdiffhomepage
path: root/gn/tests.gni
diff options
context:
space:
mode:
authorGravatar Robert Phillips <robertphillips@google.com>2017-09-29 15:10:39 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-09-29 20:04:54 +0000
commit3ec9573ac3fd8b973fe4feda27c109d47cb5defc (patch)
tree676ac45e16766b9356a7b2bdcb27efd7ba1296fd /gn/tests.gni
parent4faa0408c1fc414263a3116a76ede20cc52b1d97 (diff)
Add unit test for pinned SkImages
Change-Id: I2e14353bc865b5994cc90ad643a6a58604955957 Reviewed-on: https://skia-review.googlesource.com/53500 Reviewed-by: Derek Sollenberger <djsollen@google.com> Commit-Queue: Robert Phillips <robertphillips@google.com>
Diffstat (limited to 'gn/tests.gni')
-rw-r--r--gn/tests.gni1
1 files changed, 1 insertions, 0 deletions
diff --git a/gn/tests.gni b/gn/tests.gni
index 389d8769c2..34c10b53f1 100644
--- a/gn/tests.gni
+++ b/gn/tests.gni
@@ -160,6 +160,7 @@ tests_sources = [
"$_tests/PictureBBHTest.cpp",
"$_tests/PictureShaderTest.cpp",
"$_tests/PictureTest.cpp",
+ "$_tests/PinnedImageTest.cpp",
"$_tests/PipeTest.cpp",
"$_tests/PixelRefTest.cpp",
"$_tests/Point3Test.cpp",