aboutsummaryrefslogtreecommitdiff
path: root/gn
diff options
context:
space:
mode:
authorGreg Daniel <egdaniel@google.com>2019-01-30 15:13:22 -0500
committerSkia Commit-Bot <skia-commit-bot@chromium.org>2019-01-31 17:44:52 +0000
commit24d861d8bf0a2ef4b37abe4d1f488d85f86f2852 (patch)
tree0015e11e1fd32056fcb56fc25a6d21e3d2cea39e /gn
parent6f59443c9c27c276da5f809ee02b7e752733d904 (diff)
downloadskqp-24d861d8bf0a2ef4b37abe4d1f488d85f86f2852.tar.gz
Add hardware buffer unit test from old skqp to skia.
This copies the hardware buffer unit test from, which was cherry picked straight into skqp last year, into Skia proper. There are not functional changes, but a few of the APIs have been updated to work with newer Skia. Bug: skia: Change-Id: I2d7b2ed8b0b9314ca3e03e703a6a5ac53805275e Reviewed-on: https://skia-review.googlesource.com/c/188034 Reviewed-by: Jim Van Verth <jvanverth@google.com> Commit-Queue: Greg Daniel <egdaniel@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 79cea4bdb1..4d3a2cb7a5 100644
--- a/gn/tests.gni
+++ b/gn/tests.gni
@@ -284,6 +284,7 @@ tests_sources = [
"$_tests/VerticesTest.cpp",
"$_tests/VkBackendSurfaceTest.cpp",
"$_tests/VkDrawableTest.cpp",
+ "$_tests/VkHardwareBufferTest.cpp",
"$_tests/VkMakeCopyPipelineTest.cpp",
"$_tests/VkWrapTests.cpp",
"$_tests/VptrTest.cpp",