blob: 6a6556644e0ff5a3f97a0cfb2266feaf7abda420 [file] [log] [blame]
Ryan Harrison4f3811c2020-05-07 21:15:55 +00001# Copyright 2020 The Dawn Authors.
2#
3# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.
5# You may obtain a copy of the License at
6#
7# http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS,
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
14
Stephen Whitef1fa60b2021-01-06 17:41:50 +000015tint_spirv_tools_dir = "//third_party/vulkan-deps/spirv-tools/src"
Stephen Whitef1fa60b2021-01-06 17:41:50 +000016tint_spirv_headers_dir = "//third_party/vulkan-deps/spirv-headers/src"
Ryan Harrison4f3811c2020-05-07 21:15:55 +000017
Ryan Harrisonda5828c2020-09-30 17:50:14 +000018tint_build_spv_reader = true
Ryan Harrison4f3811c2020-05-07 21:15:55 +000019tint_build_spv_writer = true
20tint_build_wgsl_reader = true
Corentin Wallez220ff072021-06-28 10:23:08 +000021tint_build_wgsl_writer = true
dan sinclair77bf2332022-06-22 12:40:43 +000022
23tint_build_unittests = true