Add missing headers to BUILD.gn and CMakeLists.txt
Bug: none Change-Id: I101935b8f75b3cbcf0f79a429f7a850ce62e90e0 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/25063 Commit-Queue: Kai Ninomiya <kainino@chromium.org> Reviewed-by: Kai Ninomiya <kainino@chromium.org>
This commit is contained in:
parent
34f5133104
commit
e8e089ad28
|
@ -171,10 +171,12 @@ if (is_win || is_linux || is_mac || is_fuchsia || is_android) {
|
||||||
"SerialStorage.h",
|
"SerialStorage.h",
|
||||||
"SlabAllocator.cpp",
|
"SlabAllocator.cpp",
|
||||||
"SlabAllocator.h",
|
"SlabAllocator.h",
|
||||||
|
"StackContainer.h",
|
||||||
"SwapChainUtils.h",
|
"SwapChainUtils.h",
|
||||||
"SystemUtils.cpp",
|
"SystemUtils.cpp",
|
||||||
"SystemUtils.h",
|
"SystemUtils.h",
|
||||||
"TypedInteger.h",
|
"TypedInteger.h",
|
||||||
|
"UnderlyingType.h",
|
||||||
"ityp_array.h",
|
"ityp_array.h",
|
||||||
"ityp_bitset.h",
|
"ityp_bitset.h",
|
||||||
"ityp_span.h",
|
"ityp_span.h",
|
||||||
|
|
|
@ -41,6 +41,7 @@ target_sources(dawn_common PRIVATE
|
||||||
"SerialStorage.h"
|
"SerialStorage.h"
|
||||||
"SlabAllocator.cpp"
|
"SlabAllocator.cpp"
|
||||||
"SlabAllocator.h"
|
"SlabAllocator.h"
|
||||||
|
"StackContainer.h"
|
||||||
"SwapChainUtils.h"
|
"SwapChainUtils.h"
|
||||||
"SystemUtils.cpp"
|
"SystemUtils.cpp"
|
||||||
"SystemUtils.h"
|
"SystemUtils.h"
|
||||||
|
|
Loading…
Reference in New Issue