Add some missing headers in BUILD.gn files.

BUG=dawn:225

Change-Id: Ie1ebe62caea48353b6b3579c9405b5cc700fba66
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/11302
Commit-Queue: Corentin Wallez <cwallez@chromium.org>
Reviewed-by: Austin Eng <enga@chromium.org>
This commit is contained in:
Corentin Wallez 2019-09-17 21:36:15 +00:00 committed by Commit Bot service account
parent f7c263624b
commit 5e9082daa4
2 changed files with 2 additions and 0 deletions

View File

@ -402,6 +402,7 @@ source_set("libdawn_native_sources") {
"src/dawn_native/vulkan/CommandBufferVk.h",
"src/dawn_native/vulkan/ComputePipelineVk.cpp",
"src/dawn_native/vulkan/ComputePipelineVk.h",
"src/dawn_native/vulkan/CommandRecordingContext.h",
"src/dawn_native/vulkan/DeviceVk.cpp",
"src/dawn_native/vulkan/DeviceVk.h",
"src/dawn_native/vulkan/ExternalHandle.h",

View File

@ -99,6 +99,7 @@ if (is_win || is_linux || is_mac || is_fuchsia) {
"SwapChainUtils.h",
"vulkan_platform.h",
"windows_with_undefs.h",
"xlib_with_undefs.h",
]
public_configs = [ ":dawn_internal" ]