diff --git a/DEPS b/DEPS index 73c7f5f7d8..46afffdfba 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': '64564f7a42ea0ce123783ce297dad6f822e05dea', + 'chromium_revision': '5ab21b0a3a7928ff42e956e7bc6df70e3fffb7aa', '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': '72ee2533b189d865435d3d712fdd15a72a61491e', + 'catapult_revision': 'fd64d5d2d4a77c909aa24986a25b43f685d4504b', # 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,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' + '@' + '79d0db3862f2e693401086fe74913c24d17b1191', + Var('chromium_git') + '/chromium/src/base' + '@' + '2af57fa3f59211c4ee0403e7793c51dee66c7d2b', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + '05ee3a42491bc53ded3b078a1fcecaa33e3c7d61', + Var('chromium_git') + '/chromium/src/build' + '@' + '747602a080e210367493c333ffb60634d6444d6b', 'src/buildtools': Var('chromium_git') + '/chromium/src/buildtools' + '@' + '1f329a6e26a366c9a6f2b970f21e10133f7ceee6', # Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC. @@ -98,13 +98,13 @@ deps = { 'condition': 'checkout_android', }, 'src/ios': { - 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '9efbd407c6c06e043560a848f45908ea577d1efc', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '8144c1a2dcb3f274d84eb9486324b58fe65be203', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + 'f086dcc9cc9638172d0c553bba04d81cf6f76cb1', + Var('chromium_git') + '/chromium/src/testing' + '@' + '27aef0038a0e4ccc05f857af95a5ed05e37bd4af', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + 'b57abf30b799882d8a6594d9efb1a8c75a52c91a', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '78419dc6d6d6bdef2c33aae29e1b851a1f5df8a8', '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' + '@' + '303670925103ff8aa1f57fec12e184dbb8fc1c45', + Var('chromium_git') + '/chromium/src/tools' + '@' + '5d994ede45b6998d04b38f030e98962837fac138', 'src/tools/swarming_client': Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),