diff --git a/DEPS b/DEPS index 60d92378d0..c187a4b9c7 100644 --- a/DEPS +++ b/DEPS @@ -2,7 +2,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', - 'chromium_revision': '6089c73618b3b5010bdb81441c6f5f58936f9e58', + 'chromium_revision': '7d57a8fa0d13db4fcb178bb58bb9389fa7670d74', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -23,7 +23,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': '9c9ac13a2b028b9aa24257dc9e669eda29a301ea', + 'catapult_revision': '778079b344c87eb05b021cffbdfb08eb3d92641c', # 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 = { 'src/testing/gmock': Var('chromium_git') + '/external/googlemock.git' + '@' + '0421b6f358139f02e102c9c332ce19a33faf75be', # from svn revision 566 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + 'bffa61b87a2a7a0eb6f5a848acddfb7c2dfe266a', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '62d592853bad8f54c0be1a5d4df366b592c4c043', 'src/third_party/boringssl/src': Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'), 'src/third_party/catapult': @@ -79,7 +79,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' + '@' + '4b4d0f0e4086ce4ae6c51d3445245c7d4cf1e0fd', + Var('chromium_git') + '/chromium/src/tools' + '@' + 'd696949400a5d9ca60a59032ba1cf42696153378', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'eb296f67da078ec01f5e3a9ea9cdc6d26d680161', 'src/tools/swarming_client': @@ -119,7 +119,7 @@ deps_os = { }, 'ios': { 'src/ios': - Var('chromium_git') + '/chromium/src/ios' + '@' + '4c45645b830aa35557d974f0f2ccf5062463a3f0', + Var('chromium_git') + '/chromium/src/ios' + '@' + '468200325f5266ea5b1cd80fddda4b33247a9c0e', }, 'unix': { 'src/third_party/lss':