Roll build folder
This patch rolls the `build/` folder and other third-party folders
to match their revisions to the ones used by the latest Chromium in
order to use the latest Windows 11 SDK 26100.
Fixed: chromium:374852565
Change-Id: I16185ff539e113c1c4bafcc04932d59769bbff48
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/211954
Reviewed-by: Corentin Wallez <cwallez@chromium.org>
Commit-Queue: Jiawei Shao <jiawei.shao@intel.com>
diff --git a/DEPS b/DEPS
index 83c75d3..88a0903 100644
--- a/DEPS
+++ b/DEPS
@@ -117,19 +117,25 @@
'condition': 'dawn_standalone',
},
+ # Required by //build on Linux
+ 'third_party/libdrm/src': {
+ 'url': '{chromium_git}/chromiumos/third_party/libdrm.git@ad78bb591d02162d3b90890aa4d0a238b2a37cde',
+ 'condition': 'dawn_standalone and host_os == "linux"',
+ },
+
# Dependencies required to use GN, Clang, and Rust in standalone.
# The //build, //tools/clang, and //tools/rust deps should all be updated
# in unison, as there are dependencies between them.
'build': {
- 'url': '{chromium_git}/chromium/src/build@a6c1c751fd8c18d9e051b12600aec2753c1712c3',
+ 'url': '{chromium_git}/chromium/src/build@9d5c32282de17517d92763af2d11dbeb1f6539aa',
'condition': 'dawn_standalone',
},
'tools/clang': {
- 'url': '{chromium_git}/chromium/src/tools/clang@06a29b5bbf392c68d73dc8df9015163cc5a98c40',
+ 'url': '{chromium_git}/chromium/src/tools/clang@53554bf3da41153f2e01f9ff234c194c156b7a93',
'condition': 'dawn_standalone',
},
'tools/rust': {
- 'url': '{chromium_git}/chromium/src/tools/rust@a69a8ecdbf7a19fb129ae57650cac9f704cb7cf9',
+ 'url': '{chromium_git}/chromium/src/tools/rust@ed0fe5c0e067bd64ab43eb7457e71680a81bd8e3',
'condition': 'dawn_standalone and checkout_rust',
},
'tools/clang/dsymutil': {
@@ -243,7 +249,7 @@
'condition': 'dawn_standalone',
},
'third_party/google_benchmark/src': {
- 'url': '{chromium_git}/external/github.com/google/benchmark.git' + '@' + 'efc89f0b524780b1994d5dddd83a92718e5be492',
+ 'url': '{chromium_git}/external/github.com/google/benchmark.git' + '@' + '761305ec3b33abf30e08d50eb829e19a802581cc',
'condition': 'dawn_standalone',
},