Roll Skia from 4e820f192226 to 503b7a1d9c19 (5 revisions) https://skia.googlesource.com/skia.git/+log/4e820f192226..503b7a1d9c19 2026-05-05 chrome-branch-day@chops-service-accounts.iam.gserviceaccount.com Merge 4 release notes into RELEASE_NOTES.md 2026-05-05 chrome-branch-day@chops-service-accounts.iam.gserviceaccount.com Update Skia milestone to 150 2026-05-05 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2026-05-05 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 5f0e794041ec to 117aeb5a1170 (12 revisions) 2026-05-05 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Skia Infra from 1e3576271edf to dd2538e6ee98 (8 revisions) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/skia-lottie-ci-autoroll Please CC kjlubick@google.com,skiabot@google.com on the revert to ensure that a human is aware of the problem. To file a bug in Skia: https://bugs.chromium.org/p/skia/issues/entry 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 Cq-Include-Trybots: skia/skia.primary:Housekeeper-PerCommit-InfraTests Tbr: kjlubick@google.com Change-Id: I659ae6efee1013c11f1bf00397dfe1b20df6b071 Reviewed-on: https://skia-review.googlesource.com/c/lottie-ci/+/1226377 Commit-Queue: skia-autoroll@skia-public.iam.gserviceaccount.com <skia-autoroll@skia-public.iam.gserviceaccount.com> Bot-Commit: skia-autoroll@skia-public.iam.gserviceaccount.com <skia-autoroll@skia-public.iam.gserviceaccount.com>
diff --git a/DEPS b/DEPS index 9f63dc3..988a70a 100644 --- a/DEPS +++ b/DEPS
@@ -11,7 +11,7 @@ # Three lines of non-changing comments so that # the commit queue can handle CLs rolling Skia # and whatever else without interference from each other. - 'skia_revision': '4e820f192226362d8ca434fa8b11e2f0c3f85d43', + 'skia_revision': '503b7a1d9c19530bf301e14bd27b0e8838cf888e', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling Skia # and whatever else without interference from each other.
diff --git a/go.mod b/go.mod index 4a9f9f2..a34af04 100644 --- a/go.mod +++ b/go.mod
@@ -67,7 +67,7 @@ go.opentelemetry.io/otel v1.37.0 // indirect go.opentelemetry.io/otel/metric v1.37.0 // indirect go.opentelemetry.io/otel/trace v1.37.0 // indirect - go.skia.org/infra v0.0.0-20260501055612-1e3576271edf // indirect + go.skia.org/infra v0.0.0-20260504151637-dd2538e6ee98 // indirect golang.org/x/crypto v0.41.0 // indirect golang.org/x/exp v0.0.0-20250210185358-939b2ce775ac // indirect golang.org/x/net v0.43.0 // indirect
diff --git a/go.sum b/go.sum index 10388d7..3fb0dfb 100644 --- a/go.sum +++ b/go.sum
@@ -1290,6 +1290,8 @@ go.skia.org/infra v0.0.0-20260501004452-a89472f1bea4/go.mod h1:t3pSnCwOGTDvvhSDyUH6TNG3bxySLTElC22WKxOxzzU= go.skia.org/infra v0.0.0-20260501055612-1e3576271edf h1:y8UKODy8k0aPqe/6Q0PldtDI7Aztwh1FOqXhSxt5PnU= go.skia.org/infra v0.0.0-20260501055612-1e3576271edf/go.mod h1:t3pSnCwOGTDvvhSDyUH6TNG3bxySLTElC22WKxOxzzU= +go.skia.org/infra v0.0.0-20260504151637-dd2538e6ee98 h1:0atr+CgjDkFfuVeXMFQ7Wwstsu5ty1DnLMwTq6b9T58= +go.skia.org/infra v0.0.0-20260504151637-dd2538e6ee98/go.mod h1:t3pSnCwOGTDvvhSDyUH6TNG3bxySLTElC22WKxOxzzU= golang.org/x/crypto v0.0.0-20180904163835-0709b304e793/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4= golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI=