diff --git a/DEPS b/DEPS index 723fa4e641..4ce4a6fed2 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': 'd5a4101d3100820898c864dabe46ee34074e390c', + 'chromium_revision': '80b8e2fb679a996b9b76105078a28f4e9e6d9a33', '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': '83131f4f49335945ea647db8f35fbe286a185152', + 'catapult_revision': 'e0703df92e4d46220bbee0ab2e3673e390f6200b', # 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' + '@' + '9d4388e62eb7424947d824382833c3aae32f6ecb', + Var('chromium_git') + '/chromium/src/base' + '@' + 'c120c1528460c3d49adb303677767a18ea259ec5', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + 'ac6645362ac1d31506f125ec0ee5c09056a4448b', + Var('chromium_git') + '/chromium/src/build' + '@' + '846eecfa7b22836bb659a83d1ddf0c4124bbe0da', 'src/buildtools': Var('chromium_git') + '/chromium/src/buildtools' + '@' + '459baaf66bee809f6eb288e0215cf524f4d2429a', # 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' + '@' + '3c7dc6ae071c790f46746d9aadf1de17c7326c88', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '66b60fda520976e6dee2d6ded99a982864d02138', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + '91f9ea29b967f8104ec76ac6d48f94a65ca33f9e', + Var('chromium_git') + '/chromium/src/testing' + '@' + 'd4e5a80cb9f79571a7cef673f7d0c32ff4c7ca6d', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + 'ffd87a131c5f74e71e1106757cdae3326f266226', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '215bb7d384c0f4f9f14cc1f2745db0058bae4db8', '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' + '@' + '82ccf19769ac53fd766a9f01d1fc6dd3f6f2bf78', + Var('chromium_git') + '/chromium/src/tools' + '@' + 'a8777b0878706119bfe5d6b07bb3944b2e2a373f', 'src/tools/swarming_client': Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),