diff --git a/DEPS b/DEPS index a0f86f965e..0f5cd83ddc 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': 'f2f5c1896e969072627eb579eae02579b47a005c', + 'chromium_revision': '20749e92ed4d0ab87863081b7077d1a075060671', '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': 'b88eedc51a92ae50442c0c356043ba31ea77d1ce', + 'catapult_revision': 'c00fdb9d64f384a6a7ec600b6e61e4241728b709', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling libFuzzer # and whatever else without interference from each other. @@ -46,7 +46,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' + '@' + '22e38d6529d5c0674a2c0e6ca93dd4409dea0e50', + Var('chromium_git') + '/chromium/src/base' + '@' + '74429604b8503ea205bb5139212cf7df92277982', 'src/build': Var('chromium_git') + '/chromium/src/build' + '@' + '3dc511c0048504da5ecdb6a8bef2dec16aa953a5', 'src/buildtools': @@ -58,13 +58,13 @@ deps = { 'condition': 'checkout_android', }, 'src/ios': { - 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'eafe4464126be715dc6d4a2b81cec447ac1a3bb9', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '411071a842b83b1e2caf2cf92617a3ff6e8ca838', 'condition': 'checkout_ios', }, 'src/testing': Var('chromium_git') + '/chromium/src/testing' + '@' + 'b28dac3e120e4ba5559723c7bdec7abc06152c42', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '489f6328a5a14093082499cd3939495a5c0be5c6', + Var('chromium_git') + '/chromium/src/third_party' + '@' + 'e5afd5ac6fd8bde48dca47c837a8be81dbc0961f', 'src/buildtools/clang_format/script': Var('chromium_git') + '/chromium/llvm-project/cfe/tools/clang-format.git' + '@' + '96636aa0e9f047f17447f2d45a094d0b59ed7917', @@ -250,7 +250,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' + '@' + '75b8edbe4ecdc12cd386b0e5b2513f0f3266c951', + Var('chromium_git') + '/chromium/src/tools' + '@' + '7baff71ec3133ad999aa72dc48bd00cdcba53938', 'src/tools/swarming_client': Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),