Corentin Wallez | 955059ff | 2018-10-21 10:47:39 | [diff] [blame] | 1 | # Copyright 2018 The Chromium Authors. All rights reserved. |
| 2 | # Use of this source code is governed by a BSD-style license that can be |
| 3 | # found in the LICENSE file. |
| 4 | |
| 5 | shaderc_glslang_dir = "//third_party/glslang/src" |
| 6 | shaderc_spirv_tools_dir = "//third_party/SPIRV-Tools/src" |
Ryan Harrison | 0bb16ee | 2019-11-27 16:38:38 | [diff] [blame] | 7 | shaderc_spirv_cross_dir = "//third_party/spirv-cross/spirv-cross" |
Ryan Harrison | 45729e15 | 2019-10-09 14:01:21 | [diff] [blame] | 8 | shaderc_spirv_headers_dir = "//third_party/spirv-headers/src" |
| 9 | |
| 10 | shaderc_enable_spvc_parser = false |