1# Copyright 2019 Google Inc. 2# 3# Use of this source code is governed by a BSD-style license that can be 4# found in the LICENSE file. 5 6# These are variables that are overridable by projects that include Dawn. 7 8dawn_root = "../externals/dawn" 9 10# The paths to Dawn's dependencies. For now, we leave these unset to 11# use Dawn's DEPS. Eventually, we'll move to Skia's copies of as 12# many of these as possible. This will require updating Skia's 13# SPIRV-Tools and Shaderc at a minimum. 14 15# dawn_jinja2_dir = "//third_party/jinja2" 16# dawn_glfw_dir = "//third_party/glfw" 17# dawn_googletest_dir = "//third_party/googletest" 18# dawn_shaderc_dir = "//third_party/shaderc" 19# dawn_spirv_tools_dir = "//third_party/SPIRV-Tools" 20# dawn_spirv_cross_dir = "//third_party/spirv-cross" 21