5977429087
Now that Skia has vulkan-tools (and vulkan-tools has had its internal GN issues fixed), this should unblock the roller again. Bug: dawn:1365 Change-Id: I1ce3b8aeffda57a742655fa5eddc50d3242f2ca5 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/529749 Auto-Submit: Brian Osman <brianosman@google.com> Reviewed-by: Greg Daniel <egdaniel@google.com> Commit-Queue: Greg Daniel <egdaniel@google.com>
18 lines
713 B
Plaintext
18 lines
713 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"
|
|
dawn_vulkan_tools_dir = "//third_party/externals/vulkan-tools"
|