diff --git a/DEPS b/DEPS index 4a3f698e3c..cbdd258e4b 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': '62642dd6fea225ac1aa900fd6e57bbd293b564c1', + 'chromium_revision': 'd6a13562c88aaeb8c7c828c0633ebcab1a51d6c0', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -24,11 +24,11 @@ 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': 'd38bbdff043da3482cc0c60d44f97b172a82c1f4', + 'catapult_revision': '27928c385ec671307c0734012fafe1edf23aefdc', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling libFuzzer # and whatever else without interference from each other. - 'libfuzzer_revision': 'd62662686b220de9364f9104621a2616605c3673', + 'libfuzzer_revision': '9dfdc2758f261f1900cabed6fe13e3c044ad47d7', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling freetype # and whatever else without interference from each other. @@ -42,9 +42,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' + '@' + '6b0c28c299ef73264d0dd6829d4ce99abbaa08c3', + Var('chromium_git') + '/chromium/src/base' + '@' + '449b9ac4528e696b7e0225b3975694ca08173c10', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + 'c1f37fdd0b4716daf6c0406e88221667c0905058', + Var('chromium_git') + '/chromium/src/build' + '@' + 'a959e727278db1762e18a179d0dfb64c80eaf83e', 'src/buildtools': Var('chromium_git') + '/chromium/buildtools.git' + '@' + '9a90d9aaadeb5e04327ed05775f45132e4b3523f', # Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC. @@ -54,13 +54,13 @@ deps = { 'condition': 'checkout_android', }, 'src/ios': { - 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '7addb925d22441288daa5b1f3a1d5c5f63325e1d', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '5bf0d11ec8d4bd6e9dc78b523a793a8c882e07e2', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + '8c05ec074fc75bf7c4b566b6eeaf64ac974d5a73', + Var('chromium_git') + '/chromium/src/testing' + '@' + 'aa21329c42ed75598b88e1f2363201b383425276', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '66bea27c42f1ff2d78bf990d116158418394382e', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '265f32ab48decf73c409e83ab6ab04f3557b58bf', 'src/third_party/android_ndk': { 'url': Var('chromium_git') + '/android_ndk.git' + '@' + '5cd86312e794bdf542a3685c6f10cbb96072990b', 'condition': 'checkout_android', @@ -175,7 +175,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' + '@' + '8449a143a61ed595bf3ca118954765f2ad90caa3', + Var('chromium_git') + '/chromium/src/tools' + '@' + '82c5a09abd6ff89585aa3f79de4154fbe608a457', 'src/tools/swarming_client': Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),