diff --git a/DEPS b/DEPS index a07a65f8c577..efb5ff8d3ad7 100644 --- a/DEPS +++ b/DEPS @@ -24,7 +24,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@1e1834a4ce8b8f90fdf2fe50919dc992d7bfac8f", + "third_party/externals/dawn" : "https://dawn.googlesource.com/dawn.git@3c4fddf3e3a23242dce031881fa319d01462e545", "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@cb436cf0142b4cbe47aae94223443df7f82e2920", diff --git a/bazel/deps.bzl b/bazel/deps.bzl index 7c0bfdabf50e..97c1d18aa63b 100644 --- a/bazel/deps.bzl +++ b/bazel/deps.bzl @@ -22,7 +22,7 @@ def git_repos_from_deps(): new_git_repository( name = "dawn", build_file = "@//bazel/external/dawn:BUILD.bazel", - commit = "1e1834a4ce8b8f90fdf2fe50919dc992d7bfac8f", + commit = "3c4fddf3e3a23242dce031881fa319d01462e545", remote = "https://dawn.googlesource.com/dawn.git", )