summaryrefslogtreecommitdiff
path: root/chromium/third_party/skia/build_overrides/tint.gni
blob: 2529bbbfcd3d349051d7b2d0c8e995a1f95436e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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