Stephen White | 3e45e12 | 2019-07-22 09:12:29 -0400 | [diff] [blame] | 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 | |
Stephen White | 3e45e12 | 2019-07-22 09:12:29 -0400 | [diff] [blame] | 8 | # 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 | |
Zhenyao Mo | 4f17b60 | 2020-04-13 15:26:17 -0700 | [diff] [blame] | 13 | # Skia doesn't have Chromium's //build directory. Tell Dawn to do without. |
| 14 | dawn_has_build = false |
Sean Gilhuly | 695f57d | 2020-03-30 13:23:00 -0400 | [diff] [blame] | 15 | |
Zhenyao Mo | 4f17b60 | 2020-04-13 15:26:17 -0700 | [diff] [blame] | 16 | dawn_jinja2_dir = "//third_party/externals/jinja2" |
Sean Gilhuly | 695f57d | 2020-03-30 13:23:00 -0400 | [diff] [blame] | 17 | dawn_shaderc_dir = "//third_party/shaderc" |
| 18 | dawn_spirv_tools_dir = "//third_party/spirv-tools" |
Corentin Wallez | 7328d17 | 2020-09-04 10:07:35 +0200 | [diff] [blame] | 19 | dawn_spirv_cross_dir = "//third_party/externals/spirv-cross" |