diff --git a/DEPS b/DEPS index dc2a9568c9..aaf06e434e 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': 'a86dd4771ff0639b4ab8c1a2ae70b80e2ff72c19', + 'chromium_revision': '8ecd3fb09902627acfd56aa41243d395604bc4b4', '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': '846f7660e7d5004afac6052a9d7905695bc1edb7', + 'catapult_revision': 'f2d71764a1ecfe50ddbaef85835e1a1fdb45345e', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling libFuzzer # and whatever else without interference from each other. @@ -56,7 +56,7 @@ deps = { 'src/testing': Var('chromium_git') + '/chromium/src/testing' + '@' + 'f52c793e43ece1c0e3d22b8d4f1f901b92f4218d', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + 'd250c44dd8fc75196d1cca3246afd0d7025b278d', + Var('chromium_git') + '/chromium/src/third_party' + '@' + 'f04bbf3ce8bc5e47b5cf18d922ae026e4050c893', 'src/third_party/android_tools': { 'url': Var('chromium_git') + '/android_tools.git' + '@' + 'a2e9bc7c1b41d983577907df51d339fb1e0fd02f', 'condition': 'checkout_android', @@ -155,7 +155,7 @@ deps = { 'src/third_party/yasm/source/patched-yasm': Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + 'b98114e18d8b9b84586b10d24353ab8616d4c5fc', 'src/tools': - Var('chromium_git') + '/chromium/src/tools' + '@' + 'eec46aa44818029b29936a1f367c3011d8d3e4af', + Var('chromium_git') + '/chromium/src/tools' + '@' + 'fdb21a9f87216cfcb3e20888971a7c3237a8f286', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb', 'src/tools/swarming_client':