aboutsummaryrefslogtreecommitdiff
path: root/gn
diff options
context:
space:
mode:
authorGreg Daniel <egdaniel@google.com>2018-09-12 09:17:11 -0400
committerSkia Commit-Bot <skia-commit-bot@chromium.org>2018-09-12 13:40:54 +0000
commitb2acf0a93927a57cc1fa9323839e788379ae3366 (patch)
tree2a97a25fabcc87bf9749bceaa86d801fc540c12f /gn
parent7728e911888d749e6f2079e5da4ed89d984f5225 (diff)
downloadskqp-b2acf0a93927a57cc1fa9323839e788379ae3366.tar.gz
Add unit test to test basic importing and drawing of AHardwareBuffers.
Bug: skia: Change-Id: If601693109148a7d5c6e6855443a3401c36e5f01 Reviewed-on: https://skia-review.googlesource.com/153545 Commit-Queue: Greg Daniel <egdaniel@google.com> Reviewed-by: Robert Phillips <robertphillips@google.com>
Diffstat (limited to 'gn')
-rw-r--r--gn/tests.gni1
1 files changed, 1 insertions, 0 deletions
diff --git a/gn/tests.gni b/gn/tests.gni
index e829c70738..88a7b6df76 100644
--- a/gn/tests.gni
+++ b/gn/tests.gni
@@ -91,6 +91,7 @@ tests_sources = [
"$_tests/GpuLayerCacheTest.cpp",
"$_tests/GpuRectanizerTest.cpp",
"$_tests/GradientTest.cpp",
+ "$_tests/GrAHardwareBufferTest.cpp",
"$_tests/GrAllocatorTest.cpp",
"$_tests/GrCCPRTest.cpp",
"$_tests/GrContextAbandonTest.cpp",