diff --git a/DEPS b/DEPS index 4be83e1d41..b356338a6f 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': '3b5444c7badc1736a5e6ea962cd23ed2c93ef6ee', + 'chromium_revision': '3f506bc44cf5a6c0c7c0058b5f7ab31eead19fbd', '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': '865a64df6576494643d2eec97f9abbd89b37ed9c', + 'catapult_revision': '67c39d6acc91227776aa26f91c85f6c75eba20d8', # 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' + '@' + 'ac9448513e4a259ac2baef975c4cf890bf6aee56', + Var('chromium_git') + '/chromium/src/base' + '@' + '24d7eba3eb26a302deea67206d3ab0186e80119e', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + 'fd2243f33c199db7d399e6377abbbeb4e1901858', + Var('chromium_git') + '/chromium/src/build' + '@' + '66a262e7741659ee39f9d3deca4ffb5ea12058b1', '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' + '@' + '5ce5b5ea5a6cc7030365208431d76c9a854b24e9', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '43c3aa59ccac146eb2b9438a250af9ea95a5c825', 'condition': 'checkout_ios', }, 'src/testing': Var('chromium_git') + '/chromium/src/testing' + '@' + '9f4c16832c9d717de83bad936c63e814fcbbd1f0', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '00bf69bc3a51829a14472249afb98286a4371257', + Var('chromium_git') + '/chromium/src/third_party' + '@' + 'cad37bd8e1fbb963f20cd9b0205047b1334fd863', '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' + '@' + 'd934fcb5e0b8a0c17b9835a4d3196bf658fde75a', + Var('chromium_git') + '/chromium/src/tools' + '@' + '31f667e7f3c30aec09c0f4e005b8ca168cc673c9', 'src/tools/swarming_client': Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),