1# Copyright 2019 Google Inc.
2#
3# Use of this source code is governed by a BSD-style license that can be
4# found in the LICENSE file.
5
6# These are variables that are overridable by projects that include Tint.
7
8tint_root_dir = "//third_party/externals/tint"
9tint_spirv_tools_dir = "//third_party/externals/spirv-tools"
10tint_spirv_headers_dir = "//third_party/externals/spirv-headers"
11
12tint_build_spv_reader = true
13tint_build_spv_writer = true
14tint_build_wgsl_reader = true
15tint_build_wgsl_writer = false
16