Skip to content

Commit 4d4795b

Browse files
mikes-lunargAngle LUCI CQ
authored andcommitted
Add build overrides for Vulkan Utility Libraries
This is a new dependency for Vulkan-ValidationLayers Bug: angleproject:8318 Change-Id: I9e7b68e4a4fc0605d328c0a69c73d3e884b86cf1 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/4798194 Reviewed-by: Yuly Novikov <[email protected]> Commit-Queue: Yuly Novikov <[email protected]>
1 parent 3822ea3 commit 4d4795b

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Copyright 2023 The ANGLE Project Authors. All rights reserved.
2+
# Use of this source code is governed by a BSD-style license that can be
3+
# found in the LICENSE file.
4+
5+
import("//build_overrides/vulkan_common.gni")

build_overrides/vulkan_validation_layers.gni

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
import("//build_overrides/vulkan_common.gni")
66

7+
vulkan_utility_libraries_dir =
8+
"//third_party/vulkan-deps/vulkan-utility-libraries/src"
79
vvl_spirv_tools_dir = "//third_party/vulkan-deps/spirv-tools/src"
810
vvl_spirv_headers_dir = "//third_party/vulkan-deps/spirv-headers/src"
911
vvl_glslang_dir = "//third_party/vulkan-deps/glslang/src"

0 commit comments

Comments
 (0)