diff --git a/DEPS b/DEPS index 622da5e32d38f..ffb100386c722 100644 --- a/DEPS +++ b/DEPS @@ -234,15 +234,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': 'a05d3029ac650f2662e7aba925d464c279e8d685', + 'skia_revision': 'refs/heads/chrome/m97', # 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': '49162da459e2ca1f078389a84f0bbfcc7fed7a2b', + 'v8_revision': 'refs/heads/chromium/4692', # 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': '8c9b8f03e0f3bfb58f2023231337db6d03b6fc84', + 'angle_revision': 'refs/heads/chromium/4692', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling SwiftShader # and whatever else without interference from each other. @@ -250,7 +250,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': '31722577db9dc12a249ca6cdf2ff34e51a998360', + 'pdfium_revision': 'refs/heads/chromium/4692', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling BoringSSL # and whatever else without interference from each other. @@ -349,7 +349,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': '15dc49ce75a5b90c848db9fe99489731b616f526', + 'dawn_revision': 'refs/heads/chromium/4692', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling feed # and whatever else without interference from each other. @@ -1598,7 +1598,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@0a840b6d7fde37f82fce78d9443312c461f0689b', + 'src/third_party/vulkan-deps': '{chromium_git}/vulkan-deps@refs/heads/chromium/4692', 'src/third_party/vulkan_memory_allocator': Var('chromium_git') + '/external/github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git' + '@' + 'e0216a5484c8345f7d792fa16fad77ac63d89a70', @@ -1637,7 +1637,7 @@ deps = { Var('chromium_git') + '/external/github.com/gpuweb/cts.git' + '@' + '2961e70ac940aa861f924efd1ec97405a0afc4e5', 'src/third_party/webrtc': - Var('webrtc_git') + '/src.git' + '@' + 'c276aee4eda7b1a466b139838f20e790bd746309', + Var('webrtc_git') + '/src.git' + '@' + 'refs/branch-heads/4692', 'src/third_party/libgifcodec': Var('skia_git') + '/libgifcodec' + '@'+ Var('libgifcodec_revision'), @@ -1695,7 +1695,7 @@ deps = { Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'), 'src-internal': { - 'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@e5869a781acb7c393288fe582142015cc9411e77', + 'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@refs/heads/chromium/4692', 'condition': 'checkout_src_internal', },