Ryan Harrison | 4f3811c | 2020-05-07 21:15:55 +0000 | [diff] [blame] | 1 | # 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 White | f1fa60b | 2021-01-06 17:41:50 +0000 | [diff] [blame] | 15 | tint_spirv_tools_dir = "//third_party/vulkan-deps/spirv-tools/src" |
Stephen White | f1fa60b | 2021-01-06 17:41:50 +0000 | [diff] [blame] | 16 | tint_spirv_headers_dir = "//third_party/vulkan-deps/spirv-headers/src" |
Ryan Harrison | 4f3811c | 2020-05-07 21:15:55 +0000 | [diff] [blame] | 17 | |
Ryan Harrison | da5828c | 2020-09-30 17:50:14 +0000 | [diff] [blame] | 18 | tint_build_spv_reader = true |
Ryan Harrison | 4f3811c | 2020-05-07 21:15:55 +0000 | [diff] [blame] | 19 | tint_build_spv_writer = true |
| 20 | tint_build_wgsl_reader = true |
Corentin Wallez | 220ff07 | 2021-06-28 10:23:08 +0000 | [diff] [blame] | 21 | tint_build_wgsl_writer = true |
dan sinclair | 77bf233 | 2022-06-22 12:40:43 +0000 | [diff] [blame] | 22 | |
| 23 | tint_build_unittests = true |