aboutsummaryrefslogtreecommitdiffhomepage
path: root/gn/tests.gni
diff options
context:
space:
mode:
authorGravatar Robert Phillips <robertphillips@google.com>2017-12-04 12:52:46 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-12-04 18:37:29 +0000
commit7ffbcf909d365eb22c5e22b776aeac7b7472fbf3 (patch)
treea71ca068a01ca87ea417f341adf4dee40c811d58 /gn/tests.gni
parentbee6cacc54357e0af1de67d527fe51eb3602c2d6 (diff)
Add unit test for SkDeferredDisplayLists (take 2)
Change-Id: I76a4c77d5b9418cb7fe677bd55ba32a2e336924d Reviewed-on: https://skia-review.googlesource.com/79820 Reviewed-by: Brian Salomon <bsalomon@google.com> Commit-Queue: Robert Phillips <robertphillips@google.com>
Diffstat (limited to 'gn/tests.gni')
-rw-r--r--gn/tests.gni3
1 files changed, 2 insertions, 1 deletions
diff --git a/gn/tests.gni b/gn/tests.gni
index 23e4f831b9..eb20aaba0d 100644
--- a/gn/tests.gni
+++ b/gn/tests.gni
@@ -47,8 +47,9 @@ tests_sources = [
"$_tests/CTest.cpp",
"$_tests/DashPathEffectTest.cpp",
"$_tests/DataRefTest.cpp",
- "$_tests/DequeTest.cpp",
"$_tests/DefaultPathRendererTest.cpp",
+ "$_tests/DeferredDisplayListTest.cpp",
+ "$_tests/DequeTest.cpp",
"$_tests/DetermineDomainModeTest.cpp",
"$_tests/DeviceLooperTest.cpp",
"$_tests/DeviceTest.cpp",