mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-08 13:14:56 +00:00
Added Abseil as a third-party dependency (Take 2)
Another attempt at https://dawn-review.googlesource.com/c/dawn/+/63780 Depends on https://skia-review.googlesource.com/c/skia/+/451638 This version of the CL fixes the Cmake and Skia compatibility issues from the previous CL. Bug: dawn:563 Change-Id: I41a7ee0aef1924df08a9be41e94effb7cd0025df Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/64600 Commit-Queue: Brandon Jones <bajones@chromium.org> Reviewed-by: Austin Eng <enga@chromium.org>
This commit is contained in:
committed by
Dawn LUCI CQ
parent
0ecd67a3fa
commit
a04663c13d
@@ -76,3 +76,7 @@ if (!defined(dawn_tint_dir)) {
|
||||
# Default to Tint being Dawn's DEPS
|
||||
dawn_tint_dir = "${dawn_root}/third_party/tint"
|
||||
}
|
||||
|
||||
if (!defined(dawn_abseil_dir)) {
|
||||
dawn_abseil_dir = "//third_party/abseil-cpp"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user