530759a6af
Required https://dawn.googlesource.com/dawn/+/77bf233cef236a094ef845d8f1a31073c2ddd7b9 and https://dawn.googlesource.com/dawn/+/7223a5e7c9e122179e17f4faab6115e116c7ced3 to land, and for us to update our GN rules appropriately. Change-Id: I5dad6bbd6e103405de16d7744f0c1c33fae9e0fa Reviewed-on: https://skia-review.googlesource.com/c/skia/+/551857 Reviewed-by: Brian Osman <brianosman@google.com> Commit-Queue: Kevin Lubick <kjlubick@google.com>
18 lines
531 B
Plaintext
18 lines
531 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 Tint.
|
|
|
|
tint_root_dir = "//third_party/externals/dawn"
|
|
tint_spirv_tools_dir = "//third_party/externals/spirv-tools"
|
|
tint_spirv_headers_dir = "//third_party/externals/spirv-headers"
|
|
|
|
tint_build_spv_reader = true
|
|
tint_build_spv_writer = true
|
|
tint_build_wgsl_reader = true
|
|
tint_build_wgsl_writer = true
|
|
|
|
tint_build_unittests = false
|