0

Revert "Roll Dawn from 9fa8edf5c4ec to 0df0fe94903a (1 revision)"

This reverts commit ca68e05701.

Reason for revert: suspicious about linux-chromeos-dbg failure
https://ci.chromium.org/ui/p/chromium/builders/ci/linux-chromeos-dbg/36144/blamelist

Original change's description:
> Roll Dawn from 9fa8edf5c4ec to 0df0fe94903a (1 revision)
>
> https://dawn.googlesource.com/dawn.git/+log/9fa8edf5c4ec..0df0fe94903a
>
> 2024-04-06 jimblackler@google.com Add utility method to get Native Window object for surfaces.
>
> If this roll has caused a breakage, revert this CL and stop the roller
> using the controls here:
> https://autoroll.skia.org/r/dawn-chromium-autoroll
> Please CC bclayton@google.com,cwallez@google.com on the revert to ensure that a human
> is aware of the problem.
>
> To file a bug in Dawn: https://bugs.chromium.org/p/dawn/issues/entry
> To file a bug in Chromium: https://bugs.chromium.org/p/chromium/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: luci.chromium.try:dawn-android-arm-deps-rel;luci.chromium.try:dawn-android-arm64-deps-rel;luci.chromium.try:dawn-linux-x64-deps-rel;luci.chromium.try:dawn-mac-x64-deps-rel;luci.chromium.try:dawn-mac-arm64-deps-rel;luci.chromium.try:dawn-win10-x64-deps-rel;luci.chromium.try:dawn-win10-x86-deps-rel;luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel;luci.chromium.try:gpu-fyi-cq-android-arm64
> Bug: chromium:307286150
> Tbr: bclayton@google.com
> Include-Ci-Only-Tests: true
> Change-Id: I4ebc77d022ba15dd5396f73788587fd3b2496eb3
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5432415
> Bot-Commit: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
> Cr-Commit-Position: refs/heads/main@{#1283612}

Bug: chromium:307286150
Change-Id: I18b37d79bc5c8597b03f47ab5f476b9875994c73
Cq-Include-Trybots: luci.chromium.try:dawn-android-arm-deps-rel;luci.chromium.try:dawn-android-arm64-deps-rel;luci.chromium.try:dawn-linux-x64-deps-rel;luci.chromium.try:dawn-mac-x64-deps-rel;luci.chromium.try:dawn-mac-arm64-deps-rel;luci.chromium.try:dawn-win10-x64-deps-rel;luci.chromium.try:dawn-win10-x86-deps-rel;luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel;luci.chromium.try:gpu-fyi-cq-android-arm64
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5433175
Auto-Submit: Yoichi Osato <yoichio@chromium.org>
Reviewed-by: Minoru Chikamune <chikamune@chromium.org>
Reviewed-by: Yoichi Osato <yoichio@chromium.org>
Commit-Queue: Minoru Chikamune <chikamune@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1283691}
This commit is contained in:
Yoichi Osato
2024-04-08 02:11:04 +00:00
committed by Chromium LUCI CQ
parent 734a199d3d
commit 969ffb0f95
3 changed files with 3 additions and 2 deletions

1
.gitmodules vendored

@ -636,6 +636,7 @@
[submodule "chrome/elevation_service/internal"]
path = chrome/elevation_service/internal
url = https://chrome-internal.googlesource.com/chrome/elevation_service/internal
gclient-condition = checkout_src_internal and checkout_win
[submodule "chrome/installer/mac/internal"]
path = chrome/installer/mac/internal
url = https://chrome-internal.googlesource.com/chrome/installer/mac/internal

2
DEPS

@ -427,7 +427,7 @@ vars = {
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling feed
# and whatever else without interference from each other.
'dawn_revision': 'f51ecbb7b732209bf1b3f101c449dbea4c3d2e79',
'dawn_revision': '9fa8edf5c4ec7eead01cc9328ef5196fe15998cc',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling feed
# and whatever else without interference from each other.