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 8# Skia doesn't have Chromium's //build directory. Tell Dawn to do without. 9dawn_has_build = false 10 11dawn_abseil_dir = "${skia_third_party_dir}/externals/abseil-cpp" 12dawn_jinja2_dir = "${skia_third_party_dir}/externals/jinja2" 13dawn_spirv_tools_dir = "${skia_third_party_dir}/externals/spirv-tools" 14dawn_spirv_cross_dir = "${skia_third_party_dir}/externals/spirv-cross" 15dawn_tint_dir = "${skia_third_party_dir}/externals/tint" 16