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 | |
| 15 | tint_root_dir = "//third_party/tint" |
Stephen White | f1fa60b | 2021-01-06 17:41:50 +0000 | [diff] [blame] | 16 | tint_spirv_tools_dir = "//third_party/vulkan-deps/spirv-tools/src" |
Ryan Harrison | 4f3811c | 2020-05-07 21:15:55 +0000 | [diff] [blame] | 17 | tint_googletest_dir = "//third_party/googletest" |
Stephen White | f1fa60b | 2021-01-06 17:41:50 +0000 | [diff] [blame] | 18 | tint_spirv_headers_dir = "//third_party/vulkan-deps/spirv-headers/src" |
Ryan Harrison | 4f3811c | 2020-05-07 21:15:55 +0000 | [diff] [blame] | 19 | |
Ryan Harrison | da5828c | 2020-09-30 17:50:14 +0000 | [diff] [blame] | 20 | tint_build_spv_reader = true |
Ryan Harrison | 4f3811c | 2020-05-07 21:15:55 +0000 | [diff] [blame] | 21 | tint_build_spv_writer = true |
| 22 | tint_build_wgsl_reader = true |
| 23 | tint_build_wgsl_writer = false |