aboutsummaryrefslogtreecommitdiffhomepage
path: root/gn
diff options
context:
space:
mode:
authorGravatar ethannicholas <ethannicholas@google.com>2016-11-22 08:39:36 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2016-11-22 08:39:36 -0800
commit8ac838d978578c44b75a801489c985e5284dd66f (patch)
treeb53cdcf94cdd49e3d7867099d0d2018a41fc1a05 /gn
parent64773e6c9f61fb319f597a8d7dd7ee377d51a43a (diff)
added support for push_constant layout
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 2cf9d330fc..98980ec0f6 100644
--- a/gn/tests.gni
+++ b/gn/tests.gni
@@ -204,6 +204,7 @@ tests_sources = [
"$_tests/SkSharedMutexTest.cpp",
"$_tests/SkSLErrorTest.cpp",
"$_tests/SkSLGLSLTest.cpp",
+ "$_tests/SkSLMemoryLayoutTest.cpp",
"$_tests/SmallAllocatorTest.cpp",
"$_tests/SortTest.cpp",
"$_tests/SpecialImageTest.cpp",