aboutsummaryrefslogtreecommitdiffhomepage
path: root/gn/tests.gni
diff options
context:
space:
mode:
authorGravatar Robert Phillips <robertphillips@google.com>2017-12-04 07:52:57 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-12-04 14:00:14 +0000
commit8458a2807b4a7220c9849f8032dc611438818641 (patch)
tree0df3c0e936ac88c986f413fc1873fd754b4c1de2 /gn/tests.gni
parent0c56d47b7e288eacb5dae3560f478b0d8a4896a3 (diff)
Add unit test for SkDeferredDisplayLists
Change-Id: I015094145cb0af6cfe368c570a5d5280c11c8f28 Reviewed-on: https://skia-review.googlesource.com/78660 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",