From 351b29b4e4c9b782de8aa1272d1c823635eae88f Mon Sep 17 00:00:00 2001 From: "Chrome Release Bot (LUCI)" Date: Fri, 10 Dec 2021 04:03:59 +0000 Subject: [PATCH] Update DEPS for 4758 branching Change-Id: I7885b5800c9de1cdee9fe3d9b02668d7f6bd8dc2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3328891 Bot-Commit: Chrome Release Bot (LUCI) Cr-Commit-Position: refs/branch-heads/4758@{#1} Cr-Branched-From: 4a2cf4baf90326df19c3ee70ff987960d59a386e-refs/heads/main@{#950365} --- DEPS | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/DEPS b/DEPS index 859213f12c40ea..b1c646714787f8 100644 --- a/DEPS +++ b/DEPS @@ -239,15 +239,15 @@ vars = { # 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': 'eb6851ab510554632125a4c3e1a9fcd43f148d91', + 'skia_revision': 'refs/heads/chrome/m98', # 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': 'e218afa8473132b56a9e1532be7920dd130aeb7e', + 'v8_revision': 'refs/heads/chromium/4758', # 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': '663831aa676c59829cc3d822340812f016bf77f6', + 'angle_revision': 'refs/heads/chromium/4758', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling SwiftShader # and whatever else without interference from each other. @@ -255,7 +255,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': '7555375264d234a42305f85d37999d1f8b656099', + 'pdfium_revision': 'refs/heads/chromium/4758', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling BoringSSL # and whatever else without interference from each other. @@ -354,7 +354,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': '1b1b658d365591b6a8d4bfb0c3524832c89afc99', + 'dawn_revision': 'refs/heads/chromium/4758', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling feed # and whatever else without interference from each other. @@ -1532,7 +1532,7 @@ deps = { }, 'src/third_party/requests/src': { - 'url': Var('chromium_git') + '/external/github.com/kennethreitz/requests.git' + '@' + 'refs/tags/v2.23.0', + 'url': Var('chromium_git') + '/external/github.com/kennethreitz/requests.git' + '@' + 'c7e0fc087ceeadb8b4c84a0953a422c474093d6d', 'condition': 'checkout_android', }, @@ -1603,7 +1603,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@38603b300bcee065a9d9f0203eb389775a06e1ee', + 'src/third_party/vulkan-deps': '{chromium_git}/vulkan-deps@refs/heads/chromium/4758', 'src/third_party/vulkan_memory_allocator': Var('chromium_git') + '/external/github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git' + '@' + '5e49f57a6e71a026a54eb42e366de09a4142d24e', @@ -1642,7 +1642,7 @@ deps = { Var('chromium_git') + '/external/github.com/gpuweb/cts.git' + '@' + 'c7db2bd770483d359a66ff5d43c81d43677043e9', 'src/third_party/webrtc': - Var('webrtc_git') + '/src.git' + '@' + 'a6b138d6b4ef3a5b2c87f899b67f3b5c8dd3c002', + Var('webrtc_git') + '/src.git' + '@' + 'refs/branch-heads/4758', 'src/third_party/libgifcodec': Var('skia_git') + '/libgifcodec' + '@'+ Var('libgifcodec_revision'), @@ -1700,7 +1700,7 @@ deps = { Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'), 'src-internal': { - 'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@b9131a70da0bd29f3c8c2aa208fe89de4424935f', + 'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@refs/heads/chromium/4758', 'condition': 'checkout_src_internal', },