diff options
author | ethannicholas <ethannicholas@google.com> | 2016-11-22 08:39:36 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-11-22 08:39:36 -0800 |
commit | 8ac838d978578c44b75a801489c985e5284dd66f (patch) | |
tree | b53cdcf94cdd49e3d7867099d0d2018a41fc1a05 /gn | |
parent | 64773e6c9f61fb319f597a8d7dd7ee377d51a43a (diff) |
added support for push_constant layout
BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2187433003
Committed: https://skia.googlesource.com/skia/+/fa5f65ac61fd525029aa9dab161ffe4896c10f6d
Review-Url: https://codereview.chromium.org/2187433003
Diffstat (limited to 'gn')
-rw-r--r-- | gn/tests.gni | 1 |
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", |