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:
Austin Eng 2020-07-16 21:45:06 +00:00 committed by Commit Bot service account
parent 34f5133104
commit e8e089ad28
2 changed files with 3 additions and 0 deletions

View File

@ -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",

View File

@ -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"