diff --git a/DEPS b/DEPS index 639ae54af8..c7c80c29cd 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': 'dd94d92eab863ebd845e8fd7c06fe06346f617f1', + 'chromium_revision': 'f98654bbf86a0d88a72ed9a6fcef80931fd5e977', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -28,7 +28,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': 'c8947ecc4964bf055ddab8598981f7c83c546f7d', + 'catapult_revision': 'c796cbc3a6e6c45f95d9dd7bf8769f7407719dcf', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling libFuzzer # and whatever else without interference from each other. @@ -38,7 +38,7 @@ 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' + '@' + 'c14e2ccbdaa3bc3810afc1158979dda68d1596ec', + Var('chromium_git') + '/chromium/src/base' + '@' + '1ab71c9b5d990a3ad518123414b3a46e3ace8415', 'src/build': Var('chromium_git') + '/chromium/src/build' + '@' + '19d97ed4aef6ce4941a10fee2b933c867ea08e6f', 'src/buildtools': @@ -56,7 +56,7 @@ deps = { 'src/testing': Var('chromium_git') + '/chromium/src/testing' + '@' + 'c654cb811b454b9f035e7bcc6056c4aed8bac557', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '205bc6e7deacb51ae7443307164b05dd7a4b7160', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '441591ef29a69745dcba0cca447e9ebcae3cee16', 'src/third_party/android_tools': { 'url': Var('chromium_git') + '/android_tools.git' + '@' + 'a2e9bc7c1b41d983577907df51d339fb1e0fd02f', 'condition': 'checkout_android',