2019-07-22 13:12:29 +00:00
|
|
|
# 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.
|
|
|
|
|
2020-04-13 22:26:17 +00:00
|
|
|
# Skia doesn't have Chromium's //build directory. Tell Dawn to do without.
|
|
|
|
dawn_has_build = false
|
2020-03-30 17:23:00 +00:00
|
|
|
|
2021-09-22 16:59:37 +00:00
|
|
|
dawn_abseil_dir = "//third_party/externals/abseil-cpp"
|
2020-04-13 22:26:17 +00:00
|
|
|
dawn_jinja2_dir = "//third_party/externals/jinja2"
|
2021-03-08 14:25:34 +00:00
|
|
|
dawn_spirv_tools_dir = "//third_party/externals/spirv-tools"
|
2020-09-04 08:07:35 +00:00
|
|
|
dawn_spirv_cross_dir = "//third_party/externals/spirv-cross"
|
2021-03-12 10:46:04 +00:00
|
|
|
dawn_tint_dir = "//third_party/externals/tint"
|
2022-04-06 18:18:20 +00:00
|
|
|
dawn_vulkan_headers_dir = "//third_party/externals/vulkan-headers"
|
2022-04-14 16:22:50 +00:00
|
|
|
dawn_vulkan_tools_dir = "//third_party/externals/vulkan-tools"
|