diff --git a/DEPS b/DEPS index d5a74d5..53dc51a 100644 --- a/DEPS +++ b/DEPS
@@ -139,6 +139,9 @@ # e.g. with custom_vars. 'checkout_ios_webkit': False, + # By default, do not checkout the re-client binaries. + 'checkout_reclient': False, + # Fetches only the SDK boot images which match at least one of the whitelist # entries in a comma-separated list. # @@ -178,7 +181,7 @@ # luci-go CIPD package version. # Make sure the revision is uploaded by infra-packagers builder. # https://ci.chromium.org/p/infra-internal/g/infra-packagers/console - 'luci_go': 'git_revision:1a022d3a4c50be4207ee93451255d71896416596', + 'luci_go': 'git_revision:6cbe3f56e9f00b8f65eae21f01838a8b58191a47', # This can be overridden, e.g. with custom_vars, to build clang from HEAD # instead of downloading the prebuilt pinned revision. @@ -197,7 +200,7 @@ # 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': '9496fe5bcec9438958073ed8959627d20eaf8532', + 'skia_revision': 'b69a9d48bf176ba802a22c1bc0002fe09045b458', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling V8 # and whatever else without interference from each other. @@ -209,7 +212,7 @@ # 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': '46107d3ece07f5cd1946b1013f69c110c0229a93', + 'angle_revision': '7784fce44d7b02b849b1e72a830296356f2d5791', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling SwiftShader # and whatever else without interference from each other. @@ -264,7 +267,7 @@ # Three lines of non-changing comments so that # the commit queue can handle CLs rolling catapult # and whatever else without interference from each other. - 'catapult_revision': '2ed6fc040fdce14fa59d3ac4be168b05bcc6b179', + 'catapult_revision': '6743d1edbf356c3c9c648353e68fc266c1f18819', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling libFuzzer # and whatever else without interference from each other. @@ -272,7 +275,7 @@ # Three lines of non-changing comments so that # the commit queue can handle CLs rolling devtools-frontend # and whatever else without interference from each other. - 'devtools_frontend_revision': 'd0b25f6e314a3a91b43c98898afca90826863442', + 'devtools_frontend_revision': 'd99bf143c616d7af3274253ba1789c516efc240e', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling libprotobuf-mutator # and whatever else without interference from each other. @@ -324,7 +327,7 @@ # 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': '1a14e7e0244114fe737caf46e3a2690355aceafe', + 'dawn_revision': 'd2953cff41e76f2a48bb43c0a62b9ce1936496a5', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling feed # and whatever else without interference from each other. @@ -447,7 +450,16 @@ 'dep_type': 'cipd', 'condition': 'host_os == "win"', }, - + 'src/tools/reclient': { + 'packages': [ + { + 'package': 'infra/rbe/client/linux-amd64', + 'version': 'FY971v8hquNEs2x-L-AvVGygtX9sFTRy9aloq85WbqYC', + } + ], + 'dep_type': 'cipd', + 'condition': 'host_os == "linux" and checkout_reclient', + }, 'src/chrome/browser/resources/media_router/extension/src': Var('chromium_git') + '/media_router.git' + '@' + 'd4389c097c61fa8c5aa5eb7c3ba34ee203dd62e3', @@ -551,7 +563,7 @@ }, 'src/ios/third_party/material_components_ios/src': { - 'url': Var('chromium_git') + '/external/github.com/material-components/material-components-ios.git' + '@' + 'a4d253d6717ce4e055f3fb5d06473992f229d79d', + 'url': Var('chromium_git') + '/external/github.com/material-components/material-components-ios.git' + '@' + 'a539853e3ca9603dfc10f9e6680114970a295879', 'condition': 'checkout_ios', }, @@ -887,7 +899,7 @@ # Tools used when building Chrome for Chrome OS. This affects both the Simple # Chrome workflow, as well as the chromeos-chrome ebuild. 'src/third_party/chromite': { - 'url': Var('chromium_git') + '/chromiumos/chromite.git' + '@' + 'f577788041b61d7417cc5c9bb2aeba142ef13324', + 'url': Var('chromium_git') + '/chromiumos/chromite.git' + '@' + '168214172df511b2bee5f79d0e1fa15d2f6f5c45', 'condition': 'checkout_chromeos', }, @@ -907,7 +919,7 @@ }, 'src/third_party/depot_tools': - Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '2f8e0fa49d955d9c8f5addaf8ff1b88def004e2e', + Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '9c0dc3026eedcd500b61df4f5a36febc1edda545', 'src/third_party/devtools-frontend/src': Var('chromium_git') + '/devtools/devtools-frontend' + '@' + Var('devtools_frontend_revision'), @@ -1262,7 +1274,7 @@ Var('chromium_git') + '/external/github.com/cisco/openh264' + '@' + '3dd5b80bc4f172dd82925bb259cb7c82348409c5', 'src/third_party/openscreen/src': - Var('chromium_git') + '/openscreen' + '@' + '01490a48c0c69e0d30e283d881b4e53b339b2c80', + Var('chromium_git') + '/openscreen' + '@' + '8dae1eb937cba58791c16a9caaa723676de563a1', 'src/third_party/openxr/src': { 'url': Var('chromium_git') + '/external/github.com/KhronosGroup/OpenXR-SDK' + '@' + '97cfe495bb7a3853266b646d1c79e169387f9c7a', @@ -1611,7 +1623,7 @@ Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'), 'src-internal': { - 'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@ae6ae76845bc23cde695a1d64023095f1267acf1', + 'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@196fb8cb97ad1fdae6ea9b66373f3356728c13d7', 'condition': 'checkout_src_internal', }, @@ -1619,7 +1631,7 @@ 'packages': [ { 'package': 'chromeos_internal/apps/help_app/app', - 'version': 'zwjjfdu5X9OPcMNJ2vD6-qpbr5JfXymOFoQz-LOYG6cC', + 'version': 'GMpv5BeMv05YOVfWTRvy3QascUDxh-A2Ke1ODjXWbrcC', }, ], 'condition': 'checkout_chromeos and checkout_src_internal', @@ -1630,7 +1642,7 @@ 'packages': [ { 'package': 'chromeos_internal/apps/media_app/app', - 'version': 'diLwXTxdRV6cbd18SoCniJNniVTvHD4wv7-x_eVBHkkC', + 'version': 'wD5d5h6w6xyoGNkFcBA3bn0PFBJtnousZlP-04-mbXAC', }, ], 'condition': 'checkout_chromeos and checkout_src_internal',