Add vulkan-headers to DEPS, point Dawn at them
This appears to unblock the broken Dawn -> Skia roll Change-Id: Ic6fbf0dfd57ca323a5286f293fea844047435776 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/528078 Reviewed-by: Arman Uguray <armansito@google.com> Commit-Queue: Brian Osman <brianosman@google.com>
This commit is contained in:
parent
01a9dc1378
commit
666fa53571
1
DEPS
1
DEPS
@ -44,6 +44,7 @@ deps = {
|
||||
"third_party/externals/spirv-headers" : "https://skia.googlesource.com/external/github.com/KhronosGroup/SPIRV-Headers.git@814e728b30ddd0f4509233099a3ad96fd4318c07",
|
||||
"third_party/externals/spirv-tools" : "https://skia.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools.git@4b092d2ab81854e61632bdd1e658907f0071c37e",
|
||||
"third_party/externals/swiftshader" : "https://swiftshader.googlesource.com/SwiftShader@d3cc7d7ac0c364be2ef445347c1cc1f22722f099",
|
||||
"third_party/externals/vulkan-headers" : "https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Headers@76f00ef6cbb1886eb1162d1fa39bee8b51e22ee8",
|
||||
#"third_party/externals/v8" : "https://chromium.googlesource.com/v8/v8.git@5f1ae66d5634e43563b2d25ea652dfb94c31a3b4",
|
||||
"third_party/externals/wuffs" : "https://skia.googlesource.com/external/github.com/google/wuffs-mirror-release-c.git@600cd96cf47788ee3a74b40a6028b035c9fd6a61",
|
||||
"third_party/externals/zlib" : "https://chromium.googlesource.com/chromium/src/third_party/zlib@c876c8f87101c5a75f6014b0f832499afeb65b73",
|
||||
|
@ -13,3 +13,4 @@ dawn_jinja2_dir = "//third_party/externals/jinja2"
|
||||
dawn_spirv_tools_dir = "//third_party/externals/spirv-tools"
|
||||
dawn_spirv_cross_dir = "//third_party/externals/spirv-cross"
|
||||
dawn_tint_dir = "//third_party/externals/tint"
|
||||
dawn_vulkan_headers_dir = "//third_party/externals/vulkan-headers"
|
||||
|
4
build_overrides/vulkan_headers.gni
Normal file
4
build_overrides/vulkan_headers.gni
Normal file
@ -0,0 +1,4 @@
|
||||
# Copyright 2022 Google LLC
|
||||
#
|
||||
# Use of this source code is governed by a BSD-style license that can be
|
||||
# found in the LICENSE file.
|
Loading…
Reference in New Issue
Block a user