blob: 5ded476caf420c2f5f97641e1bef52f2f993a336 [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
Zhenyao Mo4f17b602020-04-13 15:26:17 -070011dawn_jinja2_dir = "//third_party/externals/jinja2"
Corentin Wallez89d6e792021-03-08 15:25:34 +010012dawn_spirv_tools_dir = "//third_party/externals/spirv-tools"
Corentin Wallez7328d172020-09-04 10:07:35 +020013dawn_spirv_cross_dir = "//third_party/externals/spirv-cross"
Corentin Wallez82fe4d22021-03-12 11:46:04 +010014dawn_tint_dir = "//third_party/externals/tint"