dawn.gni 764 B

1234567891011121314151617181920
  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. # These are variables that are overridable by projects that include Dawn.
  6. dawn_root = "../externals/dawn"
  7. # The paths to Dawn's dependencies. For now, we leave these unset to
  8. # use Dawn's DEPS. Eventually, we'll move to Skia's copies of as
  9. # many of these as possible. This will require updating Skia's
  10. # SPIRV-Tools and Shaderc at a minimum.
  11. # dawn_jinja2_dir = "//third_party/jinja2"
  12. # dawn_glfw_dir = "//third_party/glfw"
  13. # dawn_googletest_dir = "//third_party/googletest"
  14. # dawn_shaderc_dir = "//third_party/shaderc"
  15. # dawn_spirv_tools_dir = "//third_party/SPIRV-Tools"
  16. # dawn_spirv_cross_dir = "//third_party/spirv-cross"