diff --git a/DEPS b/DEPS index 467ee60fed..b98c6e69f5 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': 'ba5acd2588e1393a64c6fa3368d33c7b31c30a07', + 'chromium_revision': '2345bf1203c0f9ae45fe55107d24221519376308', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -86,9 +86,9 @@ 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' + '@' + '815375c468d84499d508deb839e77c1f69402c04', + Var('chromium_git') + '/chromium/src/base' + '@' + '14d7fb34f8444a0857736cfb92de15aa91cc26f1', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + '4d9947daaf8819e89c8d99eb6cba0e176cb1453e', + Var('chromium_git') + '/chromium/src/build' + '@' + '46925318bc85a46a930d09b835a84bde1e1bbbba', 'src/buildtools': Var('chromium_git') + '/chromium/src/buildtools' + '@' + 'd5c58b84d50d256968271db459cd29b22bff1ba2', # Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC. @@ -102,9 +102,9 @@ deps = { 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + '022105087db14d7a4faa27b71365a916a63dcf38', + Var('chromium_git') + '/chromium/src/testing' + '@' + 'eb1561ca074f878deb4a0b2847fd9852e8dcfdf7', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + 'c5840a0e80e77fae966823cc932627ec83941bf0', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '4033cdb315d425b4a6b34d9fb2481f4aaf8784a2', 'src/buildtools/linux64': { 'packages': [ @@ -199,7 +199,7 @@ deps = { 'src/third_party/colorama/src': Var('chromium_git') + '/external/colorama.git' + '@' + '799604a1041e9b3bc5d2789ecbd7e8db2e18e6b8', 'src/third_party/depot_tools': - Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '5f6b911ad015b2660547353753bcfe50ae932fe2', + Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + 'ccd2b4da9a7e6ddf126c0b4437db75201836154c', 'src/third_party/errorprone/lib': { 'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '980d49e839aa4984015efed34b0134d4b2c9b6d7', 'condition': 'checkout_android', @@ -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' + '@' + '68c3f81677c96705e3faefb1e17e06ef6aca80b7', + Var('chromium_git') + '/chromium/src/tools' + '@' + '5d76bb20e4dd6fc25d52dba46a754a2ae28b99e2', 'src/tools/swarming_client': Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),