From 8494a6839e1c937ebfa3659eb6af05dd04724ab7 Mon Sep 17 00:00:00 2001 From: "Chrome Release Bot (LUCI)" Date: Sat, 28 Jan 2023 16:05:21 +0000 Subject: [PATCH] Update DEPS for 5565 branching Change-Id: Ide9f7e4f71188d482067f0f576f0bf1ef85db505 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4201968 Bot-Commit: Chrome Release Bot (LUCI) Cr-Commit-Position: refs/branch-heads/5565@{#1} Cr-Branched-From: 305186d30ed1f3e830400ceb5a8a431a175e7c6e-refs/heads/main@{#1098292} --- DEPS | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/DEPS b/DEPS index 1bfc159e9e08b..14bbe4441ded2 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': 'd7513544531095ae60036f53b965b34c0fa56011', + 'v8_revision': 'refs/heads/chromium/5565', # 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': '0cde45b7cbcc4fb271d3b0c0b8bf5848efc23b17', + 'angle_revision': 'refs/heads/chromium/5565', # 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': '7d75963576e0170b3e3f26b9e44c839231b11736', + 'pdfium_revision': 'refs/heads/chromium/5565', # 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': 'e8168a177ab220bbb4be23e1e78afe72730b1811', + 'dawn_revision': 'refs/heads/chromium/5565', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling feed # and whatever else without interference from each other. @@ -752,7 +752,7 @@ deps = { 'src/clank': { 'url': 'https://chrome-internal.googlesource.com/clank/internal/apps.git' + '@' + - '334d1f62ba7cf7e9aafb3c70cd4f53a24a8153c9', + 'refs/heads/chromium/5565', 'condition': 'checkout_android and checkout_src_internal', }, @@ -1192,7 +1192,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' + '@' + 'e4d6f46dd63af729911fb6fc6c805da5181a1287', + 'url': 'https://chrome-internal.googlesource.com/devtools/devtools-internal.git' + '@' + 'refs/heads/chromium/5565', 'condition': 'checkout_src_internal', }, @@ -1712,7 +1712,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', }, @@ -1795,7 +1795,7 @@ deps = { 'dep_type': 'cipd', }, - 'src/third_party/vulkan-deps': '{chromium_git}/vulkan-deps@9988b37a33510f8ed6975544a3fb4228f1ca879b', + 'src/third_party/vulkan-deps': '{chromium_git}/vulkan-deps@refs/heads/chromium/5565', 'src/third_party/vulkan_memory_allocator': Var('chromium_git') + '/external/github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git' + '@' + 'ebe84bec02c041d28f902da0214bf442743fc907', @@ -1835,7 +1835,7 @@ deps = { Var('chromium_git') + '/external/github.com/gpuweb/cts.git' + '@' + 'a0822b13161831d5348f93f73326bdf29bd3b715', 'src/third_party/webrtc': - Var('webrtc_git') + '/src.git' + '@' + 'dc7a14bb669eb770908db0748995d9238b705235', + Var('webrtc_git') + '/src.git' + '@' + 'refs/branch-heads/5565', # 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. @@ -1905,7 +1905,7 @@ deps = { Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'), 'src-internal': { - 'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@13859ce3f399223700ec3a7936e9ac673ae3b504', + 'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@refs/heads/chromium/5565', 'condition': 'checkout_src_internal', },