blob: a8267948fd51024a3c36efc5fdc6bf73f34dc894 [file] [log] [blame]
Corentin Wallez955059ff2018-10-21 10:47:391# 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
5shaderc_glslang_dir = "//third_party/glslang/src"
6shaderc_spirv_tools_dir = "//third_party/SPIRV-Tools/src"
Ryan Harrison0bb16ee2019-11-27 16:38:387shaderc_spirv_cross_dir = "//third_party/spirv-cross/spirv-cross"
Ryan Harrison45729e152019-10-09 14:01:218shaderc_spirv_headers_dir = "//third_party/spirv-headers/src"
9
10shaderc_enable_spvc_parser = false