diff --git a/DEPS b/DEPS index 794d423..f78c640 100644 --- a/DEPS +++ b/DEPS
@@ -134,9 +134,6 @@ # Checkout SODA (Speech On-Device API go/chrome-live-caption) 'checkout_soda': False, - # Controls whether third_party/ml is fetched. - 'checkout_third_party_ml': False, - # Fetch the additional packages and files needed to run all of the # telemetry tests. This is false by default as some stuff is only # privately accessible. @@ -313,7 +310,7 @@ # 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': 'f80b87a1eadb0bafc21a716f29d3b2dfa9b3dde1', + 'v8_revision': '0cbe9772a2312baa15f6bc2488dd892c7dadeb20', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling ANGLE # and whatever else without interference from each other. @@ -384,7 +381,7 @@ # Three lines of non-changing comments so that # the commit queue can handle CLs rolling chromium_variations # and whatever else without interference from each other. - 'chromium_variations_revision': '95b1ac4ffacfb447a5319ab6f25231fb10f6eca6', + 'chromium_variations_revision': 'acde361a93130a92b0df97aee63a95377a76a6fd', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling CrossBench # and whatever else without interference from each other. @@ -500,7 +497,7 @@ # If you change this, also update the libc++ revision in # //buildtools/deps_revisions.gni. - 'libcxx_revision': '434a8efe28c23fda34464701cd4c7640b1f4c1c8', + 'libcxx_revision': '4026ecfd4930450e04a3ae01a0dd2b991bb67493', # GN CIPD package version. 'gn_version': 'git_revision:92e63272dc04ee7cc1eaae2633c25da06e4f9c03', @@ -824,7 +821,7 @@ 'src/clank': { 'url': Var('chrome_git') + '/clank/internal/apps.git' + '@' + - '9bcb1396751bfa9a1311b5f4e2f32e568f30c7c8', + '4c64d76d7fb4c9dcf9928bd978247dd34f8fc0e5', 'condition': 'checkout_android and checkout_src_internal', }, @@ -986,7 +983,7 @@ 'packages': [ { 'package': 'chromium/third_party/androidx', - 'version': 'TMu71_HcY-ApxWqCLsgKqvduO-TQqjOiagaK7Sr8MDYC', + 'version': 'hl3HrB6fbb-cYHLi_WdJleJlj8Wni9ivwF71KZkFU0wC', }, ], 'condition': 'checkout_android', @@ -1834,7 +1831,7 @@ 'dep_type': 'cipd', }, - 'src/third_party/vulkan-deps': '{chromium_git}/vulkan-deps@dc674d7bf6246b0ab3d80dd44e4f94fd310cf8d4', + 'src/third_party/vulkan-deps': '{chromium_git}/vulkan-deps@8517c30c0d2eea0253a67590bf457249f4fa317f', 'src/third_party/vulkan_memory_allocator': Var('chromium_git') + '/external/github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git' + '@' + '56300b29fbfcc693ee6609ddad3fdd5b7a449a21', @@ -1874,7 +1871,7 @@ Var('chromium_git') + '/external/github.com/gpuweb/cts.git' + '@' + '7dda75f0afc05006439ceabfa58e8da231a848c0', 'src/third_party/webrtc': - Var('webrtc_git') + '/src.git' + '@' + 'c4f8eeb21307430bd2cc2ae5c58db1ba393b2f31', + Var('webrtc_git') + '/src.git' + '@' + '15b12dc96c4f9b9321cd24cc0f35668c28bc540c', # 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. @@ -3977,7 +3974,7 @@ 'src/components/optimization_guide/internal': { 'url': Var('chrome_git') + '/chrome/components/optimization_guide.git' + '@' + - 'b54081203cd6b69b6cd24ecc27c0398bf7e59dd4', + '166fb65a99b95429692adee547421b56412a4783', 'condition': 'checkout_src_internal', }, @@ -4109,11 +4106,6 @@ 'condition': 'checkout_src_internal', }, - 'src/third_party/ml': { - 'url': Var('chrome_git') + '/chrome/third_party/ml.git' + '@' + '4b4be935e1100edfb078cfff61b39063a09e90a3', - 'condition': 'checkout_third_party_ml', - }, - 'src/third_party/soda': { 'packages': [ {