82fe4d2243
Bug: dawn:706 Change-Id: I2a85a5a457f9a4c60b8cc337b0330aa348bd62a1 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/384137 Reviewed-by: Eric Boren <borenet@google.com> Reviewed-by: Brian Osman <brianosman@google.com> Commit-Queue: Brian Osman <brianosman@google.com>
15 lines
528 B
Plaintext
15 lines
528 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_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"
|