blob: 6ee889d242157ce4b9aeb79433d3a3809621128d [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
Zhenyao Mo4f17b602020-04-13 15:26:17 -070013# Skia doesn't have Chromium's //build directory. Tell Dawn to do without.
14dawn_has_build = false
Sean Gilhuly695f57d2020-03-30 13:23:00 -040015
Zhenyao Mo4f17b602020-04-13 15:26:17 -070016dawn_jinja2_dir = "//third_party/externals/jinja2"
Sean Gilhuly695f57d2020-03-30 13:23:00 -040017dawn_shaderc_dir = "//third_party/shaderc"
18dawn_spirv_tools_dir = "//third_party/spirv-tools"
Corentin Wallez7328d172020-09-04 10:07:35 +020019dawn_spirv_cross_dir = "//third_party/externals/spirv-cross"