diff --git a/DEPS b/DEPS index 5019fe4ba8f..eeb0ebac2b4 100644 --- a/DEPS +++ b/DEPS @@ -36,7 +36,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@c3cd3b4a6d4078c7e9ec7ce4635726ea710ce294", + "third_party/externals/dawn" : "https://dawn.googlesource.com/dawn.git@bd302da5fe833e6662c71b5762e4c75405792c17", "third_party/externals/jinja2" : "https://chromium.googlesource.com/chromium/src/third_party/jinja2@e2d024354e11cc6b041b0cff032d73f0c7e43a07", "third_party/externals/markupsafe" : "https://chromium.googlesource.com/chromium/src/third_party/markupsafe@0bad08bb207bbfc1d6f3bbc82b9242b0c50e5794", "third_party/externals/abseil-cpp" : "https://skia.googlesource.com/external/github.com/abseil/abseil-cpp.git@65a55c2ba891f6d2492477707f4a2e327a0b40dc", diff --git a/bazel/deps.bzl b/bazel/deps.bzl index 0e3e68b19b1..90730f42bcb 100644 --- a/bazel/deps.bzl +++ b/bazel/deps.bzl @@ -30,7 +30,7 @@ def c_plus_plus_deps(ws = "@skia"): new_git_repository( name = "dawn", build_file = ws + "//bazel/external/dawn:BUILD.bazel", - commit = "c3cd3b4a6d4078c7e9ec7ce4635726ea710ce294", + commit = "bd302da5fe833e6662c71b5762e4c75405792c17", remote = "https://dawn.googlesource.com/dawn.git", ) diff --git a/infra/bots/deps/deps_gen.go b/infra/bots/deps/deps_gen.go index 6791ee9f0ab..26bc187aa99 100644 --- a/infra/bots/deps/deps_gen.go +++ b/infra/bots/deps/deps_gen.go @@ -149,7 +149,7 @@ var deps = deps_parser.DepsEntries{ }, "dawn.googlesource.com/dawn": { Id: "dawn.googlesource.com/dawn", - Version: "c3cd3b4a6d4078c7e9ec7ce4635726ea710ce294", + Version: "bd302da5fe833e6662c71b5762e4c75405792c17", Path: "third_party/externals/dawn", }, "infra/3pp/tools/ninja": {