skia2/build_overrides/dawn.gni
Brian Osman 666fa53571 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>
2022-04-06 19:17:53 +00:00

17 lines
650 B
Plaintext

# Copyright 2019 Google Inc.
#
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# These are variables that are overridable by projects that include Dawn.
# Skia doesn't have Chromium's //build directory. Tell Dawn to do without.
dawn_has_build = false
dawn_abseil_dir = "//third_party/externals/abseil-cpp"
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"