diff options
author | egdaniel <egdaniel@google.com> | 2016-11-16 07:29:51 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-11-16 07:29:52 -0800 |
commit | 988283c89458442f65d961f2746a9f271a39c31e (patch) | |
tree | 5b62299020e1a566d62b154b7f0fc229fd74b858 /gn | |
parent | cb115bdeed5898ded3fdbe572a14616cff809b7c (diff) |
Revert of added support for push_constant layout (patchset #7 id:140001 of https://codereview.chromium.org/2187433003/ )
Reason for revert:
hitting assert in vulkan
Original issue's description:
> 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
TBR=ethannicholas@google.com
# Skipping CQ checks because original CL landed less than 1 days ago.
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=skia:
Review-Url: https://codereview.chromium.org/2509673002
Diffstat (limited to 'gn')
-rw-r--r-- | gn/tests.gni | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gn/tests.gni b/gn/tests.gni index 647160f53c..d828297b5b 100644 --- a/gn/tests.gni +++ b/gn/tests.gni @@ -203,7 +203,6 @@ tests_sources = [ "$_tests/SkSharedMutexTest.cpp", "$_tests/SkSLErrorTest.cpp", "$_tests/SkSLGLSLTest.cpp", - "$_tests/SkSLMemoryLayoutTest.cpp", "$_tests/SmallAllocatorTest.cpp", "$_tests/SortTest.cpp", "$_tests/SpecialImageTest.cpp", |