blob: e0daa8082b6e9c17780150322dac3b5993082b06 [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
Zhenyao Mo4f17b602020-04-13 15:26:17 -07008# Skia doesn't have Chromium's //build directory. Tell Dawn to do without.
9dawn_has_build = false
Sean Gilhuly695f57d2020-03-30 13:23:00 -040010
Brandon Jones2d71c9e2021-09-22 09:59:37 -070011dawn_abseil_dir = "//third_party/externals/abseil-cpp"
Zhenyao Mo4f17b602020-04-13 15:26:17 -070012dawn_jinja2_dir = "//third_party/externals/jinja2"
Corentin Wallez89d6e792021-03-08 15:25:34 +010013dawn_spirv_tools_dir = "//third_party/externals/spirv-tools"
Corentin Wallez7328d172020-09-04 10:07:35 +020014dawn_spirv_cross_dir = "//third_party/externals/spirv-cross"
Corentin Wallez82fe4d22021-03-12 11:46:04 +010015dawn_tint_dir = "//third_party/externals/tint"