diff --git a/DEPS b/DEPS index 74c5725ae7..801ab1aa80 100644 --- a/DEPS +++ b/DEPS @@ -7,7 +7,7 @@ vars = { 'checkout_configuration': 'default', 'checkout_instrumented_libraries': 'checkout_linux and checkout_configuration == "default"', 'webrtc_git': 'https://webrtc.googlesource.com', - 'chromium_revision': '37663bcca78b1a5154560a27f7496cf408b74167', + 'chromium_revision': '0a611f37b80a2b3ba7a3916d0408de7d2309e5cd', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -24,7 +24,7 @@ vars = { # 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': '9057b413d4b19b24786542b710e03cfa62bbb6af', + 'catapult_revision': '27980609ac44bfbce0fd4d752f7c1efd5f32d58a', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling libFuzzer # and whatever else without interference from each other. @@ -86,7 +86,7 @@ deps = { # TODO(kjellander): Move this to be Android-only once the libevent dependency # in base/third_party/libevent is solved. 'src/base': - Var('chromium_git') + '/chromium/src/base' + '@' + '9ddc023f80e20d454a1eae4d71659df22e14e46f', + Var('chromium_git') + '/chromium/src/base' + '@' + '1d63e15e138713203ebb7c97a04ab8993e56715a', 'src/build': Var('chromium_git') + '/chromium/src/build' + '@' + '23a5e22ba78f21230de3dd9c293afb438399565d', 'src/buildtools': @@ -98,13 +98,13 @@ deps = { 'condition': 'checkout_android', }, 'src/ios': { - 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'fe51fcc2c18eb130fb3a05b01d9c84c701796272', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '1b45cc0d323ce2abbca07b6152ec73ba8a15a5d7', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + '8b5edd181c1b0e40b205eb2bd5b586f73ac2829e', + Var('chromium_git') + '/chromium/src/testing' + '@' + '8a960309448f10268f3e41bd309b3154e5bf2f50', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + 'a5a1eb9b539bfc02670203568329771d26b60458', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '5c95ab592b5dcd99ddb4739fdab1a6f6a62906e4', 'src/buildtools/linux64': { 'packages': [ @@ -312,7 +312,7 @@ deps = { 'src/third_party/yasm/source/patched-yasm': Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + '720b70524a4424b15fc57e82263568c8ba0496ad', 'src/tools': - Var('chromium_git') + '/chromium/src/tools' + '@' + 'd6f4e3aa56d9e9357c2e0c03095b2e722a8d885e', + Var('chromium_git') + '/chromium/src/tools' + '@' + 'f63001b39eff592d2b2c6eb7d6c59ef8b0b24999', 'src/tools/swarming_client': Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'), @@ -1181,7 +1181,7 @@ deps = { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/com_google_ar_core', - 'version': 'version:1.6.0-cr0', + 'version': 'version:1.8.0-cr0', }, ], 'condition': 'checkout_android',