xref: /aosp_15_r20/external/skia/build_overrides/tint.gni (revision c8dee2aa9b3f27cf6c858bd81872bdeb2c07ed17)
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
6import("build.gni")
7
8# These are variables that are overridable by projects that include Tint.
9
10# Skia doesn't have Chromium's //build directory. Tell Tint to do without.
11tint_has_build = false
12
13tint_root_dir = "//third_party/externals/dawn"
14tint_spirv_tools_dir = "//third_party/externals/spirv-tools"
15tint_spirv_headers_dir = "//third_party/externals/spirv-headers"
16
17tint_build_spv_reader = true
18tint_build_spv_writer = true
19tint_build_wgsl_reader = true
20tint_build_wgsl_writer = true
21tint_build_glsl_validator = false
22
23tint_build_unittests = false
24tint_build_benchmarks = false
25