2d71c9e995
Dawn is adding an dependency on Abseil, and a previous attempt to do so broke the Dawn/Skia roller. Adding the library to DEPS here to support that, though it will only be called from Dawn code (like Tint). See: https://dawn-review.googlesource.com/c/dawn/+/64600 Bug: dawn:563 Change-Id: I002a086b3c8406da2a59d04321e9189f09e9e29a Reviewed-on: https://skia-review.googlesource.com/c/skia/+/451638 Reviewed-by: Brian Osman <brianosman@google.com> Commit-Queue: Brian Osman <brianosman@google.com>
16 lines
583 B
Plaintext
16 lines
583 B
Plaintext
# Copyright 2019 Google Inc.
|
|
#
|
|
# Use of this source code is governed by a BSD-style license that can be
|
|
# found in the LICENSE file.
|
|
|
|
# These are variables that are overridable by projects that include Dawn.
|
|
|
|
# Skia doesn't have Chromium's //build directory. Tell Dawn to do without.
|
|
dawn_has_build = false
|
|
|
|
dawn_abseil_dir = "//third_party/externals/abseil-cpp"
|
|
dawn_jinja2_dir = "//third_party/externals/jinja2"
|
|
dawn_spirv_tools_dir = "//third_party/externals/spirv-tools"
|
|
dawn_spirv_cross_dir = "//third_party/externals/spirv-cross"
|
|
dawn_tint_dir = "//third_party/externals/tint"
|