diff --git a/DEPS b/DEPS index 714122deb7..a86f155520 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': '9159e523ff939514ed3ece9579251432b9bda19c', + 'chromium_revision': '7e9fce12dabda70dab7b51b1f7d4c5143e3a1736', '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': 'e8dc05ccba6b7aa0f489fa97ffbf81273766b1ee', + 'catapult_revision': 'a824624071cc6850b99a9f29ac75e8905d53e800', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling libFuzzer # 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' + '@' + '3827537ca4caea458f5f0795c5524171a4bf4d70', + Var('chromium_git') + '/chromium/src/base' + '@' + '9dcaf17f9325c83c96653c45c8a98171c3e35b9b', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + 'e4fb293b7b93dffec18a4f0197b287dec7134a8e', + Var('chromium_git') + '/chromium/src/build' + '@' + 'c92e0f4e6066885983a17c5b739c3a0c3dced39f', 'src/buildtools': Var('chromium_git') + '/chromium/buildtools.git' + '@' + '0dd5c6f980d22be96b728155249df2da355989d9', # 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' + '@' + '409d5c713694fa70a40bffcca7934545e2740b61', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'c72631a8eedfe0a0a6424c004fd62a546af8c11d', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + 'fed5f8ce0b3cdf4d9e997ed57f9bf383730af199', + Var('chromium_git') + '/chromium/src/testing' + '@' + '4ac7bc0e577d0be693859279ec06bd400e0e0647', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '6741eff979d2f25a2dd8c5a5197a078b8134b96f', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '088ff5ef8ddfc0fa08378f8cbf10ae2a5c884afa', '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' + '@' + '32335552777af3357f8a6f2bdfe9bdbf5459b2fe', + Var('chromium_git') + '/chromium/src/tools' + '@' + '57519b44027d2eb9c3b43f7f748f4c485c1bbc2e', 'src/tools/swarming_client': Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),