aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--DEPS2
-rw-r--r--METADATA2
-rw-r--r--bazel/deps.bzl2
3 files changed, 3 insertions, 3 deletions
diff --git a/DEPS b/DEPS
index 0f70ce2b08..87a5daa785 100644
--- a/DEPS
+++ b/DEPS
@@ -28,7 +28,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@29ab089da26563ce8069fd5c1a7963b5c75702c3",
+ "third_party/externals/dawn" : "https://dawn.googlesource.com/dawn.git@cebf22738909498596d4c7ede83d229addbd5e9e",
"third_party/externals/jinja2" : "https://chromium.googlesource.com/chromium/src/third_party/jinja2@515dd10de9bf63040045902a4a310d2ba25213a0",
"third_party/externals/markupsafe" : "https://chromium.googlesource.com/chromium/src/third_party/markupsafe@006709ba3ed87660a17bd4548c45663628f5ed85",
"third_party/externals/abseil-cpp" : "https://skia.googlesource.com/external/github.com/abseil/abseil-cpp.git@cb436cf0142b4cbe47aae94223443df7f82e2920",
diff --git a/METADATA b/METADATA
index 699c0fe7c9..e37890e676 100644
--- a/METADATA
+++ b/METADATA
@@ -9,7 +9,7 @@ third_party {
type: GIT
value: "https://skia.googlesource.com/skia"
}
- version: "f436b5ea0e62751abd63b77cc12881eb08e0f8b7"
+ version: "0b3bebcd0907b801f0ee64bc4c9a99cb32a9fb74"
license_type: RECIPROCAL
last_upgrade_date {
year: 2023
diff --git a/bazel/deps.bzl b/bazel/deps.bzl
index 34a3796e82..8b17004250 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 = "29ab089da26563ce8069fd5c1a7963b5c75702c3",
+ commit = "cebf22738909498596d4c7ede83d229addbd5e9e",
remote = "https://dawn.googlesource.com/dawn.git",
)