mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-20 18:29:23 +00:00
Split third_party/BUILD.gn in per-project files.
Bug: chromium:1064305 Change-Id: I6fc2da97e20865b62ff34a9d1c3f42120ac90348 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/19202 Commit-Queue: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Kai Ninomiya <kainino@chromium.org> Reviewed-by: Austin Eng <enga@chromium.org>
This commit is contained in:
committed by
Commit Bot service account
parent
b31015b836
commit
d11cc3961a
@@ -328,7 +328,7 @@ source_set("dawn_white_box_tests_sources") {
|
||||
]
|
||||
|
||||
if (dawn_enable_vulkan) {
|
||||
deps += [ "${dawn_root}/third_party:vulkan_headers" ]
|
||||
deps += [ "${dawn_root}/third_party/khronos:vulkan_headers" ]
|
||||
|
||||
if (is_chromeos) {
|
||||
sources += [ "white_box/VulkanImageWrappingTestsDmaBuf.cpp" ]
|
||||
|
||||
Reference in New Issue
Block a user