blob: 771ef09a8526c6f5c2dab85eb9631155a50dfa5a [file] [log] [blame]
Stephen White3e45e122019-07-22 09:12:29 -04001# 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
Stephen White3e45e122019-07-22 09:12:29 -04008# The paths to Dawn's dependencies. For now, we leave these unset to
9# use Dawn's DEPS. Eventually, we'll move to Skia's copies of as
10# many of these as possible. This will require updating Skia's
11# SPIRV-Tools and Shaderc at a minimum.
12
13# dawn_jinja2_dir = "//third_party/jinja2"
14# dawn_glfw_dir = "//third_party/glfw"
15# dawn_googletest_dir = "//third_party/googletest"
16# dawn_shaderc_dir = "//third_party/shaderc"
17# dawn_spirv_tools_dir = "//third_party/SPIRV-Tools"
18# dawn_spirv_cross_dir = "//third_party/spirv-cross"