From 02b08fa1e1c5b03acc821b1470a88cfe9b65c57f Mon Sep 17 00:00:00 2001 From: "Chrome Release Bot (LUCI)" Date: Mon, 21 Mar 2022 15:04:09 +0000 Subject: [PATCH] Publish DEPS for 102.0.4956.0 --- DEPS | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/DEPS b/DEPS index d0a7091a68be0c..e0b3df1c71c765 100644 --- a/DEPS +++ b/DEPS @@ -257,11 +257,11 @@ vars = { # Three lines of non-changing comments so that # the commit queue can handle CLs rolling V8 # and whatever else without interference from each other. - 'v8_revision': 'refs/heads/chromium/4956', + 'v8_revision': '5398945f90f7de675c99bb33e7587744a610d0c3', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling ANGLE # and whatever else without interference from each other. - 'angle_revision': 'refs/heads/chromium/4956', + 'angle_revision': 'e56f185b3c476edad5f8cb02deed97c73b995f7a', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling SwiftShader # and whatever else without interference from each other. @@ -269,7 +269,7 @@ vars = { # Three lines of non-changing comments so that # the commit queue can handle CLs rolling PDFium # and whatever else without interference from each other. - 'pdfium_revision': 'refs/heads/chromium/4956', + 'pdfium_revision': 'c227ae53ba7c9e07da1186522cd705cef1ff4ea3', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling BoringSSL # and whatever else without interference from each other. @@ -368,7 +368,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': 'refs/heads/chromium/4956', + 'dawn_revision': 'd9d16bb657a1e1642ff21b1e05467fc919add046', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling feed # and whatever else without interference from each other. @@ -1692,7 +1692,7 @@ deps = { 'src/third_party/usrsctp/usrsctplib': Var('chromium_git') + '/external/github.com/sctplab/usrsctp' + '@' + '62d7d0c928c9a040dce96aa2f16c00e7e67d59cb', - 'src/third_party/vulkan-deps': '{chromium_git}/vulkan-deps@refs/heads/chromium/4956', + 'src/third_party/vulkan-deps': '{chromium_git}/vulkan-deps@5fe1b21d6ba47a8dee59068d6927a4c157ec13a3', 'src/third_party/vulkan_memory_allocator': Var('chromium_git') + '/external/github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git' + '@' + 'ebe84bec02c041d28f902da0214bf442743fc907', @@ -1731,7 +1731,7 @@ deps = { Var('chromium_git') + '/external/github.com/gpuweb/cts.git' + '@' + '09f024e50e84f191ee4546ef4021707faa376096', 'src/third_party/webrtc': - Var('webrtc_git') + '/src.git' + '@' + 'refs/branch-heads/4956', + Var('webrtc_git') + '/src.git' + '@' + 'f11a04d0f5399716b8782de083994bdc59190572', 'src/third_party/libgifcodec': Var('skia_git') + '/libgifcodec' + '@'+ Var('libgifcodec_revision'), @@ -1801,7 +1801,7 @@ deps = { Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'), 'src-internal': { - 'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@refs/heads/chromium/4956', + 'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@02032f329b9c2d2c1dc0313d469ee8c8a535841b', 'condition': 'checkout_src_internal', },