aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-autoroll <android-autoroll@skia-corp.google.com.iam.gserviceaccount.com>2023-12-13 04:46:23 +0000
committerandroid-autoroll <android-autoroll@skia-corp.google.com.iam.gserviceaccount.com>2023-12-13 04:46:23 +0000
commitc660264764ce8b80bbcd0a187bb0c313725fd375 (patch)
tree26683bc136bbc8326e97c6305d602b959b5ac246
parentd719f2f4cd9c2dc20cdea342de2ac9afc7c429c3 (diff)
parent1e63c048ded75eb742762857fe02b73834e8029b (diff)
downloadskia-c660264764ce8b80bbcd0a187bb0c313725fd375.tar.gz
Roll Skia from 927f20598b11 to 1e63c048ded7 (1 revision)
https://skia.googlesource.com/skia.git/+log/927f20598b11..1e63c048ded7 2023-12-13 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Dawn from cebf22738909 to 033f24e72cc0 (13 revisions) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/android-master-autoroll Please CC djsollen@google.com,rmistry@google.com,scroggo@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://issues.skia.org/issues/new?component=1389291&template=1850622 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md Test: Presubmit checks will test this change. Exempt-From-Owner-Approval: The autoroll bot does not require owner approval. Bug: b/186777432 Change-Id: Ia5a896e64484d2effc25e36707b2d09fec34b167
-rw-r--r--DEPS2
-rw-r--r--METADATA4
-rw-r--r--bazel/deps.bzl2
3 files changed, 4 insertions, 4 deletions
diff --git a/DEPS b/DEPS
index 89e5ddb9c1..e784fe5e24 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@cebf22738909498596d4c7ede83d229addbd5e9e",
+ "third_party/externals/dawn" : "https://dawn.googlesource.com/dawn.git@033f24e72cc01610ae2a51aaacf124950b7032c2",
"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 fa7befdcfe..03104f5553 100644
--- a/METADATA
+++ b/METADATA
@@ -9,11 +9,11 @@ third_party {
type: GIT
value: "https://skia.googlesource.com/skia"
}
- version: "927f20598b11040c3265369e6da1ee3732cbb9e3"
+ version: "1e63c048ded75eb742762857fe02b73834e8029b"
license_type: RECIPROCAL
last_upgrade_date {
year: 2023
month: 12
- day: 12
+ day: 13
}
}
diff --git a/bazel/deps.bzl b/bazel/deps.bzl
index 8b17004250..4686f1df9c 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 = "cebf22738909498596d4c7ede83d229addbd5e9e",
+ commit = "033f24e72cc01610ae2a51aaacf124950b7032c2",
remote = "https://dawn.googlesource.com/dawn.git",
)