diff --git a/DEPS b/DEPS index 0e456bdfd6..c0eb634ee6 100644 --- a/DEPS +++ b/DEPS @@ -2,7 +2,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', - 'chromium_revision': '73b8f7ed8d1105af3d39563f30a2771aee24923f', + 'chromium_revision': '5bd290cfb95fea92767b072349c8bf553451a0bd', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -34,15 +34,15 @@ 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' + '@' + 'efbb1d2e5ae3609319dc78fd666916e51e7017f0', + Var('chromium_git') + '/chromium/src/base' + '@' + '7891310d3834f21955e6f54fd121ceeb7bf2adfa', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + 'db1fe5b46db5b268241df50088c3f9895824fbd6', + Var('chromium_git') + '/chromium/src/build' + '@' + '17065b9b9ec384dc3506947411ddded0eef31848', 'src/buildtools': Var('chromium_git') + '/chromium/buildtools.git' + '@' + '98f00fa10dbad2cdbb2e297a66c3d6d5bc3994f3', 'src/testing': Var('chromium_git') + '/chromium/src/testing' + '@' + '062f82cd07bdb6ab6448d9d57bea626309dc385d', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '55cb411eb518522867ebb4628a70e493b997cae4', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '53b0e1e9738cc0def00f2404a808bcea1dc26712', 'src/third_party/boringssl/src': Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'), 'src/third_party/catapult': @@ -77,7 +77,7 @@ deps = { 'src/third_party/yasm/source/patched-yasm': Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + '7da28c6c7c6a1387217352ce02b31754deb54d2a', 'src/tools': - Var('chromium_git') + '/chromium/src/tools' + '@' + 'ddc4b2fa8493152a3d7385db5905f62feab53ec8', + Var('chromium_git') + '/chromium/src/tools' + '@' + '3d6a9f10a157fde7c57bd5163e42726983ec2ebc', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'eb296f67da078ec01f5e3a9ea9cdc6d26d680161', 'src/tools/swarming_client': @@ -117,7 +117,7 @@ deps_os = { }, 'ios': { 'src/ios': - Var('chromium_git') + '/chromium/src/ios' + '@' + '780ba13cdc42bcc281f0771a4f3111f82c879ffc', + Var('chromium_git') + '/chromium/src/ios' + '@' + '3f3e24fe98297952f618f6e54720c9277bcd9afc', }, 'unix': { 'src/third_party/lss':