Manual dawn roll

Change-Id: Id28311d2a7de96edbc8bcd7fa6eadb66223e5278
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/558438
Reviewed-by: Leon Scroggins <scroggo@google.com>
Commit-Queue: Leon Scroggins <scroggo@google.com>
Auto-Submit: Michael Ludwig <michaelludwig@google.com>
Commit-Queue: Michael Ludwig <michaelludwig@google.com>
Reviewed-by: Kevin Lubick <kjlubick@google.com>
This commit is contained in:
Michael Ludwig 2022-07-13 16:08:15 -04:00 committed by SkCQ
parent 743369018a
commit 7611b9a863
2 changed files with 2 additions and 1 deletions

2
DEPS
View File

@ -14,7 +14,7 @@ deps = {
"third_party/externals/d3d12allocator" : "https://skia.googlesource.com/external/github.com/GPUOpen-LibrariesAndSDKs/D3D12MemoryAllocator.git@169895d529dfce00390a20e69c2f516066fe7a3b",
# Dawn requires jinja2 and markupsafe for the code generator, tint for SPIRV compilation, and abseil for string formatting.
# When the Dawn revision is updated these should be updated from the Dawn DEPS as well.
"third_party/externals/dawn" : "https://dawn.googlesource.com/dawn.git@e9c5070348abd0f33529b225dfcc2cc4703bc3ea",
"third_party/externals/dawn" : "https://dawn.googlesource.com/dawn.git@b108fb391e9111092c238463bbdb26270b191be2",
"third_party/externals/jinja2" : "https://chromium.googlesource.com/chromium/src/third_party/jinja2@ee69aa00ee8536f61db6a451f3858745cf587de6",
"third_party/externals/markupsafe" : "https://chromium.googlesource.com/chromium/src/third_party/markupsafe@0944e71f4b2cb9a871bcbe353f95e889b64a611a",
"third_party/externals/abseil-cpp" : "https://skia.googlesource.com/external/github.com/abseil/abseil-cpp.git@c5a424a2a21005660b182516eb7a079cd8021699",

View File

@ -411,6 +411,7 @@ DAWN_SRCS = [
"src/dawn/native/ToBackend.h",
"src/dawn/native/Toggles.cpp",
"src/dawn/native/Toggles.h",
"src/dawn/native/UsageValidationMode.h",
"src/dawn/native/VertexFormat.cpp",
"src/dawn/native/VertexFormat.h",
"src/dawn/native/dawn_platform.h",