diff --git a/DEPS b/DEPS index f2a0cd315d..9ce5c98ec5 100644 --- a/DEPS +++ b/DEPS @@ -139,7 +139,7 @@ deps = { }, 'third_party/vulkan-deps': { - 'url': '{chromium_git}/vulkan-deps@fb10489972adbbe55d593e83476923d13960dbde', + 'url': '{chromium_git}/vulkan-deps@fc12bd106db567c0e1a5485175820fd4e53d6eac', 'condition': 'dawn_standalone', }, diff --git a/build_overrides/vulkan_validation_layers.gni b/build_overrides/vulkan_validation_layers.gni index 9463e666d7..5f1a4ff21a 100644 --- a/build_overrides/vulkan_validation_layers.gni +++ b/build_overrides/vulkan_validation_layers.gni @@ -17,6 +17,7 @@ import("//build_overrides/vulkan_common.gni") # These are variables that are overridable by projects that include Dawn. # The values in this file are the defaults for when we are building from # Dawn's repository. +vvl_spirv_headers_dir = "//third_party/vulkan-deps/spirv-headers/src" vvl_spirv_tools_dir = "//third_party/vulkan-deps/spirv-tools/src" vvl_glslang_dir = "//third_party/vulkan-deps/glslang/src"