commit | 8c73a59cd417b3f8fae08dd2919840ca5a0848cc | [log] [tgz] |
---|---|---|
author | Kevin Lubick <kjlubick@google.com> | Mon Oct 17 15:25:35 2022 -0400 |
committer | Kevin Lubick <kjlubick@google.com> | Mon Oct 17 20:21:10 2022 +0000 |
tree | e519e1471ed4870ace4ca63acebc6bbc18617bcc | |
parent | 584ec9885ca1fbb9cc15536982ae262d80e644d4 [diff] |
[includes] Fix includes on tests/ Not included tests/graphite and tests/sksl Most of these changes are mechanical, except for: - include/gpu/dawn/GrDawnTypes.h to mark Dawn headers as exported (seems like the intent). - tests/DeferredDisplayListTest.cpp absorbing tests from tests/VkProtectedContextTest.cpp to avoid two test files from having a dependency on one another. The follow-on CL enforces IWYU on these files. Change-Id: I09138827001f28cbe0a9e52ac1025d4e547be644 Bug: skia:13052 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/589402 Reviewed-by: Ben Wagner <bungeman@google.com> Owners-Override: Kevin Lubick <kjlubick@google.com>