diff --git a/DEPS b/DEPS index 7865efbf3b..53ebd237d3 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': 'f0099863fca51fdf6758949ff2ac9c5e8e726e2c', + 'chromium_revision': '5f9e4ce62896c2b2daee1e0e2f87eaf2b2d96df5', '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': '4ee958e1f5215809e5d2df1ad308331c3ac67ff5', + 'catapult_revision': '442e7b2731071e114fd7382afdcd6d5dc1248795', # 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,9 +46,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' + '@' + '2d2fe625df55a615a8bb686ba0c350205707fa58', + Var('chromium_git') + '/chromium/src/base' + '@' + 'f4bcda4bd4bbf57d61f68d55b76ca0307bc98bd2', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + '9f09effaf88f886db8142bf75784497eac855330', + Var('chromium_git') + '/chromium/src/build' + '@' + '416d25a2a108ffa6deb9ba31cc0fdd37902ff83b', 'src/buildtools': Var('chromium_git') + '/chromium/buildtools.git' + '@' + '7d88270de197ebe8b439ab5eb57a4a2a0bb810e0', # Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC. @@ -58,13 +58,13 @@ deps = { 'condition': 'checkout_android', }, 'src/ios': { - 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '0d03c2887fb79cd335c3588c115d33412fd7ee23', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'cd07de3665c2e13ad737982e8120a08319f8c73f', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + '3c7b7e8d64ce8c26d0577fdac9a2c463f15418b3', + Var('chromium_git') + '/chromium/src/testing' + '@' + '8e019f9028ff56a67007ed0bb627624c76a44357', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '7e318c65d86e5f286cad04d1a60977c7ca8cd9fc', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '74410ac2e4f5f5860f74b4244146081cf84563d5', 'src/third_party/android_ndk': { 'url': Var('chromium_git') + '/android_ndk.git' + '@' + '4e2cea441bfd43f0863d14f57b1e1844260b9884', 'condition': 'checkout_android', @@ -229,7 +229,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' + '@' + '7632049440d1565d5ab502060dd1f342a6d4ebd1', + Var('chromium_git') + '/chromium/src/tools' + '@' + '7e40007f41a3b2782b69879110bc72ab8b25872f', 'src/tools/swarming_client': Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),