diff --git a/DEPS b/DEPS index 13e82838b54..ea0ac8f5608 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@23bb5c06534109dcbdcf41174be544f2836b430f", + "third_party/externals/dawn" : "https://dawn.googlesource.com/dawn.git@45926030e9e128f02e53f52d1a6bb78e932537eb", "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 8ed6d43d1a7..a40deffe988 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 = "23bb5c06534109dcbdcf41174be544f2836b430f", + commit = "45926030e9e128f02e53f52d1a6bb78e932537eb", remote = "https://dawn.googlesource.com/dawn.git", ) diff --git a/infra/bots/deps/deps_gen.go b/infra/bots/deps/deps_gen.go index a426af6a8de..e69fd3455bb 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: "23bb5c06534109dcbdcf41174be544f2836b430f", + Version: "45926030e9e128f02e53f52d1a6bb78e932537eb", Path: "third_party/externals/dawn", }, "infra/3pp/tools/ninja": {