Roll Chromium from 934246a92851 to 6d828adb0f1f (668 revisions) https://chromium.googlesource.com/chromium/src/+log/934246a92851..6d828adb0f1f If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/chromium-dawn Please CC chrome-gpu-infra@google.com,dneto@google.com on the revert to ensure that a human is aware of the problem. To file a bug in Chromium: https://issues.chromium.org/issues/new?component=1571065&template=0 To file a bug in Dawn: https://issues.chromium.org/issues/new?component=1571065&template=0 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 DEPS, submodule, and //infra/config changes generated by running: scripts/roll_chromium_deps.py --revision 6d828adb0f1f7ff2cc8498c22adfca5df041bbaf --verbose --autoroll --ignore-unclean-workdir Repo entries: build: https://chromium.googlesource.com/chromium/src/build/+log/c8d91cbe0e..3a93baf94f testing: https://chromium.googlesource.com/chromium/src/testing/+log/1b662448b6..b7e607ddc8 third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/4e00b47c60..316bb1e1c2 third_party/llvm-libc/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libc.git/+log/093cb8225d..408555ae3f tools/clang: https://chromium.googlesource.com/chromium/src/tools/clang/+log/d2e96d6073..276a21d670 CIPD entries: buildtools/linux64 buildtools/mac buildtools/win No GCS entries changed in this roll No explicitly synced GN variables changed in this roll Bug: None Tbr: dneto@google.com Change-Id: I0b6ee137a2662ea1b66f8528abe0c45f21302202 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/300716 Commit-Queue: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com> Bot-Commit: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com>
diff --git a/DEPS b/DEPS index 11e683f..2af61a9 100644 --- a/DEPS +++ b/DEPS
@@ -22,7 +22,7 @@ 'dawn_tintd': False, # Also fetches dependencies required for building tintd. 'dawn_cmake_version': 'version:2@3.23.3', 'dawn_cmake_win32_sha1': 'b106d66bcdc8a71ea2cdf5446091327bfdb1bcd7', - 'dawn_gn_version': 'git_revision:b2ac0e7a9089039e62b84d246eca83f84c540f76', + 'dawn_gn_version': 'git_revision:6e8dcdebbadf4f8aa75e6a4b6e0bdf89dce1513a', # ninja CIPD package version. # https://chrome-infra-packages.appspot.com/p/infra/3pp/tools/ninja 'dawn_ninja_version': 'version:3@1.12.1.chromium.4', @@ -66,7 +66,7 @@ # Version of Chromium the DEPS entries synced by scripts/roll_chromium_deps.py # were last synced to. - 'chromium_revision': '934246a92851a5fe3069c6b8e6162d1ad869a0e3', + 'chromium_revision': '6d828adb0f1f7ff2cc8498c22adfca5df041bbaf', # We never want to actually checkout Chromium, but we need a fake DEPS entry # in order for the Chromium -> Dawn DEPS autoroller to work. 'checkout_placeholder_chromium': False, @@ -112,7 +112,7 @@ }, 'third_party/depot_tools': { - 'url': '{chromium_git}/chromium/tools/depot_tools.git@4e00b47c607f93021e0a26b7ae73ca323e300af1', + 'url': '{chromium_git}/chromium/tools/depot_tools.git@316bb1e1c28d221ed92419622304704c21d50196', 'condition': 'dawn_standalone', }, @@ -128,7 +128,7 @@ # Required by libc++ 'third_party/llvm-libc/src': { - 'url': '{chromium_git}/external/github.com/llvm/llvm-project/libc.git@093cb8225d8b9cfb64bd284bf868cd5e02cc5e77', + 'url': '{chromium_git}/external/github.com/llvm/llvm-project/libc.git@408555ae3fe0e47e384fd0b2ad487cc01b68d922', 'condition': 'dawn_standalone', }, @@ -143,11 +143,11 @@ # The //build and //tools/* deps should all be updated in unison, as # there are dependencies between them. 'build': { - 'url': '{chromium_git}/chromium/src/build@c8d91cbe0e7468b4e37c3ad33695ea13018312db', + 'url': '{chromium_git}/chromium/src/build@3a93baf94f12d0e7ced2a7d862cd68cf0a02d2f8', 'condition': 'dawn_standalone', }, 'tools/clang': { - 'url': '{chromium_git}/chromium/src/tools/clang@d2e96d6073aff96eaf6128e4d8897af00193ccf8', + 'url': '{chromium_git}/chromium/src/tools/clang@276a21d670c8b64f2716011c00b53035b91f9065', 'condition': 'dawn_standalone', }, 'tools/memory': { @@ -253,7 +253,7 @@ # Testing, GTest and GMock 'testing': { - 'url': '{chromium_git}/chromium/src/testing@1b662448b65db0dcef4149d1fa6f5ac4e8580f99', + 'url': '{chromium_git}/chromium/src/testing@b7e607ddc89b547036848aa714e800026f6d69a4', 'condition': 'dawn_standalone', }, 'third_party/libFuzzer/src': {
diff --git a/build b/build index c8d91cb..3a93baf 160000 --- a/build +++ b/build
@@ -1 +1 @@ -Subproject commit c8d91cbe0e7468b4e37c3ad33695ea13018312db +Subproject commit 3a93baf94f12d0e7ced2a7d862cd68cf0a02d2f8
diff --git a/infra/config/global/PACKAGE.lock b/infra/config/global/PACKAGE.lock index 2f1825b..4cfc0cf 100644 --- a/infra/config/global/PACKAGE.lock +++ b/infra/config/global/PACKAGE.lock
@@ -28,7 +28,7 @@ "name": "@chromium-targets", "source": { "repo": "https://chromium.googlesource.com/chromium/src/+/refs/heads/main", - "revision": "934246a92851a5fe3069c6b8e6162d1ad869a0e3", + "revision": "6d828adb0f1f7ff2cc8498c22adfca5df041bbaf", "path": "infra/config/targets" }, "deps": [
diff --git a/infra/config/global/PACKAGE.star b/infra/config/global/PACKAGE.star index 28a2fb7..58629cc 100644 --- a/infra/config/global/PACKAGE.star +++ b/infra/config/global/PACKAGE.star
@@ -56,7 +56,7 @@ repo = "chromium/src", ref = "refs/heads/main", path = "infra/config/targets", - revision = "934246a92851a5fe3069c6b8e6162d1ad869a0e3", + revision = "6d828adb0f1f7ff2cc8498c22adfca5df041bbaf", ), )
diff --git a/testing b/testing index 1b66244..b7e607d 160000 --- a/testing +++ b/testing
@@ -1 +1 @@ -Subproject commit 1b662448b65db0dcef4149d1fa6f5ac4e8580f99 +Subproject commit b7e607ddc89b547036848aa714e800026f6d69a4
diff --git a/third_party/depot_tools b/third_party/depot_tools index 4e00b47..316bb1e 160000 --- a/third_party/depot_tools +++ b/third_party/depot_tools
@@ -1 +1 @@ -Subproject commit 4e00b47c607f93021e0a26b7ae73ca323e300af1 +Subproject commit 316bb1e1c28d221ed92419622304704c21d50196
diff --git a/third_party/llvm-libc/src b/third_party/llvm-libc/src index 093cb82..408555a 160000 --- a/third_party/llvm-libc/src +++ b/third_party/llvm-libc/src
@@ -1 +1 @@ -Subproject commit 093cb8225d8b9cfb64bd284bf868cd5e02cc5e77 +Subproject commit 408555ae3fe0e47e384fd0b2ad487cc01b68d922
diff --git a/tools/clang b/tools/clang index d2e96d6..276a21d 160000 --- a/tools/clang +++ b/tools/clang
@@ -1 +1 @@ -Subproject commit d2e96d6073aff96eaf6128e4d8897af00193ccf8 +Subproject commit 276a21d670c8b64f2716011c00b53035b91f9065