diff --git a/DEPS b/DEPS index 7bdbaee3dd..8268aaf44c 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': 'd4906ebd499938d3922477aa322eb0d783119d36', + 'chromium_revision': '8891f34d24554a30f8c4e533c270528f20c62ac9', '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': 'f5a5c539a5ee7cac023729939ae3258dd9c9b0f9', + 'catapult_revision': '903755a1f84b0a3dc6813f5f177c14a89e72c38d', # 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' + '@' + '1e923de1a5c272d9fb1ebf1e7f3f9839d1d4b908', + Var('chromium_git') + '/chromium/src/base' + '@' + 'bd4e7aa56a3dd43a8c8d6465903357b1fe02454f', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + 'a4135553f338c2e021e7ca73c23b2fac7aea3202', + Var('chromium_git') + '/chromium/src/build' + '@' + '2ceef49377c55ee0757239c589a911bfd809afe7', 'src/buildtools': Var('chromium_git') + '/chromium/src/buildtools' + '@' + '0218c0f9ac9fdba00e5c27b5aca94d3a64c74f34', # 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' + '@' + '2dbfb9b489c9a98f191b972e7dcd0806c289eb77', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '240b59dd66019becdf6220dbff17c1a47fb476e9', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + 'fe44dbaae158cf1864cce875824180da851940bf', + Var('chromium_git') + '/chromium/src/testing' + '@' + 'db6974709e40e0eab1848543b3d4aa5ce453eec1', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '5e986f54695a90e82af6e903ba6df24753717b8f', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '1c0914a839ddf3fa9dba45cd03d4f501d3cf8aa2', 'src/buildtools/linux64': { 'packages': [ @@ -228,7 +228,7 @@ deps = { 'dep_type': 'cipd', }, 'src/third_party/googletest/src': - Var('chromium_git') + '/external/github.com/google/googletest.git' + '@' + 'f71fb4f9a912ec945401cc49a287a759b6131026', + Var('chromium_git') + '/external/github.com/google/googletest.git' + '@' + 'f5edb4f542e155c75bc4b516f227911d99ec167c', 'src/third_party/icu': { 'url': Var('chromium_git') + '/chromium/deps/icu.git' + '@' + '64e5d7d43a1ff205e3787ab6150bbc1a1837332b', }, @@ -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' + '@' + 'f4a346a33fb8465f9fb4dc39cabcea84182b63c6', + Var('chromium_git') + '/chromium/src/tools' + '@' + '3ac62d3b3414780e0d0e9ac1d16f7ae29e4a6b62', 'src/tools/swarming_client': Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),