From 932feb6d26af08e3f3b2ed2618da5b69277fc311 Mon Sep 17 00:00:00 2001 From: "Chrome Release Bot (LUCI)" Date: Tue, 20 Dec 2022 04:14:19 +0000 Subject: [PATCH] Update DEPS for 5488 branching Change-Id: I5056aab7985d67e8995046f67542a0c8e3903896 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4116856 Bot-Commit: Chrome Release Bot (LUCI) Cr-Commit-Position: refs/branch-heads/5488@{#1} Cr-Branched-From: c371b65c9caa54bd00537ad2d99307b7d9f494f2-refs/heads/main@{#1085191} --- DEPS | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/DEPS b/DEPS index 66d4d8d24bee6..00f47308a4d52 100644 --- a/DEPS +++ b/DEPS @@ -303,11 +303,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': '9136ceefb7d03657618e67428e248c4772c4b2bb', + 'v8_revision': 'refs/heads/chromium/5488', # 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': '1505f3fb77cf77c5f12d5d87f44e92a1236d09c1', + 'angle_revision': 'refs/heads/chromium/5488', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling SwiftShader # and whatever else without interference from each other. @@ -315,7 +315,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': '6696d1a821223ae2003de9273e62cb4ec0fdc910', + 'pdfium_revision': 'refs/heads/chromium/5488', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling BoringSSL # and whatever else without interference from each other. @@ -414,7 +414,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': '13e48132c0f68ac9d049b10fe56a764f3479c8a9', + 'dawn_revision': 'refs/heads/chromium/5488', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling feed # and whatever else without interference from each other. @@ -771,7 +771,7 @@ deps = { 'src/clank': { 'url': 'https://chrome-internal.googlesource.com/clank/internal/apps.git' + '@' + - '174b815fdda67b13112a7cefd4e2f195e4a77291', + 'refs/heads/chromium/5488', 'condition': 'checkout_android and checkout_src_internal', }, @@ -1211,7 +1211,7 @@ deps = { Var('chromium_git') + '/devtools/devtools-frontend' + '@' + Var('devtools_frontend_revision'), 'src/third_party/devtools-frontend-internal': { - 'url': 'https://chrome-internal.googlesource.com/devtools/devtools-internal.git' + '@' + '84cce8fceabb0e22a47097150eb629dea23e4a99', + 'url': 'https://chrome-internal.googlesource.com/devtools/devtools-internal.git' + '@' + 'refs/heads/chromium/5488', 'condition': 'checkout_src_internal', }, @@ -1702,7 +1702,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', }, @@ -1785,7 +1785,7 @@ deps = { 'dep_type': 'cipd', }, - 'src/third_party/vulkan-deps': '{chromium_git}/vulkan-deps@f13305cd994caf7b3e8eec5719666d817c0336bf', + 'src/third_party/vulkan-deps': '{chromium_git}/vulkan-deps@refs/heads/chromium/5488', 'src/third_party/vulkan_memory_allocator': Var('chromium_git') + '/external/github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git' + '@' + 'ebe84bec02c041d28f902da0214bf442743fc907', @@ -1825,7 +1825,7 @@ deps = { Var('chromium_git') + '/external/github.com/gpuweb/cts.git' + '@' + '5daf3ca7fae9d7848081e29a47f50c19fb2869f4', 'src/third_party/webrtc': - Var('webrtc_git') + '/src.git' + '@' + 'a2f5d45b81c6ae5632af0c4c45e8988f330af7f1', + Var('webrtc_git') + '/src.git' + '@' + 'refs/branch-heads/5488', # Wuffs' canonical repository is at github.com/google/wuffs, but we use # Skia's mirror of Wuffs, the same as in upstream Skia's DEPS file. @@ -1895,7 +1895,7 @@ deps = { Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'), 'src-internal': { - 'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@ddb096d02d42a31692383f822f5b22342e85b454', + 'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@refs/heads/chromium/5488', 'condition': 'checkout_src_internal', },