4f17b60208
Bug: chromium:1064305 Change-Id: I10ca629ff88a5492bb9f89075f6d92094340ff55 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/282076 Reviewed-by: Mike Klein <mtklein@google.com> Commit-Queue: Zhenyao Mo <zmo@google.com>
20 lines
742 B
Plaintext
20 lines
742 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.
|
|
|
|
# The paths to Dawn's dependencies. For now, we leave these unset to
|
|
# use Dawn's DEPS. Eventually, we'll move to Skia's copies of as
|
|
# many of these as possible. This will require updating Skia's
|
|
# SPIRV-Tools and Shaderc at a minimum.
|
|
|
|
# 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_shaderc_dir = "//third_party/shaderc"
|
|
dawn_spirv_tools_dir = "//third_party/spirv-tools"
|
|
dawn_spirv_cross_dir = "//third_party/spirv-cross"
|